diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 18:42:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 18:42:25 +0000 |
commit | a25929807a6189857e9518c9f47543473a4568d1 (patch) | |
tree | c6ce1982e4dd69b44d0257f7725192ff5b00cef5 /lib | |
parent | 2c378fd851d2b771b30dcbec2263412124651110 (diff) |
typo;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/editrc.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 6ab03509f3c..ef481e580fd 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.13 2003/03/11 08:11:08 jmc Exp $ +.\" $OpenBSD: editrc.5,v 1.14 2003/05/10 18:42:24 jmc Exp $ .\" $NetBSD: editrc.5,v 1.4 1997/04/24 20:20:31 christos Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ for more information. .Ar prog is the program name string that a program defines when it calls .Xr el_init 3 -to setup +to set up .Xr editline 3 , which is usually .Va argv[0] . |