From e38426b4a145b773ec2a1e0f71ca512e5b11a372 Mon Sep 17 00:00:00 2001 From: alex <> Date: Sun, 16 May 1999 19:55:18 +0000 Subject: 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. --- src/lib/libc/string/string.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libc/string/string.3') 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 @@ .\" 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 , -- cgit v1.2.3-55-g6feb