aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcat.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-09 14:01:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-09 14:01:22 +0000
commitce9df6eefc4e5d0792b1b8ef1552f9f9fd29e90c (patch)
tree6f62e88748a5d722cbc7767d6433878dbd2e0bcf /lib/libc/string/strcat.3
parent3a5685d5599c3ff9becb9f8f4a3d544c0207f6c5 (diff)
downloadsrc-ce9df6eefc4e5d0792b1b8ef1552f9f9fd29e90c.tar.gz
src-ce9df6eefc4e5d0792b1b8ef1552f9f9fd29e90c.zip
mdoc(7) police:
Stop abusing the .%J macro for where the .Pa macro should have been used.
Notes
Notes: svn path=/head/; revision=89138
Diffstat (limited to 'lib/libc/string/strcat.3')
-rw-r--r--lib/libc/string/strcat.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 3f245652cace..316b6b9aad63 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