From e4b107abd0f027cb396d455ee5476d7d9da440fd Mon Sep 17 00:00:00 2001 From: bentley <> Date: Tue, 24 Nov 2015 09:03:16 +0000 Subject: Don't fake a bulleted list by prefixing items with 'o'. ok jmc@ --- src/lib/libc/stdlib/getopt.3 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index 6661e03841..3c89783cd0 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.44 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: getopt.3,v 1.45 2015/11/24 09:03:16 bentley Exp $ .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: November 24 2015 $ .Dt GETOPT 3 .Os .Sh NAME @@ -224,14 +224,14 @@ function implements a superset of the functionality specified by .St -p1003.1 . .Pp The following extensions are supported: -.Bl -tag -width "xxx" -.It Li o +.Bl -bullet +.It The .Va optreset variable was added to make it possible to call the .Fn getopt function multiple times. -.It Li o +.It If the .Va optind variable is set to 0, @@ -245,7 +245,7 @@ This is for compatibility with New code should use .Va optreset instead. -.It Li o +.It If the first character of .Fa optstring is a plus sign @@ -254,7 +254,7 @@ it will be ignored. This is for compatibility with .Tn GNU .Fn getopt . -.It Li o +.It If the first character of .Fa optstring is a dash @@ -264,7 +264,7 @@ non-options will be returned as arguments to the option character This is for compatibility with .Tn GNU .Fn getopt . -.It Li o +.It A single dash .Pq Ql - may be specified as a character in -- cgit v1.2.3-55-g6feb