summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
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