diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-03 07:22:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-03 07:22:32 +0000 |
commit | 7e775408e85007cd8c6511902c9a34ee024d10cb (patch) | |
tree | b6f61b8d62610232b5b60d5f054c46029bfb738c /lib/libc/stdlib | |
parent | fd7164b75a9a2eee04822dd909b14c62cf3a5d83 (diff) |
an -> a; soil@quick.net
Diffstat (limited to 'lib/libc/stdlib')
-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 e0e47af7b82..01caf960e88 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.2 1996/08/19 08:33:31 tholo Exp $ +.\" $OpenBSD: getopt.3,v 1.3 1997/04/03 07:22:31 deraadt Exp $ .\" .Dd April 19, 1994 .Dt GETOPT 3 @@ -213,7 +213,7 @@ from .Pp A single dash .Dq Li - -may be specified as an character in +may be specified as a character in .Fa optstring , however it should .Em never |