diff options
author | alex <> | 1999-05-16 19:55:18 +0000 |
---|---|---|
committer | alex <> | 1999-05-16 19:55:18 +0000 |
commit | e38426b4a145b773ec2a1e0f71ca512e5b11a372 (patch) | |
tree | 7ea5a427829857e223b7f6beae540675d916ff3c /src/lib/libc/string/strlcpy.3 | |
parent | 348594ae9996fbccff97c4b838f78053ccfd54d1 (diff) | |
download | openbsd-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/strlcpy.3')
-rw-r--r-- | src/lib/libc/string/strlcpy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
143 | As a matter of fact, the first version of this manual page got it wrong. | 143 | As 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 |