diff options
author | 2010-01-25 17:23:43 +0000 | |
---|---|---|
committer | 2010-01-25 17:23:43 +0000 | |
commit | d96383d8649f486310dba7cc6be820a3c37ed041 (patch) | |
tree | 5e1f787048847581bda0e27de852df5624d492d9 | |
parent | fix double full stop, find out by jmc@ when looking into another issue. (diff) | |
download | wireguard-openbsd-d96383d8649f486310dba7cc6be820a3c37ed041.tar.xz wireguard-openbsd-d96383d8649f486310dba7cc6be820a3c37ed041.zip |
ellipses are not optional arguments; while here, fix a double .Ar/.Ar
in the roff source.
ok jmc@
-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 |