--- builtins/history.def | 3 ++- builtins/setattr.def | 2 +- examples/loadables/Makefile.in | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/builtins/history.def b/builtins/history.def index fa79c0b9..6ce8c8b6 100644 --- a/builtins/history.def +++ b/builtins/history.def @@ -23,7 +23,7 @@ $PRODUCES history.c $BUILTIN history $FUNCTION history_builtin $DEPENDS_ON HISTORY -$SHORT_DOC history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...] +$SHORT_DOC history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...] or history -d start-end Display or manipulate the history list. Display the history list with line numbers, prefixing each modified @@ -33,6 +33,7 @@ Options: -c clear the history list by deleting all of the entries -d offset delete the history entry at position OFFSET. Negative offsets count back from the end of the history list + -d start-end delete the history entries from positions START to END -a append history lines from this session to the history file -n read all history lines not already read from the history file diff --git a/builtins/setattr.def b/builtins/setattr.def index 146b2e0d..7cf9aa9f 100644 --- a/builtins/setattr.def +++ b/builtins/setattr.def @@ -59,7 +59,7 @@ executed commands. If VALUE is supplied, assign VALUE before exporting. Options: -f refer to shell functions -n remove the export property from each NAME - -p display a list of all exported variables and functions + -p display a list of all exported variables An argument of `--' disables further option processing. diff --git a/examples/loadables/Makefile.in b/examples/loadables/Makefile.in index 650628b9..19976b54 100644 --- a/examples/loadables/Makefile.in +++ b/examples/loadables/Makefile.in @@ -103,8 +103,8 @@ INC = -I. -I.. -I$(topdir) -I$(topdir)/lib -I$(topdir)/builtins -I${srcdir} \ ALLPROG = print truefalse sleep finfo logname basename dirname fdflags \ tty pathchk tee head mkdir rmdir mkfifo mktemp printenv id whoami \ uname sync push ln unlink realpath strftime mypid setpgid seq rm \ - accept csv dsv cut stat getconf kv strptime chmod -OTHERPROG = necho hello cat pushd asort fltexpr + accept csv dsv cut stat getconf kv strptime chmod fltexpr +OTHERPROG = necho hello cat pushd asort SUBDIRS = perl -- 2.46.3