diff options
Diffstat (limited to 'src/lib/libc/stdlib/getopt.3')
-rw-r--r-- | src/lib/libc/stdlib/getopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt.3 b/src/lib/libc/stdlib/getopt.3 index e16a11dfee..d25b497035 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.21 2003/04/10 17:05:08 jsyn Exp $ | 32 | .\" $OpenBSD: getopt.3,v 1.22 2003/05/10 06:48:30 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd December 8, 2002 | 34 | .Dd December 8, 2002 |
35 | .Dt GETOPT 3 | 35 | .Dt GETOPT 3 |
@@ -244,7 +244,7 @@ as an option flag. | |||
244 | This practice is wrong, and should not be used in any current development. | 244 | This practice is wrong, and should not be used in any current development. |
245 | It is provided for backward compatibility | 245 | It is provided for backward compatibility |
246 | .Em only . | 246 | .Em only . |
247 | Care should be taken to not to use | 247 | Care should be taken not to use |
248 | .Ql - | 248 | .Ql - |
249 | as the first character in | 249 | as the first character in |
250 | .Fa optstring | 250 | .Fa optstring |