diff options
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strcat.3 | 5 | ||||
-rw-r--r-- | lib/libc/string/strcpy.3 | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index ac4f7b0da968..298c865afd56 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -149,11 +149,6 @@ foo(const char *arbitrary_string) .Xr strcpy 3 , .Xr strlcat 3 , .Xr strlcpy 3 -.Rs -.%T "The FreeBSD Security Architecture" -.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 f40e79205894..2b65809783cf 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -179,11 +179,6 @@ and .Xr memcpy 3 , .Xr memmove 3 , .Xr strlcpy 3 -.Rs -.%T "The FreeBSD Security Architecture" -.Re -(See -.Pa "/usr/share/doc/{to be decided}" . ) .Sh STANDARDS The .Fn strcpy |