summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/readline.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-07 12:58:06 +0000
committerache <ache@FreeBSD.org>1997-06-07 12:58:06 +0000
commite7547ae335a16a0a37199b30c5c9157075c66502 (patch)
treee8e51f4d9a72e634cb7a120d32af69dccc95c952 /contrib/libreadline/readline.3
parent8bae2ea4258b589851380ebd61175c3004082c65 (diff)
downloadFreeBSD-src-e7547ae335a16a0a37199b30c5c9157075c66502.zip
FreeBSD-src-e7547ae335a16a0a37199b30c5c9157075c66502.tar.gz
Merge with previous variant
Diffstat (limited to 'contrib/libreadline/readline.3')
-rw-r--r--contrib/libreadline/readline.318
1 files changed, 13 insertions, 5 deletions
diff --git a/contrib/libreadline/readline.3 b/contrib/libreadline/readline.3
index e8cb217..8c5ae93 100644
--- a/contrib/libreadline/readline.3
+++ b/contrib/libreadline/readline.3
@@ -6,9 +6,9 @@
.\" Case Western Reserve University
.\" chet@ins.CWRU.Edu
.\"
-.\" Last Change: Mon Jul 8 13:07:48 EDT 1996
+.\" Last Change: Wed Feb 5 14:13:22 EST 1997
.\"
-.TH READLINE 3 "1996 July 8" GNU
+.TH READLINE 3 "1997 Feb 5" GNU
.\"
.\" File Name macro. This used to be `.PN', for Path Name,
.\" but Sun doesn't seem to like that very much.
@@ -22,7 +22,6 @@ readline \- get a line from a user with editing
.LP
.nf
.ft B
-#include <stdio.h>
#include <readline/readline.h>
#include <readline/history.h>
.ft
@@ -683,9 +682,18 @@ Add this digit to the argument already accumulating, or start a new
argument. M\-\- starts a negative argument.
.TP
.B universal\-argument
-Each time this is executed, the argument count is multiplied by four.
+This is another way to specify an argument.
+If this command is followed by one or more digits, optionally with a
+leading minus sign, those digits define the argument.
+If the command is followed by digits, executing
+.B universal\-argument
+again ends the numeric argument, but is otherwise ignored.
+As a special case, if this command is immediately followed by a
+character that is neither a digit or minus sign, the argument count
+for the next command is multiplied by four.
The argument count is initially one, so executing this function the
-first time makes the argument count four.
+first time makes the argument count four, a second time makes the
+argument count sixteen, and so on.
.PD
.SS Completing
.PP
OpenPOWER on IntegriCloud