diff options
author | tjr <tjr@FreeBSD.org> | 2005-09-05 09:49:33 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2005-09-05 09:49:33 +0000 |
commit | 95970c286353150585838afd172a9dc332abffa4 (patch) | |
tree | 7756c816c4f51d2547ab3079ccc5ffad699bb53e /lib/libc/string | |
parent | 560cfe4de3e63e664fc297f927e761d8e62afbbb (diff) | |
download | FreeBSD-src-95970c286353150585838afd172a9dc332abffa4.zip FreeBSD-src-95970c286353150585838afd172a9dc332abffa4.tar.gz |
Remove references to nonexistent "FreeBSD Security Architecture" document.
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 ac4f7b0d..298c865 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 f40e792..2b65809 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 |