diff options
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 7b53901e046..e8b7c2fe577 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.117 2006/08/03 11:22:05 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.118 2006/11/30 08:47:58 jmc Exp $ .\" .\" Public Domain .\" @@ -5354,15 +5354,15 @@ except it searches forward through the history. .Xc Search for the .Ar n Ns th -occurrence of the last search string; the directory of the search is the same -as the last search. +occurrence of the last search string; +the direction of the search is the same as the last search. .It Xo .Oo Ar n Oc Ns N .Xc Search for the .Ar n Ns th -occurrence of the last search string; the directory of the search is the -opposite of the last search. +occurrence of the last search string; +the direction of the search is the opposite of the last search. .El .Pp Edit commands |