diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-10-14 03:51:06 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-10-14 03:51:06 +0000 |
commit | 2baba97d0b8838d5b904cce950ff921482617acf (patch) | |
tree | d60031ee98e6fa8132e9e45c6d66c9a20484d9ce /usr.bin | |
parent | 1e4f772621539a2f3e32654a82a9bc14a0af0bda (diff) |
Update more.help. more.help not omore.hlp.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/more/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/more/more.help | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index 6428f621c0c..38862a312b3 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/09/28 22:20:48 etheisen Exp $ +# $OpenBSD: Makefile,v 1.5 1996/10/14 03:51:05 etheisen Exp $ # @(#)Makefile 5.11 (Berkeley) 6/25/90 PROG= more @@ -9,6 +9,6 @@ LINKS= ${BINDIR}/more ${BINDIR}/page beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ - ${DESTDIR}/usr/share/misc/omore.help + ${DESTDIR}/usr/share/misc/more.help .include <bsd.prog.mk> diff --git a/usr.bin/more/more.help b/usr.bin/more/more.help index 1ced5c9d688..ef529e2d5b6 100644 --- a/usr.bin/more/more.help +++ b/usr.bin/more/more.help @@ -15,7 +15,7 @@ b or ctrl-B Skip backwards k screenfuls of text [1] /<regular expression> Search for kth occurrence of regular expression [1] n Search for kth occurrence of last r.e [1] !<cmd> or :!<cmd> Execute <cmd> in a subshell -v Start up /usr/ucb/vi at current line +v Start up $EDITOR or /usr/bin/vi at current line ctrl-L Redraw screen :n Go to kth next file [1] :p Go to kth previous file [1] |