summaryrefslogtreecommitdiff
path: root/src/lib/libc/string
diff options
context:
space:
mode:
authoralex <>1999-05-16 19:55:18 +0000
committeralex <>1999-05-16 19:55:18 +0000
commite38426b4a145b773ec2a1e0f71ca512e5b11a372 (patch)
tree7ea5a427829857e223b7f6beae540675d916ff3c /src/lib/libc/string
parent348594ae9996fbccff97c4b838f78053ccfd54d1 (diff)
downloadopenbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.gz
openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.bz2
openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.zip
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 'src/lib/libc/string')
-rw-r--r--src/lib/libc/string/string.314
-rw-r--r--src/lib/libc/string/strlcpy.36
2 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libc/string/string.3 b/src/lib/libc/string/string.3
index 323d4f3040..8ee414fea8 100644
--- a/src/lib/libc/string/string.3
+++ b/src/lib/libc/string/string.3
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ 34.\" $OpenBSD: string.3,v 1.4 1999/05/16 19:55:17 alex Exp $
35.\" 35.\"
36.Dd April 19, 1991 36.Dd April 19, 1991
37.Dt STRING 3 37.Dt STRING 3
@@ -114,23 +114,23 @@ Except as noted in their specific manual pages,
114the string functions do not test the destination 114the string functions do not test the destination
115for size limitations. 115for size limitations.
116.Sh SEE ALSO 116.Sh SEE ALSO
117.Xr bstring 3 ,
117.Xr index 3 , 118.Xr index 3 ,
119.Xr rindex 3 ,
120.Xr strcasecmp 3 ,
118.Xr strcat 3 , 121.Xr strcat 3 ,
119.Xr strchr 3 , 122.Xr strchr 3 ,
120.Xr strrchr 3 ,
121.Xr strcmp 3 , 123.Xr strcmp 3 ,
122.Xr strcasecmp 3 ,
123.Xr strcpy 3 , 124.Xr strcpy 3 ,
125.Xr strcspn 3 ,
124.Xr strerror 3 , 126.Xr strerror 3 ,
125.Xr strlen 3 , 127.Xr strlen 3 ,
126.Xr strpbrk 3 , 128.Xr strpbrk 3 ,
129.Xr strrchr 3 ,
127.Xr strsep 3 , 130.Xr strsep 3 ,
128.Xr strspn 3 , 131.Xr strspn 3 ,
129.Xr strcspn 3 ,
130.Xr strstr 3 , 132.Xr strstr 3 ,
131.Xr strtok 3 , 133.Xr strtok 3
132.Xr rindex 3
133.Xr bstring 3
134.Sh STANDARDS 134.Sh STANDARDS
135The 135The
136.Fn strcat , 136.Fn strcat ,
diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3
index 1e46ef2e90..357502c0d7 100644
--- a/src/lib/libc/string/strlcpy.3
+++ b/src/lib/libc/string/strlcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strlcpy.3,v 1.3 1998/11/11 17:12:02 espie Exp $ 1.\" $OpenBSD: strlcpy.3,v 1.4 1999/05/16 19:55:18 alex Exp $
2.\" 2.\"
3.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -143,5 +143,5 @@ and
143As a matter of fact, the first version of this manual page got it wrong. 143As a matter of fact, the first version of this manual page got it wrong.
144.Sh SEE ALSO 144.Sh SEE ALSO
145.Xr snprintf 3 , 145.Xr snprintf 3 ,
146.Xr strncpy 3 , 146.Xr strncat 3 ,
147.Xr strncat 3 147.Xr strncpy 3