Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib fix grammar.



details:   https://anonhg.NetBSD.org/src/rev/3b03b98de71b
branches:  trunk
changeset: 446532:3b03b98de71b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 09 20:29:53 2018 +0000

description:
fix grammar.

diffstat:

 lib/libc/stdlib/getopt_long.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5e5c2daaed3e -r 3b03b98de71b lib/libc/stdlib/getopt_long.3
--- a/lib/libc/stdlib/getopt_long.3     Sun Dec 09 19:21:16 2018 +0000
+++ b/lib/libc/stdlib/getopt_long.3     Sun Dec 09 20:29:53 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getopt_long.3,v 1.19 2017/07/03 21:32:50 wiz Exp $
+.\"    $NetBSD: getopt_long.3,v 1.20 2018/12/09 20:29:53 christos Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)getopt.3   8.5 (Berkeley) 4/27/95
 .\"
-.Dd July 2, 2007
+.Dd December 9, 2018
 .Dt GETOPT_LONG 3
 .Os
 .Sh NAME
@@ -113,7 +113,7 @@
 field should be one of:
 .Bl -tag -width "optional_argument"
 .It Li no_argument
-no argument to the option is expect.
+no argument to the option is expected.
 .It Li required_argument
 an argument to the option is required.
 .It Li optional_argument



Home | Main Index | Thread Index | Old Index