diff options
Diffstat (limited to 'lib/libc/stdlib/getopt.3')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index e16a11dfeea..d25b4970359 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.21 2003/04/10 17:05:08 jsyn Exp $ +.\" $OpenBSD: getopt.3,v 1.22 2003/05/10 06:48:30 jmc Exp $ .\" .Dd December 8, 2002 .Dt GETOPT 3 @@ -244,7 +244,7 @@ as an option flag. This practice is wrong, and should not be used in any current development. It is provided for backward compatibility .Em only . -Care should be taken to not to use +Care should be taken not to use .Ql - as the first character in .Fa optstring |