don't truncate lines, don't allow tabs to back up (I think this is tested!)
[unix-history] / usr / src / lib / libc / string / strerror.3
index 52ccdd3..f006d80 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)strerror.3  6.3 (Berkeley) %G%
+.\"    @(#)strerror.3  6.4 (Berkeley) %G%
 .\"
 .TH PERROR 3  ""
 .UC 4
 .\"
 .TH PERROR 3  ""
 .UC 4
@@ -13,6 +13,7 @@ perror, strerror, sys_errlist, sys_nerr \- system error messages
 .B perror(string)
 .B char *string;
 .PP
 .B perror(string)
 .B char *string;
 .PP
+.B char *
 .B strerror(errnum)
 .B int errnum;
 .PP
 .B strerror(errnum)
 .B int errnum;
 .PP