From fa7886b7810c5cd0a6f5fdf28eecfaaf041604c3 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 9 Jan 2002 14:01:22 +0000 Subject: mdoc(7) police: Stop abusing the .%J macro for where the .Pa macro should have been used. --- lib/libc/string/strcat.3 | 4 ++-- lib/libc/string/strcpy.3 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libc/string') diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 3f24565..316b6b9 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -140,7 +140,6 @@ foo(const char *arbitrary_string) sizeof(onstack) - strlen(onstack) - 1); #endif } - .Ed .Sh SEE ALSO .Xr bcopy 3 , @@ -152,8 +151,9 @@ foo(const char *arbitrary_string) .Xr strlcpy 3 .Rs .%T "The FreeBSD Security Architecture" -.%J "/usr/share/doc/{to be decided}" .Re +(See +.Pa "/usr/share/doc/{to be decided}" . ) .Sh STANDARDS The .Fn strcat diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index bb1d948..ae399ab 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -167,8 +167,9 @@ and .Xr strlcpy 3 .Rs .%T "The FreeBSD Security Architecture" -.%J "/usr/share/doc/{to be decided}" .Re +(See +.Pa "/usr/share/doc/{to be decided}" . ) .Sh STANDARDS The .Fn strcpy -- cgit v1.1