summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bc/bc.15
-rw-r--r--gnu/usr.bin/perl/perl/perl.110
-rw-r--r--gnu/usr.bin/texinfo/info/info.14
3 files changed, 14 insertions, 5 deletions
diff --git a/gnu/usr.bin/bc/bc.1 b/gnu/usr.bin/bc/bc.1
index b387f92..b1f50ca 100644
--- a/gnu/usr.bin/bc/bc.1
+++ b/gnu/usr.bin/bc/bc.1
@@ -25,6 +25,7 @@
.\" Western Washington University
.\" Bellingham, WA 98226-9062
.\"
+.\" $Id$
.\"
.TH bc 1 .\" "Command Manual" v1.02 "Feb 3, 1992"
.SH NAME
@@ -310,7 +311,7 @@ precision, some numbers may not be printable on a single output line.
These long numbers will be split across lines using the "\e" as the
last character on a line. The maximum number of characters printed
per line is 70. Due to the interactive nature of \fBbc\fR printing
-a number cause the side effect of assigning the printed value the the
+a number cause the side effect of assigning the printed value the
special variable \fBlast\fR. This allows the user to recover the
last value printed without having to retype the expression that
printed the number. Assigning to \fBlast\fR is legal and will
@@ -327,7 +328,7 @@ The print statement (an extension) provides another method of output.
The "list" is a list of strings and expressions separated by commas.
Each string or expression is printed in the order of the list. No
terminating newline is printed. Expressions are evaluated and their
-value is printed and assigned the the variable \fBlast\fR. Strings
+value is printed and assigned the variable \fBlast\fR. Strings
in the print statement are printed to the output and may contain
special characters. Special characters start with the backslash
character (\e). The special characters recognized by \fBbc\fR are
diff --git a/gnu/usr.bin/perl/perl/perl.1 b/gnu/usr.bin/perl/perl/perl.1
index 15791c2..38ce017 100644
--- a/gnu/usr.bin/perl/perl/perl.1
+++ b/gnu/usr.bin/perl/perl/perl.1
@@ -1,7 +1,13 @@
.rn '' }`
-''' $RCSfile: perl.1,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:36 $
+''' $RCSfile: perl.1,v $$Revision: 1.2 $$Date: 1994/10/27 23:16:52 $
'''
''' $Log: perl.1,v $
+''' Revision 1.2 1994/10/27 23:16:52 wollman
+''' Convince Perl to that is is part of the system, as /usr/bin/perl (binary)
+''' and /usr/share/perl (library). The latter was chosen as analogous to other
+''' directories already present in /usr/share, like /usr/share/groff_font and
+''' (particularly) /usr/share/mk.
+'''
.\" Revision 1.1.1.1 1994/09/10 06:27:36 gclarkii
.\" Initial import of Perl 4.046 bmaked
.\"
@@ -505,7 +511,7 @@ If a directory name is specified, Perl will switch to that directory
before running the script.
The
.B \-x
-switch only controls the the disposal of leading garbage.
+switch only controls the disposal of leading garbage.
The script must be terminated with _\|_END_\|_ if there is trailing garbage
to be ignored (the script can process any or all of the trailing garbage
via the DATA filehandle if desired).
diff --git a/gnu/usr.bin/texinfo/info/info.1 b/gnu/usr.bin/texinfo/info/info.1
index aabfcf1..cd88463 100644
--- a/gnu/usr.bin/texinfo/info/info.1
+++ b/gnu/usr.bin/texinfo/info/info.1
@@ -1,3 +1,5 @@
+.\" $Id$
+.\"
.TH info 1 "7th December 1990"
.SH NAME
info \- GNU's hypertext system
@@ -148,7 +150,7 @@ Pick a menu item specified by name. Picking a menu item causes another
node to be selected. You do not need to type a complete nodename; if
you type a few letters and then a space or tab
.B info
-will will try to fill in the rest of the nodename. If you ask for further
+will try to fill in the rest of the nodename. If you ask for further
completion without typing any more characters you'll be given a list
of possibilities; you can also get the list with
.B ?.
OpenPOWER on IntegriCloud