diff options
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 4 |
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 , |