diff options
author | 1999-05-12 13:26:46 +0000 | |
---|---|---|
committer | 1999-05-12 13:26:46 +0000 | |
commit | 892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch) | |
tree | a34d7acad0c105c0435069758dbb89390647eef6 /lib/libc/stdio/setbuf.3 | |
parent | efault -> default; steve@tightrope.demon.co.uk (diff) | |
download | wireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.tar.xz wireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.zip |
grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly
i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index f6b235aceaa..513406c13f5 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setbuf.3,v 1.4 1999/02/24 08:22:31 deraadt Exp $ +.\" $OpenBSD: setbuf.3,v 1.5 1999/05/12 13:26:48 aaron Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -75,7 +75,7 @@ When the first operation occurs on a file, .Xr malloc 3 is called, -and an optimally-sized buffer is obtained. +and an optimally sized buffer is obtained. If a stream refers to a terminal (as .Em stdout |