diff options
author | ru <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
commit | 0a221c5a509f281ceb3cfefc7ab373177376bb58 (patch) | |
tree | eb3ab7d18e570b8f69c22243a2ae5af193bbe5f9 /lib/libc/string/strerror.3 | |
parent | 3c313aa466d3e693d3a3334d87dcde7e7c1cca4c (diff) | |
download | FreeBSD-src-0a221c5a509f281ceb3cfefc7ab373177376bb58.zip FreeBSD-src-0a221c5a509f281ceb3cfefc7ab373177376bb58.tar.gz |
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
Diffstat (limited to 'lib/libc/string/strerror.3')
-rw-r--r-- | lib/libc/string/strerror.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 3149925..762f89d 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -51,8 +51,8 @@ .Fd #include <stdio.h> .Ft void .Fn perror "const char *string" -.Vt extern const char * const sys_errlist[]; -.Vt extern const int sys_nerr; +.Vt extern const char * const sys_errlist[] ; +.Vt extern const int sys_nerr ; .Fd #include <string.h> .Ft char * .Fn strerror "int errnum" |