diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/fgets.3 | 3 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 3 | ||||
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 3 | ||||
-rw-r--r-- | lib/libc/string/strcat.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/strcpy.3 | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 511d118..1dce8fb 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -153,8 +153,9 @@ the FSA.) .Xr fgetln 3 .Rs .%T "The FreeBSD Security Architecture" -.%J "/usr/share/doc/{to be determined}" .Re +(See +.Pa /usr/share/doc/{to be determined} . ) .Sh STANDARDS The functions .Fn fgets diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 6718bf4..c46284e 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -706,8 +706,9 @@ and .Xr setlocale 3 .Rs .%T "The FreeBSD Security Architecture" -.%J "/usr/share/doc/{to be determined}" .Re +(See +.Pa "/usr/share/doc/{to be determined}" . ) .Sh STANDARDS The .Fn fprintf , diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index bc973c4..9f8c18d 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -229,8 +229,9 @@ be publicly readable and writable. .Xr mktemp 3 .Rs .%T "The FreeBSD Security Architecture" -.%J "/usr/share/doc/{to be determined}" .Re +(See +.Pa "/usr/share/doc/{to be determined}" . ) .Sh STANDARDS The .Fn tmpfile 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 |