diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libc/string | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/string.3 | 14 | ||||
-rw-r--r-- | lib/libc/string/strlcpy.3 | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 323d4f30408..8ee414fea85 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ +.\" $OpenBSD: string.3,v 1.4 1999/05/16 19:55:17 alex Exp $ .\" .Dd April 19, 1991 .Dt STRING 3 @@ -114,23 +114,23 @@ Except as noted in their specific manual pages, the string functions do not test the destination for size limitations. .Sh SEE ALSO +.Xr bstring 3 , .Xr index 3 , +.Xr rindex 3 , +.Xr strcasecmp 3 , .Xr strcat 3 , .Xr strchr 3 , -.Xr strrchr 3 , .Xr strcmp 3 , -.Xr strcasecmp 3 , .Xr strcpy 3 , +.Xr strcspn 3 , .Xr strerror 3 , .Xr strlen 3 , .Xr strpbrk 3 , +.Xr strrchr 3 , .Xr strsep 3 , .Xr strspn 3 , -.Xr strcspn 3 , .Xr strstr 3 , -.Xr strtok 3 , -.Xr rindex 3 -.Xr bstring 3 +.Xr strtok 3 .Sh STANDARDS The .Fn strcat , diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 1e46ef2e90e..357502c0d7a 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strlcpy.3,v 1.3 1998/11/11 17:12:02 espie Exp $ +.\" $OpenBSD: strlcpy.3,v 1.4 1999/05/16 19:55:18 alex Exp $ .\" .\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -143,5 +143,5 @@ and As a matter of fact, the first version of this manual page got it wrong. .Sh SEE ALSO .Xr snprintf 3 , -.Xr strncpy 3 , -.Xr strncat 3 +.Xr strncat 3 , +.Xr strncpy 3 |