Module Name: src Committed By: christos Date: Sun Dec 9 20:29:53 UTC 2018
Modified Files: src/lib/libc/stdlib: getopt_long.3 Log Message: fix grammar. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdlib/getopt_long.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdlib/getopt_long.3 diff -u src/lib/libc/stdlib/getopt_long.3:1.19 src/lib/libc/stdlib/getopt_long.3:1.20 --- src/lib/libc/stdlib/getopt_long.3:1.19 Mon Jul 3 17:32:50 2017 +++ src/lib/libc/stdlib/getopt_long.3 Sun Dec 9 15:29:53 2018 @@ -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 @@ The 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