Research V6 development
authorKen Thompson <ken@research.uucp>
Fri, 27 Jun 1975 00:35:54 +0000 (19:35 -0500)
committerKen Thompson <ken@research.uucp>
Fri, 27 Jun 1975 00:35:54 +0000 (19:35 -0500)
Work on file usr/doc/man/man1/time.1
Work on file usr/doc/man/man1/typo.1
Work on file usr/doc/man/man1/stty.1
Work on file usr/doc/man/man1/troff.1
Work on file usr/doc/man/man1/size.1

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v6

usr/doc/man/man1/size.1 [new file with mode: 0644]
usr/doc/man/man1/stty.1 [new file with mode: 0644]
usr/doc/man/man1/time.1 [new file with mode: 0644]
usr/doc/man/man1/troff.1 [new file with mode: 0644]
usr/doc/man/man1/typo.1 [new file with mode: 0644]

diff --git a/usr/doc/man/man1/size.1 b/usr/doc/man/man1/size.1
new file mode 100644 (file)
index 0000000..890851c
--- /dev/null
@@ -0,0 +1,17 @@
+.th SIZE I 9/2/72
+.sh NAME
+size \*- size of an object file
+.sh SYNOPSIS
+.bd size
+[ object ... ]
+.sh DESCRIPTION
+.it Size
+prints the (decimal) number of bytes
+required by the
+text, data, and bss
+portions, and their sum in octal and decimal,
+of each object-file argument.
+If no file is specified,
+.bd a.out
+is used.
+.sh BUGS
diff --git a/usr/doc/man/man1/stty.1 b/usr/doc/man/man1/stty.1
new file mode 100644 (file)
index 0000000..7d9e618
--- /dev/null
@@ -0,0 +1,101 @@
+.th STTY I 6/12/72
+.sh NAME
+stty \*- set typewriter options
+.sh SYNOPSIS
+.bd stty
+[ option ... ]
+.sh DESCRIPTION
+.it Stty
+sets certain I/O options on the current output typewriter.
+With no argument, it reports the current settings of the options.
+The option strings are
+selected from the following set:
+.s3
+.lp +10 10
+\fBeven\fR     allow even parity
+.lp +10 10
+\fB\*-even\fR  disallow even parity
+.lp +10 10
+\fBodd\fR      allow odd parity
+.lp +10 10
+\fB\*-odd\fR   disallow odd parity
+.lp +10 10
+\fBraw\fR      raw mode input
+(no erase, kill, interrupt, quit, EOT; parity bit passed back)
+.lp +10 10
+\fB\*-raw\fR   negate raw mode
+.lp +10 10
+\fBcooked\fR   same as `\-raw'
+.lp +10 10
+\fB\*-nl\fR    allow carriage return for new-line,
+and output CR-LF for carriage return or new-line
+.lp +10 10
+\fBnl\fR       accept only new-line to end lines
+.lp +10 10
+\fBecho\fR     echo back every character typed
+.lp +10 10
+\fB\*-echo\fR  do not echo characters
+.lp +10 10
+\fBlcase\fR    map upper case to lower case
+.lp +10 10
+\fB\*-lcase\fR do not map case
+.lp +10 10
+\fB\*-tabs\fR  replace tabs by spaces when printing
+.lp +10 10
+\fBtabs\fR     preserve tabs
+.lp +10 10
+\fBek\fR       reset erase and kill characters back to normal # and @.
+.lp +10 10
+\fBerase\fI c\fR       set erase character to
+.it c.
+.lp +10 10
+\fBkill\fI c\fR        set kill character to
+.it c.
+.lp +10 10
+\fBcr0 cr1 cr2 cr3\fR
+.br
+select style of delay for carriage return (see below)
+.lp +10 10
+\fBnl0 nl1 nl2 nl3\fR
+.br
+select style of delay for linefeed (see below)
+.lp +10 10
+\fBtab0 tab1 tab2 tab3\fR
+.br
+select style of delay for tab (see below)
+.lp +10 10
+\fBff0 ff1\fR
+.br
+select style of delay for form feed (see below)
+.lp +10 10
+\fBtty33\fR    set all modes suitable for Teletype model 33
+.lp +10 10
+\fBtty37\fR    set all modes suitable for Teletype model 37
+.lp +10 10
+\fBvt05\fR     set all modes suitable for DEC VT05 terminal
+.lp +10 10
+\fBtn300\fR    set all modes suitable for GE Terminet 300
+.lp +10 10
+\fBti700\fR    set all modes suitable for Texas Instruments 700 terminal
+.lp +10 10
+\fBtek\fR      set all modes suitable for Tektronix 4014 terminal
+.lp +10 10
+\fBhup\fR      hang up dataphone on last close.
+.lp +10 10
+\fB\-hup\fR    do not hang up dataphone on last close.
+.lp +10 10
+\fB0\fR        hang up phone line immediately
+.lp +10 10
+\fB50 75 110 134 150 200 300 600 1200 1800 2400 4800 9600 exta extb\fR
+.br
+Set typewriter baud rate to the number given, if possible.
+(These are the speeds supported by the DH-11 interface).
+.s3
+.i0
+.dt
+The various delay algorithms are tuned to various kinds of terminals.
+In general the specifications ending in `0' mean no delay for the
+corresponding character.
+.sh "SEE ALSO"
+stty (II)
+.sh BUGS
diff --git a/usr/doc/man/man1/time.1 b/usr/doc/man/man1/time.1
new file mode 100644 (file)
index 0000000..141f54e
--- /dev/null
@@ -0,0 +1,25 @@
+.th TIME I 8/16/73
+.sh NAME
+time \*- time a command
+.sh SYNOPSIS
+.bd time
+command
+.sh DESCRIPTION
+The
+given command is executed; after it is complete,
+.it time
+prints the elapsed time during the command, the time
+spent in the system, and the time spent in execution
+of the command.
+.s3
+The execution time can depend on what kind of memory
+the program happens to land in;
+the user time in MOS is often half what it is in core.
+.s3
+The times are printed on the diagnostic output stream.
+.sh BUGS
+Elapsed time is accurate to the second,
+while the CPU times are measured
+to the 60th second.
+Thus the sum of the CPU times can be up to a second larger
+than the elapsed time.
diff --git a/usr/doc/man/man1/troff.1 b/usr/doc/man/man1/troff.1
new file mode 100644 (file)
index 0000000..744a772
--- /dev/null
@@ -0,0 +1,109 @@
+.tc |
+.tr |
+.th TROFF I 4/15/75
+.sh NAME
+troff  \*-  format text
+.sh SYNOPSIS
+.bd troff
+[ \fB+\fIn\fR ] [ \fB\*-\fIn\fR ] [
+\fB\-s\fIn\fR ] [
+\fB\-n\fIn\fR
+] [
+\fB\-r\fIan\fR
+] [
+\fB\-m\fIname\fR
+] [
+.bd \*-t
+] [
+.bd \*-f
+] [
+.bd \*-w
+] [
+.bd \*-a
+] [
+\fB\-p\fIn\fR
+] files
+.sh DESCRIPTION
+.it Troff
+formats text for a Graphic Systems phototypesetter
+according to control lines embedded
+in the text files.
+It reads the standard input if
+no file
+arguments are given.
+An argument of just ``\-'' refers to the standard input.
+The non-file option arguments are interpreted as follows:
+.s3
+.lp +10 10
+\fB+\fIn\fR    Commence
+typesetting at the first page numbered \fIn\fR or larger.
+.s3
+.lp +10 10
+\fB\*-\fIn\fR  Stop
+after page
+.it n.
+.s3
+.lp +10 10
+\fB\-s\fIn\fR  Print output
+in groups of
+.it n
+pages,
+stopping the typesetter after each group.
+.s3
+.lp +10 10
+\fB\-n\fIn\fR  First generated (not necessarily printed)
+page is given the number \fIn;\fR
+simulates ``.pn|\fIn\fR''.
+.s3
+.lp +10 10
+\fB\-r\fIan\fR Set
+number register
+.it a
+to the value
+.it n.
+.s3
+.lp +10 10
+\fB\-m\fIname\fR       Prepends a standard macro file;
+simulates ``.so /usr/lib/tmac.\fIname\fR''.
+.s3
+.lp +10 10
+\fB\*-t\fR     Place output
+on standard output instead
+of the phototypesetter.
+.s3
+.lp +10 10
+\fB\*-f\fR     Refrain
+from feeding out paper and stopping the phototypesetter
+at the end.
+.s3
+.lp +10 10
+\fB\*-w\fR     Wait
+until phototypesetter is available, if currently busy.
+.s3
+.lp +10 10
+\fB\*-a\fR     Send a printable
+approximation
+of the results to the standard output.
+.s3
+.lp +10 10
+\fB\-p\fIn\fR  Print all characters
+with point-size \fIn\fR while
+retaining all prescribed spacings and motions.
+.s3
+.i0
+.sh FILES
+.dt
+/usr/lib/suftab        suffix hyphenation tables
+.br
+/tmp/rtm?      temporary
+.br
+/usr/lib/tmac.*        standard macro files
+.br
+.sh "SEE ALSO"
+TROFF User's Manual (internal memorandum).
+.br
+TROFF Made Trivial (internal memorandum).
+.br
+nroff (I), eqn (I),
+catsim (VI)
+.sh BUGS
diff --git a/usr/doc/man/man1/typo.1 b/usr/doc/man/man1/typo.1
new file mode 100644 (file)
index 0000000..8f3fbc8
--- /dev/null
@@ -0,0 +1,64 @@
+.th TYPO I 5/15/74
+.sh NAME
+typo \*- find possible typos
+.sh SYNOPSIS
+.bd typo
+[
+.bd \*-1
+] [
+.bd \*-n
+] file ...
+.sh DESCRIPTION
+.it Typo
+hunts through a document for unusual
+words, typographic errors, and
+.it "hapax legomena"
+and prints
+them on the standard output.
+.s3
+The words used in the document are printed
+out in decreasing order of peculiarity along
+with an index of peculiarity.  An index of 10
+or more is considered peculiar.  Printing of
+certain very common English words is suppressed.
+.s3
+The statistics for judging words are taken from
+the document itself, with some help from known
+statistics of English.
+The
+.bd \*-n
+option suppresses
+the help from English and should be used if the
+document is written in, for example, Urdu.
+.s3
+The
+.bd \*-1
+option causes the final output to appear in a single
+column instead of three
+columns.
+The normal header and pagination is also suppressed.
+.s3
+Roff (I)
+and
+nroff (I)
+control lines are ignored.
+Upper case is mapped into lower case.
+Quote marks, vertical bars, hyphens, and ampersands within words are 
+equivalent to spaces.
+Words hyphenated across lines are put back together.
+.sh FILES
+/tmp/ttmp??
+.br
+/usr/lib/salt
+.br
+/usr/lib/w2006
+.sh BUGS
+Because
+of the mapping into lower case and the stripping
+of special characters, words
+may be hard to locate in the original text.
+.s3
+The escape sequences
+of
+troff (I)
+are not correctly recognized.