summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-04 22:19:22 +0000
committeraaron <aaron@openbsd.org>2000-03-04 22:19:22 +0000
commit3f78588edacf4583d6405f016b29d85dcaf084c5 (patch)
tree55efcbacc0caa5c00004783354a0a6600dc7fcfd /lib/libc/stdlib/getopt.3
parentPoint out that dmesg is most commonly used to review system startup msgs. (diff)
downloadwireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.tar.xz
wireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.zip
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
-rw-r--r--lib/libc/stdlib/getopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index c83cede88b6..637a81f1f0f 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getopt.3,v 1.11 2000/01/25 23:28:55 deraadt Exp $
+.\" $OpenBSD: getopt.3,v 1.12 2000/03/04 22:19:31 aaron Exp $
.\"
.Dd April 19, 1994
.Dt GETOPT 3
@@ -74,7 +74,7 @@ recognizes an option and argument
.Dq Fl x Ar argument .
It does not matter to
.Fn getopt
-if a following argument has leading white space.
+if a following argument has leading whitespace.
.Pp
On return from
.Fn getopt ,