Browse Source

fix SEE ALSO;

OPENBSD_5_1
jmc 13 years ago
parent
commit
12a4b62866
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/string/stpcpy.3

+ 2
- 2
src/lib/libc/string/stpcpy.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: stpcpy.3,v 1.1 2012/01/17 02:48:01 guenther Exp $
.\" $OpenBSD: stpcpy.3,v 1.2 2012/01/17 08:12:12 jmc Exp $
.\" .\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved. .\" All rights reserved.
@ -99,8 +99,8 @@ is greater than or equal to
.Fa len . .Fa len .
.Sh SEE ALSO .Sh SEE ALSO
.Xr strcpy 3 , .Xr strcpy 3 ,
.Xr strncpy 3 ,
.Xr strlcpy 3 , .Xr strlcpy 3 ,
.Xr strncpy 3
.Sh STANDARDS .Sh STANDARDS
The The
.Fn stpcpy .Fn stpcpy


Loading…
Cancel
Save