diff options
author | 2005-01-19 19:32:02 +0000 | |
---|---|---|
committer | 2005-01-19 19:32:02 +0000 | |
commit | e1da36ea6cd001b19df22fc9c0d958b62179bfad (patch) | |
tree | b401a3410ce06215b269272dbea675c3b0806cf3 | |
parent | compare st_dev/st_ino before declaring the cached values valid; ok miod (diff) | |
download | wireguard-openbsd-e1da36ea6cd001b19df22fc9c0d958b62179bfad.tar.xz wireguard-openbsd-e1da36ea6cd001b19df22fc9c0d958b62179bfad.zip |
typo;
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 3d8ceec6e46..8f5e9dfedcd 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.87 2005/01/19 17:15:19 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.88 2005/01/19 19:32:02 jmc Exp $ .\" .\" Public Domain .\" @@ -4768,7 +4768,7 @@ Introduces a 2-character command sequence. .It Ic prefix-2 ^X .It Ic prefix-2 ^[[ Introduces a 2-character command sequence. -.It Ic prev-hist-word Ar n Ic ^[\&. , ^{_ +.It Ic prev-hist-word Ar n Ic ^[\&. , ^[_ The last .Pq Ar n Ns th word of the previous command is inserted at the cursor. diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 828367dcd3f..63f594c1407 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.87 2005/01/19 17:15:19 jmc Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.88 2005/01/19 19:32:02 jmc Exp $ .\" .\" Public Domain .\" @@ -4768,7 +4768,7 @@ Introduces a 2-character command sequence. .It Ic prefix-2 ^X .It Ic prefix-2 ^[[ Introduces a 2-character command sequence. -.It Ic prev-hist-word Ar n Ic ^[\&. , ^{_ +.It Ic prev-hist-word Ar n Ic ^[\&. , ^[_ The last .Pq Ar n Ns th word of the previous command is inserted at the cursor. |