diff options
author | bentley <> | 2015-11-24 09:03:16 +0000 |
---|---|---|
committer | bentley <> | 2015-11-24 09:03:16 +0000 |
commit | e4b107abd0f027cb396d455ee5476d7d9da440fd (patch) | |
tree | 58043976a17f3ffaa3a5136bbde8bdf46f7717c8 | |
parent | 4539ce39d57612c972e631edc88034a7d02254be (diff) | |
download | openbsd-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.3 | 16 |
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 |
226 | The following extensions are supported: | 226 | The following extensions are supported: |
227 | .Bl -tag -width "xxx" | 227 | .Bl -bullet |
228 | .It Li o | 228 | .It |
229 | The | 229 | The |
230 | .Va optreset | 230 | .Va optreset |
231 | variable was added to make it possible to call the | 231 | variable was added to make it possible to call the |
232 | .Fn getopt | 232 | .Fn getopt |
233 | function multiple times. | 233 | function multiple times. |
234 | .It Li o | 234 | .It |
235 | If the | 235 | If the |
236 | .Va optind | 236 | .Va optind |
237 | variable is set to 0, | 237 | variable is set to 0, |
@@ -245,7 +245,7 @@ This is for compatibility with | |||
245 | New code should use | 245 | New code should use |
246 | .Va optreset | 246 | .Va optreset |
247 | instead. | 247 | instead. |
248 | .It Li o | 248 | .It |
249 | If the first character of | 249 | If the first character of |
250 | .Fa optstring | 250 | .Fa optstring |
251 | is a plus sign | 251 | is a plus sign |
@@ -254,7 +254,7 @@ it will be ignored. | |||
254 | This is for compatibility with | 254 | This is for compatibility with |
255 | .Tn GNU | 255 | .Tn GNU |
256 | .Fn getopt . | 256 | .Fn getopt . |
257 | .It Li o | 257 | .It |
258 | If the first character of | 258 | If the first character of |
259 | .Fa optstring | 259 | .Fa optstring |
260 | is a dash | 260 | is a dash |
@@ -264,7 +264,7 @@ non-options will be returned as arguments to the option character | |||
264 | This is for compatibility with | 264 | This is for compatibility with |
265 | .Tn GNU | 265 | .Tn GNU |
266 | .Fn getopt . | 266 | .Fn getopt . |
267 | .It Li o | 267 | .It |
268 | A single dash | 268 | A single dash |
269 | .Pq Ql - | 269 | .Pq Ql - |
270 | may be specified as a character in | 270 | may be specified as a character in |