diff options
author | jmc <> | 2003-06-01 19:27:27 +0000 |
---|---|---|
committer | jmc <> | 2003-06-01 19:27:27 +0000 |
commit | 5796457847338c884c1863d78addddafce4fc02f (patch) | |
tree | 5977475523d1ea29b76fe3415cdb1d3a83522e71 /src/lib/libc/stdlib/getopt.3 | |
parent | 986591b4f6cea288e444153e4adc77d36f27fa67 (diff) | |
download | openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.gz openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.bz2 openbsd-5796457847338c884c1863d78addddafce4fc02f.zip |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
Diffstat (limited to 'src/lib/libc/stdlib/getopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index d25b497035..ce85f678df 100644 --- a/src/lib/libc/stdlib/getopt.3 +++ b/src/lib/libc/stdlib/getopt.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: getopt.3,v 1.22 2003/05/10 06:48:30 jmc Exp $ | 32 | .\" $OpenBSD: getopt.3,v 1.23 2003/06/01 19:27:27 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd December 8, 2002 | 34 | .Dd December 8, 2002 |
35 | .Dt GETOPT 3 | 35 | .Dt GETOPT 3 |
@@ -174,10 +174,6 @@ while ((ch = getopt(argc, argv, "bf:")) != -1) { | |||
174 | argc -= optind; | 174 | argc -= optind; |
175 | argv += optind; | 175 | argv += optind; |
176 | .Ed | 176 | .Ed |
177 | .Sh SEE ALSO | ||
178 | .Xr getopt 1 , | ||
179 | .Xr getopt_long 3 , | ||
180 | .Xr getsubopt 3 | ||
181 | .Sh DIAGNOSTICS | 177 | .Sh DIAGNOSTICS |
182 | If the | 178 | If the |
183 | .Fn getopt | 179 | .Fn getopt |
@@ -202,6 +198,10 @@ to be returned in addition to suppressing any error messages. | |||
202 | Option arguments are allowed to begin with | 198 | Option arguments are allowed to begin with |
203 | .Ql - ; | 199 | .Ql - ; |
204 | this is reasonable but reduces the amount of error checking possible. | 200 | this is reasonable but reduces the amount of error checking possible. |
201 | .Sh SEE ALSO | ||
202 | .Xr getopt 1 , | ||
203 | .Xr getopt_long 3 , | ||
204 | .Xr getsubopt 3 | ||
205 | .Sh EXTENSIONS | 205 | .Sh EXTENSIONS |
206 | The | 206 | The |
207 | .Va optreset | 207 | .Va optreset |