diff options
author | 2020-04-23 21:28:08 +0000 | |
---|---|---|
committer | 2020-04-23 21:28:08 +0000 | |
commit | 48c01a1f20ca923b4fd42e96d16e47b607f8e4eb (patch) | |
tree | 228be02d85cb2e04cb015bcaee5775d9df4eb082 /lib | |
parent | replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread; (diff) | |
download | wireguard-openbsd-48c01a1f20ca923b4fd42e96d16e47b607f8e4eb.tar.xz wireguard-openbsd-48c01a1f20ca923b4fd42e96d16e47b607f8e4eb.zip |
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/editrc.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 5e06e6bbcc8..43dc1ccd119 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.32 2016/05/22 22:08:42 schwarze Exp $ +.\" $OpenBSD: editrc.5,v 1.33 2020/04/23 21:28:08 jmc Exp $ .\" $NetBSD: editrc.5,v 1.31 2016/04/28 15:50:34 christos Exp $ .\" .\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 22 2016 $ +.Dd $Mdocdate: April 23 2020 $ .Dt EDITRC 5 .Os .Sh NAME @@ -182,7 +182,7 @@ if it has any, notably .Sq \e and .Sq ^ . -.It Ic echotc Oo Fl sv Oc Ar arg Ar ... +.It Ic echotc Oo Fl sv Oc Ar arg ... Exercise terminal capabilities given in .Ar arg ... . If @@ -228,7 +228,7 @@ is non zero, only keep unique history entries. If .Dv n is zero, then keep all entries (the default). -.It Ic settc Ar cap Ar val +.It Ic settc Ar cap val Set the terminal capability .Ar cap to |