summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-09 14:01:22 +0000
committerru <ru@FreeBSD.org>2002-01-09 14:01:22 +0000
commitfa7886b7810c5cd0a6f5fdf28eecfaaf041604c3 (patch)
tree6f62e88748a5d722cbc7767d6433878dbd2e0bcf /lib/libc/string
parentc6dffc767de82cbf76795987fe8e138adc3ed7ed (diff)
downloadFreeBSD-src-fa7886b7810c5cd0a6f5fdf28eecfaaf041604c3.zip
FreeBSD-src-fa7886b7810c5cd0a6f5fdf28eecfaaf041604c3.tar.gz
mdoc(7) police:
Stop abusing the .%J macro for where the .Pa macro should have been used.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcat.34
-rw-r--r--lib/libc/string/strcpy.33
2 files changed, 4 insertions, 3 deletions
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
OpenPOWER on IntegriCloud