summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/perror.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-20 01:39:31 +0000
committeraaron <aaron@openbsd.org>2000-04-20 01:39:31 +0000
commitaa86bf2d6802741b82abbadd8b93f15e93018443 (patch)
tree51ed78b35a0b80645fd9da45de68dca44508f8b8 /lib/libc/stdio/perror.3
parentRemove NetBSD ifdefs here too. (diff)
downloadwireguard-openbsd-aa86bf2d6802741b82abbadd8b93f15e93018443.tar.xz
wireguard-openbsd-aa86bf2d6802741b82abbadd8b93f15e93018443.zip
Flesh out all of the stdio man pages.
Diffstat (limited to 'lib/libc/stdio/perror.3')
-rw-r--r--lib/libc/stdio/perror.36
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3
index 39637604fc7..acdc51c6ffe 100644
--- a/lib/libc/stdio/perror.3
+++ b/lib/libc/stdio/perror.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: perror.3,v 1.3 1999/05/23 14:11:02 aaron Exp $
+.\" $OpenBSD: perror.3,v 1.4 2000/04/20 01:39:32 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -54,9 +54,7 @@ standard error stream.
.Pp
If the argument
.Fa string
-is
-.Pf non- Dv NULL
-it is prepended to the message string and separated from it by
+is non-null it is prepended to the message string and separated from it by
a colon and a space
.Pq Ql \&:\ \& .
If