MFC: Fix some grammar, greater reduce diffs to HEAD

This commit is contained in:
Tom Rhodes 2002-07-22 21:14:16 +00:00
parent 1a5a641600
commit 623bc624b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100529
3 changed files with 13 additions and 21 deletions

View file

@ -56,8 +56,7 @@ utility checks the current directory for a file named
.Pa calendar
and displays lines that begin with either today's date
or tomorrow's.
On the day before a weekend (normally Friday), events for the next
three days are displayed.
On Fridays, events on Friday through Monday are displayed.
.Pp
The following options are available:
.Bl -tag -width Ds

View file

@ -183,7 +183,7 @@ character, you would have to write something like this:
.IP
# Now wait for the prompt and send logout string
.br
\&'# ' logout
\'# ' logout
.LP
.SH ABORT STRINGS
@ -251,7 +251,7 @@ ECHO OFF
.br
SAY "Dialling your ISP...\\n"
.br
\&'' ATDT5551212
\'' ATDT5551212
.br
TIMEOUT 120
.br
@ -259,14 +259,14 @@ SAY "Waiting up to 2 minutes for connection ... "
.br
CONNECT ''
.br
SAY "Connected, now logging in ...\\n"
SAY "Connected, now logging in ...\n"
.br
ogin: account
.br
ssword: pass
.br
$ \c
SAY "Logged in OK ...\\n"
SAY "Logged in OK ...\n"
\fIetc ...\fR
.LP
This sequence will only present the SAY strings to the user and all
@ -335,7 +335,7 @@ ABORT 'BUSY'
.br
ABORT 'NO CARRIER'
.br
\&'' ATZ
'' ATZ
.br
OK\\r\\n ATD1234567
.br
@ -365,7 +365,7 @@ signal behavior. Here is an (simple) example script:
.IP
ABORT 'BUSY'
.br
\&'' ATZ
'' ATZ
.br
OK\\r\\n ATD1234567
.br
@ -373,13 +373,13 @@ OK\\r\\n ATD1234567
.br
CONNECT \\c
.br
\&'Callback login:' call_back_ID
\'Callback login:' call_back_ID
.br
HANGUP OFF
.br
ABORT "Bad Login"
.br
\&'Callback Password:' Call_back_password
\'Callback Password:' Call_back_password
.br
TIMEOUT 120
.br
@ -416,7 +416,7 @@ This is normally the
End-of-file character sequence.
A return character is not sent
following the EOT.
.LP
.PR
The EOT sequence may be embedded into the send string using the
sequence \fI^D\fR.
.SH GENERATING BREAK
@ -427,7 +427,7 @@ The
normal processing on the receiver is to change the transmission rate.
It may be used to cycle through the available transmission rates on
the remote until you are able to receive a valid login prompt.
.LP
.PR
The break sequence may be embedded into the send string using the
\fI\\K\fR sequence.
.SH ESCAPE SEQUENCES

View file

@ -61,22 +61,15 @@ utility selects portions of each line (as specified by
.Ar list )
from each
.Ar file
and writes them to the standard output.
If no
.Ar file
arguments are specified, or a file argument is a single dash
.Pq Sq Fl ,
.Nm
reads from from the standard input.
(or the standard input by default), and writes them to the
standard output.
The items specified by
.Ar list
can be in terms of column position or in terms of fields delimited
by a special character.
Column numbering starts from 1.
.Pp
The
.Ar list
option argument
is a comma or whitespace separated set of increasing numbers and/or
number ranges.
Number ranges consist of a number, a dash