summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more/command.c')
-rw-r--r--usr.bin/more/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/more/command.c b/usr.bin/more/command.c
index cf86e60..1585245 100644
--- a/usr.bin/more/command.c
+++ b/usr.bin/more/command.c
@@ -487,7 +487,7 @@ again: if (sigs)
* to 0 and get a new character for the start
* of the pattern.
*/
- start_mca(action,
+ start_mca(action,
(action == A_F_SEARCH) ? "!/" : "!?");
wsearch = 0;
c = getcc();
@@ -497,10 +497,10 @@ again: if (sigs)
if (number <= 0)
number = 1;
if (wsearch)
- start_mca(last_mca,
+ start_mca(last_mca,
(last_mca == A_F_SEARCH) ? "/" : "?");
else
- start_mca(last_mca,
+ start_mca(last_mca,
(last_mca == A_F_SEARCH) ? "!/" : "!?");
CMD_EXEC;
(void)search(mca == A_F_SEARCH, (char *)NULL,
OpenPOWER on IntegriCloud