diff options
author | 1999-07-09 13:35:13 +0000 | |
---|---|---|
committer | 1999-07-09 13:35:13 +0000 | |
commit | 5c3dced36cf8ba5814dbe5ef397db72526a1fd4f (patch) | |
tree | 90483e7f9368ad7c7ba836616ba17091ef92c1e4 /lib/libc/stdio/stdio.3 | |
parent | stop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru (diff) | |
download | wireguard-openbsd-5c3dced36cf8ba5814dbe5ef397db72526a1fd4f.tar.xz wireguard-openbsd-5c3dced36cf8ba5814dbe5ef397db72526a1fd4f.zip |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index c9d1b2093ae..93886ed4b2e 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.9 1999/05/23 14:11:02 aaron Exp $ +.\" $OpenBSD: stdio.3,v 1.10 1999/07/09 13:35:23 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -111,10 +111,10 @@ At program startup, three streams are predefined and need not be opened explicitly: .Bl -bullet -compact -offset indent .It -.Em standard input +.Em standard input (for reading conventional input), .It -.Em standard output +.Em standard output (for writing conventional output), and .It .Em standard error |