diff options
| author | bentley <> | 2015-11-24 09:03:16 +0000 |
|---|---|---|
| committer | bentley <> | 2015-11-24 09:03:16 +0000 |
| commit | 9f322d813818d2fc46bf6d573afdce6b6d842ea4 (patch) | |
| tree | 58043976a17f3ffaa3a5136bbde8bdf46f7717c8 /src/lib/libc/stdlib/getopt.3 | |
| parent | ca70d64a86f1ae7e2ee4a5d4c1c63cde6e1659e7 (diff) | |
| download | openbsd-9f322d813818d2fc46bf6d573afdce6b6d842ea4.tar.gz openbsd-9f322d813818d2fc46bf6d573afdce6b6d842ea4.tar.bz2 openbsd-9f322d813818d2fc46bf6d573afdce6b6d842ea4.zip | |
Don't fake a bulleted list by prefixing items with 'o'.
ok jmc@
Diffstat (limited to '')
| -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 |
