summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbentley <>2015-11-24 09:03:16 +0000
committerbentley <>2015-11-24 09:03:16 +0000
commite4b107abd0f027cb396d455ee5476d7d9da440fd (patch)
tree58043976a17f3ffaa3a5136bbde8bdf46f7717c8
parent4539ce39d57612c972e631edc88034a7d02254be (diff)
downloadopenbsd-e4b107abd0f027cb396d455ee5476d7d9da440fd.tar.gz
openbsd-e4b107abd0f027cb396d455ee5476d7d9da440fd.tar.bz2
openbsd-e4b107abd0f027cb396d455ee5476d7d9da440fd.zip
Don't fake a bulleted list by prefixing items with 'o'.
ok jmc@
-rw-r--r--src/lib/libc/stdlib/getopt.316
1 files changed, 8 insertions, 8 deletions
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 @@
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE. 26.\" SUCH DAMAGE.
27.\" 27.\"
28.\" $OpenBSD: getopt.3,v 1.44 2014/01/21 03:15:45 schwarze Exp $ 28.\" $OpenBSD: getopt.3,v 1.45 2015/11/24 09:03:16 bentley Exp $
29.\" 29.\"
30.Dd $Mdocdate: January 21 2014 $ 30.Dd $Mdocdate: November 24 2015 $
31.Dt GETOPT 3 31.Dt GETOPT 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -224,14 +224,14 @@ function implements a superset of the functionality specified by
224.St -p1003.1 . 224.St -p1003.1 .
225.Pp 225.Pp
226The following extensions are supported: 226The following extensions are supported:
227.Bl -tag -width "xxx" 227.Bl -bullet
228.It Li o 228.It
229The 229The
230.Va optreset 230.Va optreset
231variable was added to make it possible to call the 231variable was added to make it possible to call the
232.Fn getopt 232.Fn getopt
233function multiple times. 233function multiple times.
234.It Li o 234.It
235If the 235If the
236.Va optind 236.Va optind
237variable is set to 0, 237variable is set to 0,
@@ -245,7 +245,7 @@ This is for compatibility with
245New code should use 245New code should use
246.Va optreset 246.Va optreset
247instead. 247instead.
248.It Li o 248.It
249If the first character of 249If the first character of
250.Fa optstring 250.Fa optstring
251is a plus sign 251is a plus sign
@@ -254,7 +254,7 @@ it will be ignored.
254This is for compatibility with 254This is for compatibility with
255.Tn GNU 255.Tn GNU
256.Fn getopt . 256.Fn getopt .
257.It Li o 257.It
258If the first character of 258If the first character of
259.Fa optstring 259.Fa optstring
260is a dash 260is a dash
@@ -264,7 +264,7 @@ non-options will be returned as arguments to the option character
264This is for compatibility with 264This is for compatibility with
265.Tn GNU 265.Tn GNU
266.Fn getopt . 266.Fn getopt .
267.It Li o 267.It
268A single dash 268A single dash
269.Pq Ql - 269.Pq Ql -
270may be specified as a character in 270may be specified as a character in