diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-01-25 17:23:44 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-01-25 17:23:44 +0000 |
commit | ad4868846288223d98f1690417437efa544de7e2 (patch) | |
tree | 004c237320f8a30f0a3e62cbeb7707f561229a19 /lib/libedit | |
parent | 21369bc98cbeb1cffd860bbc2c2ffea8ae3d559e (diff) |
ellipses are not optional arguments; while here, fix a double .Ar/.Ar
in the roff source.
ok jmc@
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/editrc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 11247e1626e..53f186ae70d 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.22 2010/01/25 17:14:50 sobrado Exp $ +.\" $OpenBSD: editrc.5,v 1.23 2010/01/25 17:23:43 sobrado Exp $ .\" $NetBSD: editrc.5,v 1.19 2003/11/01 23:35:33 christos Exp $ .\" .\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ library. .Pp The format of each line is: .Pp -.Dl [prog:]command [arg [...]] +.Dl [prog:]command [arg ...] .Pp .Ar command is one of the @@ -194,7 +194,7 @@ and .Ar ... .Xc Exercise terminal capabilities given in -.Ar arg Ar ... . +.Ar arg ... . If .Ar arg is |