svn commit: r259340 - head/lib/libc/stdlib

Eitan Adler eadler at FreeBSD.org
Fri Dec 13 21:50:04 UTC 2013


Author: eadler
Date: Fri Dec 13 21:50:03 2013
New Revision: 259340
URL: http://svnweb.freebsd.org/changeset/base/259340

Log:
  getopt_long.3: wording quibbles
  
  - Make wording more clear: "is expect" vs "is expected" [1]
  - Remove extraneous trailing period..
  
  Reported by:	dim [1]

Modified:
  head/lib/libc/stdlib/getopt_long.3

Modified: head/lib/libc/stdlib/getopt_long.3
==============================================================================
--- head/lib/libc/stdlib/getopt_long.3	Fri Dec 13 21:49:41 2013	(r259339)
+++ head/lib/libc/stdlib/getopt_long.3	Fri Dec 13 21:50:03 2013	(r259340)
@@ -130,11 +130,11 @@ field should be one of:
 .Pp
 .Bl -tag -width ".Dv optional_argument" -offset indent -compact
 .It Dv no_argument
-no argument to the option is expect
+no argument to the option is expected
 .It Dv required_argument
 an argument to the option is required
 .It Dv optional_argument
-an argument to the option may be presented.
+an argument to the option may be presented
 .El
 .Pp
 If


More information about the svn-src-head mailing list