use macro for /usr/local/plan9
This commit is contained in:
parent
dcba4bf6bd
commit
c3674de413
220 changed files with 309 additions and 302 deletions
|
|
@ -172,4 +172,4 @@ Archive the first two object files into a library.
|
||||||
Link the final two object files and any necessary objects from the library
|
Link the final two object files and any necessary objects from the library
|
||||||
into an executable.
|
into an executable.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin
|
.B \*9/bin
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@ on standard output:
|
||||||
9p read acme/$winid/body
|
9p read acme/$winid/body
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/9p.c
|
.B \*9/src/cmd/9p.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR intro (4),
|
.IR intro (4),
|
||||||
.IR intro (9p),
|
.IR intro (9p),
|
||||||
|
|
|
||||||
|
|
@ -280,7 +280,7 @@ containing the selection (typing cursor).
|
||||||
A typical use of this feature is to tell the editor to find the source of an error
|
A typical use of this feature is to tell the editor to find the source of an error
|
||||||
by plumbing the file and line information in a compiler's diagnostic.
|
by plumbing the file and line information in a compiler's diagnostic.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/9term
|
.B \*9/src/cmd/9term
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
There should be a program to toggle the current window's hold mode.
|
There should be a program to toggle the current window's hold mode.
|
||||||
.PP
|
.PP
|
||||||
|
|
|
||||||
|
|
@ -80,9 +80,9 @@ Debug the kernel state for the process, rather than the user state.
|
||||||
At startup,
|
At startup,
|
||||||
.I acid
|
.I acid
|
||||||
obtains standard function definitions from the library file
|
obtains standard function definitions from the library file
|
||||||
.BR /usr/local/plan9/acid/port ,
|
.BR \*9/acid/port ,
|
||||||
architecture-dependent functions from
|
architecture-dependent functions from
|
||||||
.BR /usr/local/plan9/acid/$objtype ,
|
.BR \*9/acid/$objtype ,
|
||||||
user-specified functions from
|
user-specified functions from
|
||||||
.BR $home/lib/acid ,
|
.BR $home/lib/acid ,
|
||||||
and further functions from
|
and further functions from
|
||||||
|
|
@ -95,7 +95,7 @@ is defined, it will be invoked after all modules have been loaded.
|
||||||
Then the function
|
Then the function
|
||||||
.IR acidmap ()
|
.IR acidmap ()
|
||||||
will be invoked if defined.
|
will be invoked if defined.
|
||||||
.B /usr/local/plan9/acid/port
|
.B \*9/acid/port
|
||||||
provides a definition of
|
provides a definition of
|
||||||
.I acidmap
|
.I acidmap
|
||||||
that attaches all the shared libraries being used by the target process
|
that attaches all the shared libraries being used by the target process
|
||||||
|
|
@ -489,19 +489,19 @@ pwrite(1, "--rw-rw-r-- M 9 rob rob 2519 Mar 22 10:29 lib/profile
|
||||||
acid: cont()
|
acid: cont()
|
||||||
.EE
|
.EE
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /usr/local/plan9/acid/$objtype
|
.B \*9/acid/$objtype
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/acid/port
|
.B \*9/acid/port
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/acid/kernel
|
.B \*9/acid/kernel
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/acid/trump
|
.B \*9/acid/trump
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/acid/truss
|
.B \*9/acid/truss
|
||||||
.br
|
.br
|
||||||
.B $home/lib/acid
|
.B $home/lib/acid
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/acid
|
.B \*9/src/cmd/acid
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR mk (1),
|
.IR mk (1),
|
||||||
.IR db (1)
|
.IR db (1)
|
||||||
|
|
|
||||||
|
|
@ -463,15 +463,15 @@ will produce the output
|
||||||
in a (possibly newly-created) window labeled
|
in a (possibly newly-created) window labeled
|
||||||
.BR /adm/+Errors ;
|
.BR /adm/+Errors ;
|
||||||
in a window containing
|
in a window containing
|
||||||
.B /usr/local/plan9/src/cmd/sam/sam.c
|
.B \*9/src/cmd/sam/sam.c
|
||||||
executing
|
executing
|
||||||
.B mk
|
.B mk
|
||||||
will run
|
will run
|
||||||
.IR mk (1)
|
.IR mk (1)
|
||||||
in
|
in
|
||||||
.BR /usr/local/plan9/src/cmd/sam ,
|
.BR \*9/src/cmd/sam ,
|
||||||
producing output in a window labeled
|
producing output in a window labeled
|
||||||
.BR /usr/local/plan9/src/cmd/sam/+Errors .
|
.BR \*9/src/cmd/sam/+Errors .
|
||||||
The environment of such commands contains the variable
|
The environment of such commands contains the variable
|
||||||
.B $%
|
.B $%
|
||||||
with value set to the filename of the window in which the command is run.
|
with value set to the filename of the window in which the command is run.
|
||||||
|
|
@ -675,11 +675,11 @@ source for applications
|
||||||
.B /acme/*/mips
|
.B /acme/*/mips
|
||||||
MIPS-specific binaries for applications
|
MIPS-specific binaries for applications
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/acme
|
.B \*9/src/cmd/acme
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/9term/win.c
|
.B \*9/src/cmd/9term/win.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/awd
|
.B \*9/bin/awd
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR acme (4)
|
.IR acme (4)
|
||||||
.br
|
.br
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ acmeevent, acme.rc \- shell script support for acme clients
|
||||||
.B acme/acme/$winid/event | acmeevent
|
.B acme/acme/$winid/event | acmeevent
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
\&. /usr/local/plan9/lib/acme.rc
|
\&. \*9/lib/acme.rc
|
||||||
.PP
|
.PP
|
||||||
.B newwindow
|
.B newwindow
|
||||||
.PP
|
.PP
|
||||||
|
|
@ -314,12 +314,12 @@ Typing and button 3 clicking on a word in that window
|
||||||
will create a new window with the dictionary's entry for that word.
|
will create a new window with the dictionary's entry for that word.
|
||||||
.PP
|
.PP
|
||||||
See
|
See
|
||||||
.B /usr/local/plan9/bin/adict
|
.B \*9/bin/adict
|
||||||
for the full implementation.
|
for the full implementation.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/acmeevent.c
|
.B \*9/src/cmd/acmeevent.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/lib/acme.rc
|
.B \*9/lib/acme.rc
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR acme (1),
|
.IR acme (1),
|
||||||
.IR acme (4),
|
.IR acme (4),
|
||||||
|
|
|
||||||
|
|
@ -151,9 +151,9 @@ See the start of the Greek alphabet's encoding in the Unicode Standard.
|
||||||
.B /lib/unicode
|
.B /lib/unicode
|
||||||
table of characters and descriptions.
|
table of characters and descriptions.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/ascii.c
|
.B \*9/src/cmd/ascii.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/unicode.c
|
.B \*9/src/cmd/unicode.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR look (1)
|
.IR look (1)
|
||||||
.IR tcs (1),
|
.IR tcs (1),
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ ecliptic star data
|
||||||
.B /lib/sky/here
|
.B /lib/sky/here
|
||||||
default latitude (N), longitude (W), and elevation (meters)
|
default latitude (N), longitude (W), and elevation (meters)
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/astro
|
.B \*9/src/cmd/astro
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR scat (1)
|
.IR scat (1)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
|
|
||||||
|
|
@ -32,4 +32,4 @@ up to but not including the final slash.
|
||||||
If the string contains no slash,
|
If the string contains no slash,
|
||||||
a period and newline are printed.
|
a period and newline are printed.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/basename.c
|
.B \*9/src/cmd/basename.c
|
||||||
|
|
|
||||||
|
|
@ -270,7 +270,7 @@ for(i=1; i<=10; i++) print e(i)
|
||||||
.B /sys/lib/bclib
|
.B /sys/lib/bclib
|
||||||
mathematical library
|
mathematical library
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/bc.y
|
.B \*9/src/cmd/bc.y
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR dc (1),
|
.IR dc (1),
|
||||||
.IR hoc (1)
|
.IR hoc (1)
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ then do
|
||||||
.L
|
.L
|
||||||
cd gift; rc horse; mk
|
cd gift; rc horse; mk
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin/bundle
|
.B \*9/bin/bundle
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.I 9ar
|
.I 9ar
|
||||||
(in
|
(in
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ Try
|
||||||
cal sep 1752
|
cal sep 1752
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/cal.c
|
.B \*9/src/cmd/cal.c
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
The year is always considered to start in January even though this
|
The year is always considered to start in January even though this
|
||||||
is historically naive.
|
is historically naive.
|
||||||
|
|
|
||||||
|
|
@ -50,4 +50,4 @@ To have your calendar mailed to you every day, use
|
||||||
.B /usr/$user/lib/calendar
|
.B /usr/$user/lib/calendar
|
||||||
personal calendar
|
personal calendar
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/calendar.c
|
.B \*9/src/cmd/calendar.c
|
||||||
|
|
|
||||||
|
|
@ -83,11 +83,11 @@ when run inside a
|
||||||
.IR acme (1))
|
.IR acme (1))
|
||||||
window.
|
window.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/cat.c
|
.B \*9/src/cmd/cat.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/read.c
|
.B \*9/src/cmd/read.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/nobs
|
.B \*9/bin/nobs
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR cp (1)
|
.IR cp (1)
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,6 @@ unrooted names are prefixed with
|
||||||
.IB pwd /
|
.IB pwd /
|
||||||
before processing.
|
before processing.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/cleanname.c
|
.B \*9/src/cmd/cleanname.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR cleanname (3).
|
.IR cleanname (3).
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ opens the file
|
||||||
and writes every line read from it, prefixed by the ASCII time, to the file
|
and writes every line read from it, prefixed by the ASCII time, to the file
|
||||||
.IR logfile .
|
.IR logfile .
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/auxclog.c
|
.B \*9/src/cmd/auxclog.c
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Should be named
|
Should be named
|
||||||
.IR aux/clog .
|
.IR aux/clog .
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ with
|
||||||
.BR 0 ,
|
.BR 0 ,
|
||||||
octal; with anything else, decimal.
|
octal; with anything else, decimal.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/cmp.c
|
.B \*9/src/cmd/cmp.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR diff (1)
|
.IR diff (1)
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,6 @@ are taken as synonyms for the current color map stored in the display hardware.
|
||||||
.B /lib/cmap
|
.B /lib/cmap
|
||||||
directory of color map files
|
directory of color map files
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/draw/colors.c
|
.B \*9/src/cmd/draw/colors.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR color (7)
|
.IR color (7)
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ comm -12 file1 file2
|
||||||
.IP
|
.IP
|
||||||
Print lines common to two sorted files.
|
Print lines common to two sorted files.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/comm.c
|
.B \*9/src/cmd/comm.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR sort (1),
|
.IR sort (1),
|
||||||
.IR cmp (1),
|
.IR cmp (1),
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ is not set,
|
||||||
.I core
|
.I core
|
||||||
searches the current directory.
|
searches the current directory.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/core.c
|
.B \*9/src/cmd/core.c
|
||||||
.SH "SEE ALSO
|
.SH "SEE ALSO
|
||||||
.IR acid (1),
|
.IR acid (1),
|
||||||
.IR db (1),
|
.IR db (1),
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,7 @@ To crop white edges off the picture and add a ten-pixel pink border,
|
||||||
crop -c 255 255 255 -i -10 -b 255 150 150 imagefile > cropped
|
crop -c 255 255 255 -i -10 -b 255 150 150 imagefile > cropped
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/draw/crop.c
|
.B \*9/src/cmd/draw/crop.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR image (7),
|
.IR image (7),
|
||||||
.IR color (3)
|
.IR color (3)
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,6 @@ the real time.
|
||||||
.\" .I Clock
|
.\" .I Clock
|
||||||
.\" draws a simple analog clock in its window.
|
.\" draws a simple analog clock in its window.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/date.c
|
.B \*9/src/cmd/date.c
|
||||||
.\" .br
|
.\" .br
|
||||||
.\" .B /usr/local/plan9/src/cmd/draw/clock.c
|
.\" .B \*9/src/cmd/draw/clock.c
|
||||||
|
|
|
||||||
|
|
@ -949,7 +949,7 @@ BUGS section.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR acid (1)
|
.IR acid (1)
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/db
|
.B \*9/src/cmd/db
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
Exit status is 0, unless the last command failed or
|
Exit status is 0, unless the last command failed or
|
||||||
returned non-zero status.
|
returned non-zero status.
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ lyx
|
||||||
Print the first ten values of
|
Print the first ten values of
|
||||||
.IR n !
|
.IR n !
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/dc.c
|
.B \*9/src/cmd/dc.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR bc (1),
|
.IR bc (1),
|
||||||
.IR hoc (1)
|
.IR hoc (1)
|
||||||
|
|
|
||||||
|
|
@ -91,9 +91,9 @@ does for
|
||||||
.I troff
|
.I troff
|
||||||
files.
|
files.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/deroff.c
|
.B \*9/src/cmd/deroff.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/delatex.lx
|
.B \*9/src/cmd/delatex.lx
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR troff (1),
|
.IR troff (1),
|
||||||
.IR tex (1),
|
.IR tex (1),
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@ flag causes
|
||||||
.I dial
|
.I dial
|
||||||
to exit only in response to end of file on the network connection.
|
to exit only in response to end of file on the network connection.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/dial.c
|
.B \*9/src/cmd/dial.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR dial (3)
|
.IR dial (3)
|
||||||
|
|
|
||||||
|
|
@ -191,14 +191,14 @@ Other files in
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR regexp (7)
|
.IR regexp (7)
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/dict
|
.B \*9/src/cmd/dict
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/adict
|
.B \*9/bin/adict
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
A font with wide coverage of the Unicode Standard
|
A font with wide coverage of the Unicode Standard
|
||||||
should be used for best results.
|
should be used for best results.
|
||||||
(Try
|
(Try
|
||||||
.BR /usr/local/plan9/font/pelm/unicode.9.font .)
|
.BR \*9/font/pelm/unicode.9.font .)
|
||||||
.PP
|
.PP
|
||||||
If the
|
If the
|
||||||
.I pattern
|
.I pattern
|
||||||
|
|
@ -207,6 +207,6 @@ a few literal characters, matching takes a long time.
|
||||||
.PP
|
.PP
|
||||||
The dictionaries are not distributed outside Bell Labs,
|
The dictionaries are not distributed outside Bell Labs,
|
||||||
though see
|
though see
|
||||||
.B /usr/local/plan9/dict/README
|
.B \*9/dict/README
|
||||||
for information on using free dictionaries prepared
|
for information on using free dictionaries prepared
|
||||||
by Project Gutenberg.
|
by Project Gutenberg.
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@ differences.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /tmp/diff[12]
|
.B /tmp/diff[12]
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/diff
|
.B \*9/src/cmd/diff
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR cmp (1),
|
.IR cmp (1),
|
||||||
.IR comm (1),
|
.IR comm (1),
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ Typeset files named
|
||||||
.BR chapter.1 ,
|
.BR chapter.1 ,
|
||||||
\&...
|
\&...
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin/doctype
|
.B \*9/bin/doctype
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR troff (1),
|
.IR troff (1),
|
||||||
.IR eqn (1),
|
.IR eqn (1),
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ Option
|
||||||
.B -n
|
.B -n
|
||||||
suppresses the newline.
|
suppresses the newline.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/echo.c
|
.B \*9/src/cmd/echo.c
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
If
|
If
|
||||||
.I echo
|
.I echo
|
||||||
|
|
|
||||||
|
|
@ -669,7 +669,7 @@ and all characters after the last newline.
|
||||||
.B ed.hup
|
.B ed.hup
|
||||||
\ \ work is saved here if terminal hangs up
|
\ \ work is saved here if terminal hangs up
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/ed.c
|
.B \*9/src/cmd/ed.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR sam (1),
|
.IR sam (1),
|
||||||
.IR sed (1),
|
.IR sed (1),
|
||||||
|
|
|
||||||
|
|
@ -316,7 +316,7 @@ when all else fails.
|
||||||
.B /sys/lib/troff/font/devutf
|
.B /sys/lib/troff/font/devutf
|
||||||
font descriptions for PostScript
|
font descriptions for PostScript
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/eqn
|
.B \*9/src/cmd/eqn
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR troff (1),
|
.IR troff (1),
|
||||||
.IR tbl (1)
|
.IR tbl (1)
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,6 @@ if
|
||||||
is missing, it reads the starting number from the
|
is missing, it reads the starting number from the
|
||||||
standard input.
|
standard input.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/factor.c
|
.B \*9/src/cmd/factor.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/primes.c
|
.B \*9/src/cmd/primes.c
|
||||||
|
|
|
||||||
|
|
@ -81,9 +81,9 @@ Use
|
||||||
as the base URL for the document when displaying anchors; sets
|
as the base URL for the document when displaying anchors; sets
|
||||||
.BI -a .
|
.BI -a .
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/fmt.c
|
.B \*9/src/cmd/fmt.c
|
||||||
.PP
|
.PP
|
||||||
.B /usr/local/plan9/src/cmd/htmlfmt
|
.B \*9/src/cmd/htmlfmt
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.I Htmlfmt
|
.I Htmlfmt
|
||||||
makes no attempt to render the two-dimensional geometry of tables;
|
makes no attempt to render the two-dimensional geometry of tables;
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,4 @@ otherwise it is selected from
|
||||||
.B /sys/games/lib/fortunes.index
|
.B /sys/games/lib/fortunes.index
|
||||||
\ \ fast lookup table, maintained automatically
|
\ \ fast lookup table, maintained automatically
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/fortune.c
|
.B \*9/src/cmd/fortune.c
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ If any options are given, the
|
||||||
flags specify a subset of value formats: decimal, hex, octal, and
|
flags specify a subset of value formats: decimal, hex, octal, and
|
||||||
character, respectively.
|
character, respectively.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/freq.c
|
.B \*9/src/cmd/freq.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR utf (7),
|
.IR utf (7),
|
||||||
.IR wc (1)
|
.IR wc (1)
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@ prints the name and size of each of the files.
|
||||||
prints the name and modification time (in seconds since the epoch)
|
prints the name and modification time (in seconds since the epoch)
|
||||||
of each of the files.
|
of each of the files.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/fsize.c
|
.B \*9/src/cmd/fsize.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/mtime.c
|
.B \*9/src/cmd/mtime.c
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
The output formats of the two programs are different.
|
The output formats of the two programs are different.
|
||||||
|
|
|
||||||
|
|
@ -404,7 +404,7 @@ copy thru / circle at $1,$2 /
|
||||||
.B /sys/lib/grap.defines
|
.B /sys/lib/grap.defines
|
||||||
definitions of standard plotting characters, e.g., bullet
|
definitions of standard plotting characters, e.g., bullet
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/grap
|
.B \*9/src/cmd/grap
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR pic (1),
|
.IR pic (1),
|
||||||
.IR troff (1)
|
.IR troff (1)
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@ If a specified lower limit exceeds the upper limit,
|
||||||
the axis
|
the axis
|
||||||
is reversed.
|
is reversed.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/graph
|
.B \*9/src/cmd/graph
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR plot (1),
|
.IR plot (1),
|
||||||
.IR grap (1)
|
.IR grap (1)
|
||||||
|
|
|
||||||
|
|
@ -109,9 +109,9 @@ If no files are listed, it searches all files matching
|
||||||
*.C *.b *.c *.h *.m *.cc *.java *.py *.tex *.ms
|
*.C *.b *.c *.h *.m *.cc *.java *.py *.tex *.ms
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/grep
|
.B \*9/src/cmd/grep
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/g
|
.B \*9/bin/g
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR ed (1),
|
.IR ed (1),
|
||||||
.IR awk (1),
|
.IR awk (1),
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ generate input with an awk script and pipe it into
|
||||||
awk 'BEGIN{for(x=.1;x<500;x+=.1)print x,sin(x)/x}' | gview
|
awk 'BEGIN{for(x=.1;x<500;x+=.1)print x,sin(x)/x}' | gview
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/draw/gview.c
|
.B \*9/src/cmd/draw/gview.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR awk (1)
|
.IR awk (1)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
|
|
||||||
|
|
@ -146,9 +146,9 @@ prints the names of files on standard error as they are compressed or decompress
|
||||||
.B -D
|
.B -D
|
||||||
Produce debugging output.
|
Produce debugging output.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/gzip
|
.B \*9/src/cmd/gzip
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/bzip2
|
.B \*9/src/cmd/bzip2
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR tar (1),
|
.IR tar (1),
|
||||||
.IR compress (1)
|
.IR compress (1)
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ func gcd(a, b) {
|
||||||
for(i=1; i<12; i++) print gcd(i,12)
|
for(i=1; i<12; i++) print gcd(i,12)
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/hoc
|
.B \*9/src/cmd/hoc
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR bc (1),
|
.IR bc (1),
|
||||||
.IR dc (1)
|
.IR dc (1)
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ passed through to
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /tmp/idiff.*
|
.B /tmp/idiff.*
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/idiff.c
|
.B \*9/src/cmd/idiff.c
|
||||||
.SH "SEE ALSO
|
.SH "SEE ALSO
|
||||||
.IR diff (1)
|
.IR diff (1)
|
||||||
.br
|
.br
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ tr : ' ' </etc/passwd | sort -k 3 3 >temp
|
||||||
join -1 3 -2 3 -o 1.1,2.1 temp temp | awk '$1 < $2'
|
join -1 3 -2 3 -o 1.1,2.1 temp temp | awk '$1 < $2'
|
||||||
Print all pairs of users with identical userids.
|
Print all pairs of users with identical userids.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/join.c
|
.B \*9/src/cmd/join.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR sort (1),
|
.IR sort (1),
|
||||||
.IR comm (1),
|
.IR comm (1),
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ takes a list of Plan 9 image files (or standard input) and creates
|
||||||
a single icon file. The masks in the icon file will be the white
|
a single icon file. The masks in the icon file will be the white
|
||||||
space in the image. The icon file is written to standard output.
|
space in the image. The icon file is written to standard output.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/jpg
|
.B \*9/src/cmd/jpg
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR page (1),
|
.IR page (1),
|
||||||
.IR image (7).
|
.IR image (7).
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ the
|
||||||
.B CONT
|
.B CONT
|
||||||
signal.
|
signal.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin
|
.B \*9/bin
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR ps (1),
|
.IR ps (1),
|
||||||
.IR notify (3)
|
.IR notify (3)
|
||||||
|
|
|
||||||
|
|
@ -57,9 +57,9 @@ fn cd {
|
||||||
}
|
}
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin/label
|
.B \*9/bin/label
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/awd
|
.B \*9/bin/awd
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.I Awd
|
.I Awd
|
||||||
is also documented in
|
is also documented in
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ M. E. Lesk and E. Schmidt,
|
||||||
Unix Research System Programmer's Manual,
|
Unix Research System Programmer's Manual,
|
||||||
Tenth Edition, Volume 2.
|
Tenth Edition, Volume 2.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/lex
|
.B \*9/src/cmd/lex
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Cannot handle
|
Cannot handle
|
||||||
.SM UTF.
|
.SM UTF.
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ is assumed, with collating sequence
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /lib/words
|
.B /lib/words
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/look.c
|
.B \*9/src/cmd/look.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR sort (1),
|
.IR sort (1),
|
||||||
.IR grep (1)
|
.IR grep (1)
|
||||||
|
|
|
||||||
|
|
@ -153,9 +153,9 @@ if the file is executable;
|
||||||
if none of the above permissions is granted.
|
if none of the above permissions is granted.
|
||||||
.PD
|
.PD
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/ls.c
|
.B \*9/src/cmd/ls.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/lc
|
.B \*9/bin/lc
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR stat (3)
|
.IR stat (3)
|
||||||
.IR mc (1)
|
.IR mc (1)
|
||||||
|
|
|
||||||
|
|
@ -89,9 +89,9 @@ command to make an index for a given section
|
||||||
index for
|
index for
|
||||||
.I lookman
|
.I lookman
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin/9man
|
.B \*9/bin/9man
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/lookman
|
.B \*9/bin/lookman
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR proof (1)
|
.IR proof (1)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
|
|
||||||
|
|
@ -637,7 +637,7 @@ map indexes
|
||||||
.B /bin/aux/mapd
|
.B /bin/aux/mapd
|
||||||
Map driver program
|
Map driver program
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/map
|
.B \*9/src/cmd/map
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR map (7),
|
.IR map (7),
|
||||||
.IR plot (1)
|
.IR plot (1)
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ each input line ending in a colon
|
||||||
.L :
|
.L :
|
||||||
is printed separately.
|
is printed separately.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/draw/mc.c
|
.B \*9/src/cmd/draw/mc.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR 9term (1),
|
.IR 9term (1),
|
||||||
.IR acme (1),
|
.IR acme (1),
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ The default is 0777.
|
||||||
in
|
in
|
||||||
.IR rc (1)
|
.IR rc (1)
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/mkdir.c
|
.B \*9/src/cmd/mkdir.c
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
.I Mkdir
|
.I Mkdir
|
||||||
returns null exit status if all directories were successfully made.
|
returns null exit status if all directories were successfully made.
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@ prints the directory representing the current name space.
|
||||||
See
|
See
|
||||||
.IR intro (4).
|
.IR intro (4).
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/namespace.c
|
.B \*9/src/cmd/namespace.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR getns (3)
|
.IR getns (3)
|
||||||
|
|
|
||||||
|
|
@ -60,4 +60,4 @@ modify time is time news was last read
|
||||||
.B /sys/lib/subscribers
|
.B /sys/lib/subscribers
|
||||||
who gets news mailed to them
|
who gets news mailed to them
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/news.c
|
.B \*9/src/cmd/news.c
|
||||||
|
|
|
||||||
|
|
@ -30,4 +30,4 @@ Pass the rest of the line to the shell as a command.
|
||||||
Quit.
|
Quit.
|
||||||
.PP
|
.PP
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/p.c
|
.B \*9/src/cmd/p.c
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,6 @@ To view troff output, use
|
||||||
.IR tex (1),
|
.IR tex (1),
|
||||||
.IR troff (1)
|
.IR troff (1)
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/draw/img.c
|
.B \*9/src/cmd/draw/img.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/psv
|
.B \*9/bin/psv
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,7 @@ A: ellipse
|
||||||
for i = 1 to 10 do { line from A.s+.025*i,.01*i down i/50 }
|
for i = 1 to 10 do { line from A.s+.025*i,.01*i down i/50 }
|
||||||
.PE
|
.PE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/pic
|
.B \*9/src/cmd/pic
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR grap (1),
|
.IR grap (1),
|
||||||
.IR doctype (1),
|
.IR doctype (1),
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ Specify the bounding rectangle of plot's window.
|
||||||
By default it uses a 512×512 window in the
|
By default it uses a 512×512 window in the
|
||||||
middle of the screen.
|
middle of the screen.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/plot
|
.B \*9/src/cmd/plot
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR rio (1),
|
.IR rio (1),
|
||||||
.IR plot (7)
|
.IR plot (7)
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ default rules file
|
||||||
mount point for
|
mount point for
|
||||||
.IR plumber (4).
|
.IR plumber (4).
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/plumb
|
.B \*9/src/cmd/plumb
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR plumb (3),
|
.IR plumb (3),
|
||||||
.IR plumber (4),
|
.IR plumber (4),
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ take the width of the page to be
|
||||||
.I n
|
.I n
|
||||||
characters instead of the default 72.
|
characters instead of the default 72.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/pr.c
|
.B \*9/src/cmd/pr.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR cat (1),
|
.IR cat (1),
|
||||||
.IR lp (1)
|
.IR lp (1)
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ fonts
|
||||||
how to convert troff output fonts and character names
|
how to convert troff output fonts and character names
|
||||||
into screen fonts and character numbers
|
into screen fonts and character numbers
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/proof
|
.B \*9/src/cmd/proof
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR lp (1),
|
.IR lp (1),
|
||||||
.IR gs (1),
|
.IR gs (1),
|
||||||
|
|
|
||||||
|
|
@ -98,9 +98,9 @@ flag causes
|
||||||
.I ps
|
.I ps
|
||||||
to print the arguments for the process. Newlines in arguments will be translated to spaces for display.
|
to print the arguments for the process. Newlines in arguments will be translated to spaces for display.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin/ps
|
.B \*9/bin/ps
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/bin/psu
|
.B \*9/bin/psu
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR acid (1),
|
.IR acid (1),
|
||||||
.IR db (1),
|
.IR db (1),
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ and
|
||||||
.IR tr2post (1)
|
.IR tr2post (1)
|
||||||
use non-standard PostScript fonts
|
use non-standard PostScript fonts
|
||||||
(found in
|
(found in
|
||||||
.BR /usr/local/plan9/postscript/font ).
|
.BR \*9/postscript/font ).
|
||||||
Before sending PostScript output from
|
Before sending PostScript output from
|
||||||
.I tr2post
|
.I tr2post
|
||||||
to a standard printer, code implementing
|
to a standard printer, code implementing
|
||||||
|
|
@ -96,7 +96,7 @@ and
|
||||||
.B -r
|
.B -r
|
||||||
above;
|
above;
|
||||||
default
|
default
|
||||||
.BR /usr/local/plan9/postscript/font ).
|
.BR \*9/postscript/font ).
|
||||||
.TP
|
.TP
|
||||||
.BI -T " tmpdir
|
.BI -T " tmpdir
|
||||||
Use
|
Use
|
||||||
|
|
@ -117,9 +117,9 @@ See
|
||||||
.IR tr2post (1)
|
.IR tr2post (1)
|
||||||
for an example.
|
for an example.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin/psfonts
|
.B \*9/bin/psfonts
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/postscript/download
|
.B \*9/src/cmd/postscript/download
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR troff (1),
|
.IR troff (1),
|
||||||
.IR tr2post (1)
|
.IR tr2post (1)
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ prints the base name of the working (current) directory.
|
||||||
It prints no final newline and is intended for applications
|
It prints no final newline and is intended for applications
|
||||||
such as constructing shell prompts.
|
such as constructing shell prompts.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/pbd.c
|
.B \*9/src/cmd/pbd.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.I cd
|
.I cd
|
||||||
in
|
in
|
||||||
|
|
|
||||||
|
|
@ -947,7 +947,7 @@ Print debugging information (internal form of commands
|
||||||
as they are executed).
|
as they are executed).
|
||||||
.PD
|
.PD
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/rc
|
.B \*9/src/cmd/rc
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
Tom Duff,
|
Tom Duff,
|
||||||
``Rc \- The Plan 9 Shell''.
|
``Rc \- The Plan 9 Shell''.
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,6 @@ Recursively delete the
|
||||||
entire contents of a directory
|
entire contents of a directory
|
||||||
and the directory itself.
|
and the directory itself.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/rm.c
|
.B \*9/src/cmd/rm.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR remove (3)
|
.IR remove (3)
|
||||||
|
|
|
||||||
|
|
@ -865,27 +865,27 @@ The answer
|
||||||
.L y
|
.L y
|
||||||
causes writing; anything else skips the file.
|
causes writing; anything else skips the file.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TF /usr/local/plan9/src/cmd/samterm
|
.TF \*9/src/cmd/samterm
|
||||||
.TP
|
.TP
|
||||||
.B $home/sam.save
|
.B $home/sam.save
|
||||||
.TP
|
.TP
|
||||||
.B $home/sam.err
|
.B $home/sam.err
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/bin/samsave
|
.B \*9/bin/samsave
|
||||||
the program called to unpack
|
the program called to unpack
|
||||||
.BR $home/sam.save .
|
.BR $home/sam.save .
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.TF /usr/local/plan9/src/cmd/samterm
|
.TF \*9/src/cmd/samterm
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/src/cmd/sam
|
.B \*9/src/cmd/sam
|
||||||
source for
|
source for
|
||||||
.I sam
|
.I sam
|
||||||
itself
|
itself
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/src/cmd/samterm
|
.B \*9/src/cmd/samterm
|
||||||
source for the separate terminal part
|
source for the separate terminal part
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/bin/B
|
.B \*9/bin/B
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR ed (1),
|
.IR ed (1),
|
||||||
.IR sed (1),
|
.IR sed (1),
|
||||||
|
|
|
||||||
|
|
@ -322,7 +322,7 @@ Show a pretty galaxy.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /lib/sky/*.scat
|
.B /lib/sky/*.scat
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/scat
|
.B \*9/src/cmd/scat
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR astro (1)
|
.IR astro (1)
|
||||||
.br
|
.br
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@ newly created files are ignored.
|
||||||
encrypts and decrypts using AES (Rijndael) in cipher
|
encrypts and decrypts using AES (Rijndael) in cipher
|
||||||
block chaining (CBC) mode.
|
block chaining (CBC) mode.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/secstore
|
.B \*9/src/cmd/secstore
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR factotum (4),
|
.IR factotum (4),
|
||||||
Plan 9's \fIsecstore\fR(8)
|
Plan 9's \fIsecstore\fR(8)
|
||||||
|
|
|
||||||
|
|
@ -366,7 +366,7 @@ ${
|
||||||
Delete all but one of each group of empty lines from a
|
Delete all but one of each group of empty lines from a
|
||||||
formatted manuscript.
|
formatted manuscript.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/9sed.c
|
.B \*9/src/cmd/9sed.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR ed (1),
|
.IR ed (1),
|
||||||
.IR grep (1),
|
.IR grep (1),
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ seq -w 0 .05 .1
|
||||||
Print
|
Print
|
||||||
.BR "0.00 0.05 0.10" .
|
.BR "0.00 0.05 0.10" .
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/seq.c
|
.B \*9/src/cmd/seq.c
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Option
|
Option
|
||||||
.B -w
|
.B -w
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,6 @@ while (){
|
||||||
}
|
}
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/sleep.c
|
.B \*9/src/cmd/sleep.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR sleep (3)
|
.IR sleep (3)
|
||||||
|
|
|
||||||
|
|
@ -238,7 +238,7 @@ come out in their original order.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.BI /tmp/sort. <pid>.<ordinal>
|
.BI /tmp/sort. <pid>.<ordinal>
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/sort.c
|
.B \*9/src/cmd/sort.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR uniq (1),
|
.IR uniq (1),
|
||||||
.IR look (1)
|
.IR look (1)
|
||||||
|
|
|
||||||
|
|
@ -61,10 +61,10 @@ cede to `crew member' and `back yard' (noun) or `back-yard'
|
||||||
(adjective).
|
(adjective).
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/lib/amspell
|
.B \*9/lib/amspell
|
||||||
American spelling list
|
American spelling list
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/lib/brspell
|
.B \*9/lib/brspell
|
||||||
British spelling list
|
British spelling list
|
||||||
.TP
|
.TP
|
||||||
.B /bin/aux/sprog
|
.B /bin/aux/sprog
|
||||||
|
|
@ -73,12 +73,12 @@ It expects one word per line on standard input,
|
||||||
and takes the same arguments as
|
and takes the same arguments as
|
||||||
.IR spell .
|
.IR spell .
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.TF /usr/local/plan9/src/cmd/spell
|
.TF \*9/src/cmd/spell
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/bin/spell
|
.B \*9/bin/spell
|
||||||
the script
|
the script
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/src/cmd/spell
|
.B \*9/src/cmd/spell
|
||||||
source for
|
source for
|
||||||
.I sprog
|
.I sprog
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ Ignore case in option
|
||||||
force output file names (excluding the suffix)
|
force output file names (excluding the suffix)
|
||||||
to lower case.
|
to lower case.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/split.c
|
.B \*9/src/cmd/split.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR sed (1),
|
.IR sed (1),
|
||||||
.IR awk (1),
|
.IR awk (1),
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ Find the source for
|
||||||
src -s strcmp rc
|
src -s strcmp rc
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin/src
|
.B \*9/bin/src
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR db (1),
|
.IR db (1),
|
||||||
.IR plumb (1),
|
.IR plumb (1),
|
||||||
|
|
|
||||||
|
|
@ -173,11 +173,11 @@ and a remote BSD machine
|
||||||
.BR daemon .
|
.BR daemon .
|
||||||
.IP
|
.IP
|
||||||
.B
|
.B
|
||||||
stats -lmisce `hostname` tux:/usr/local/plan9/bin/auxstats daemon
|
stats -lmisce `hostname` tux:\*9/bin/auxstats daemon
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/draw/stats.c
|
.B \*9/src/cmd/draw/stats.c
|
||||||
.PP
|
.PP
|
||||||
.B /usr/local/plan9/src/cmd/auxstats
|
.B \*9/src/cmd/auxstats
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
The
|
The
|
||||||
.I auxstats
|
.I auxstats
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,6 @@ of the string. If the string is longer than 70 runes the line is
|
||||||
terminated by three dots and the printing is resumed on the next
|
terminated by three dots and the printing is resumed on the next
|
||||||
line with the offset of the continuation line.
|
line with the offset of the continuation line.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/strings.c
|
.B \*9/src/cmd/strings.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR nm (1)
|
.IR nm (1)
|
||||||
|
|
|
||||||
|
|
@ -67,11 +67,11 @@ are given,
|
||||||
the standard input is
|
the standard input is
|
||||||
summed.
|
summed.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/sum.c
|
.B \*9/src/cmd/sum.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/md5sum.c
|
.B \*9/src/cmd/md5sum.c
|
||||||
.br
|
.br
|
||||||
.B /usr/local/plan9/src/cmd/sha1sum.c
|
.B \*9/src/cmd/sha1sum.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR cmp (1),
|
.IR cmp (1),
|
||||||
.IR wc (1)
|
.IR wc (1)
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ data accumulate as it grows.
|
||||||
.B sed 10q file
|
.B sed 10q file
|
||||||
Print the first 10 lines of a file.
|
Print the first 10 lines of a file.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/tail.c
|
.B \*9/src/cmd/tail.c
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Tails relative to the end of the file
|
Tails relative to the end of the file
|
||||||
are treasured up in a buffer, and thus
|
are treasured up in a buffer, and thus
|
||||||
|
|
|
||||||
|
|
@ -272,7 +272,7 @@ Bernardsville 2018 3.30
|
||||||
.if t \{.sp3
|
.if t \{.sp3
|
||||||
.1C\}
|
.1C\}
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/tbl
|
.B \*9/src/cmd/tbl
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR troff (1),
|
.IR troff (1),
|
||||||
.IR eqn (1),
|
.IR eqn (1),
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,7 @@ characters.
|
||||||
.B tcs -lv
|
.B tcs -lv
|
||||||
Print an up to date list of the supported character sets.
|
Print an up to date list of the supported character sets.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/tcs
|
.B \*9/src/cmd/tcs
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR ascii (1),
|
.IR ascii (1),
|
||||||
.IR rune (3),
|
.IR rune (3),
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,4 @@ Append the output to the
|
||||||
.I files
|
.I files
|
||||||
rather than rewriting them.
|
rather than rewriting them.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/tee.c
|
.B \*9/src/cmd/tee.c
|
||||||
|
|
|
||||||
|
|
@ -206,6 +206,6 @@ is in the current directory.
|
||||||
.IP
|
.IP
|
||||||
.B test -f abc -o -d abc
|
.B test -f abc -o -d abc
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/test.c
|
.B \*9/src/cmd/test.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR rc (1)
|
.IR rc (1)
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@ reports on standard error the program's elapsed user time,
|
||||||
system time, and real time, in seconds,
|
system time, and real time, in seconds,
|
||||||
followed by the command line.
|
followed by the command line.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/time.c
|
.B \*9/src/cmd/time.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR prof (1)
|
.IR prof (1)
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ it will be created unless option
|
||||||
.B -c
|
.B -c
|
||||||
is present.
|
is present.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/touch.c
|
.B \*9/src/cmd/touch.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR ls (1),
|
.IR ls (1),
|
||||||
.IR stat (3),
|
.IR stat (3),
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,6 @@ tr -cs A-Za-z '
|
||||||
\&' <file1 >file2
|
\&' <file1 >file2
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/tr.c
|
.B \*9/src/cmd/tr.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR sed (1)
|
.IR sed (1)
|
||||||
|
|
|
||||||
|
|
@ -101,13 +101,13 @@ at the end of the usual PostScript header.
|
||||||
Preview this manual page:
|
Preview this manual page:
|
||||||
.IP
|
.IP
|
||||||
.EX
|
.EX
|
||||||
troff -man /usr/local/plan9/man/man1/tr2post.1 |
|
troff -man \*9/man/man1/tr2post.1 |
|
||||||
tr2post |
|
tr2post |
|
||||||
psfonts >/tmp/a.ps
|
psfonts >/tmp/a.ps
|
||||||
psv /tmp/a.ps
|
psv /tmp/a.ps
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/postscript/tr2post
|
.B \*9/src/cmd/postscript/tr2post
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR troff (1),
|
.IR troff (1),
|
||||||
.IR psfonts (1)
|
.IR psfonts (1)
|
||||||
|
|
|
||||||
|
|
@ -174,7 +174,7 @@ terminal driving tables for
|
||||||
font width tables for
|
font width tables for
|
||||||
.I troff
|
.I troff
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/troff
|
.B \*9/src/cmd/troff
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR lpr (1),
|
.IR lpr (1),
|
||||||
.IR proof (1),
|
.IR proof (1),
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ Quit
|
||||||
.IR tweak .
|
.IR tweak .
|
||||||
The program will complain once about modified but unwritten files.
|
The program will complain once about modified but unwritten files.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/draw/tweak.c
|
.B \*9/src/cmd/draw/tweak.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR cachechars (3),
|
.IR cachechars (3),
|
||||||
.IR image (7),
|
.IR image (7),
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ The first
|
||||||
characters are ignored.
|
characters are ignored.
|
||||||
Fields are skipped before characters.
|
Fields are skipped before characters.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/uniq.c
|
.B \*9/src/cmd/uniq.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR sort (1)
|
.IR sort (1)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ you want: atm
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.B /lib/units
|
.B /lib/units
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/units.y
|
.B \*9/src/cmd/units.y
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Since
|
Since
|
||||||
.I units
|
.I units
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ Print out various statistics on standard error.
|
||||||
Produce more verbose output on standard error, including the name of the files added to the archive
|
Produce more verbose output on standard error, including the name of the files added to the archive
|
||||||
and the vac archives that are expanded and merged.
|
and the vac archives that are expanded and merged.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/vac
|
.B \*9/src/cmd/vac
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
Plan 9's \fIvacfs\fR(4) and \fIventi\fR(8)
|
Plan 9's \fIvacfs\fR(4) and \fIventi\fR(8)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ Otherwise, lines, words and bytes
|
||||||
.RB ( -lwc )
|
.RB ( -lwc )
|
||||||
are reported.
|
are reported.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/wc.c
|
.B \*9/src/cmd/wc.c
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
The Unicode Standard has many blank characters scattered through it,
|
The Unicode Standard has many blank characters scattered through it,
|
||||||
but
|
but
|
||||||
|
|
|
||||||
|
|
@ -64,12 +64,12 @@ are invoked as start commands in the
|
||||||
rules for opening web pages and writing mail messages.
|
rules for opening web pages and writing mail messages.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
.B /usr/local/plan9/plumb/basic
|
.B \*9/plumb/basic
|
||||||
plumbing rules using
|
plumbing rules using
|
||||||
.I web
|
.I web
|
||||||
and
|
and
|
||||||
.I wmail
|
.I wmail
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin
|
.B \*9/bin
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR plumber (4)
|
.IR plumber (4)
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ ramfs rc read rio rm
|
||||||
.IR 9term (1),
|
.IR 9term (1),
|
||||||
.IR acme (1)
|
.IR acme (1)
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/bin
|
.B \*9/bin
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.I \C'"'
|
.I \C'"'
|
||||||
and
|
and
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ Reverse (swab) the order of bytes in each group of 4 before printing.
|
||||||
Print repeating groups of identical 16-byte sequences as the first group
|
Print repeating groups of identical 16-byte sequences as the first group
|
||||||
followed by an asterisk.
|
followed by an asterisk.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /usr/local/plan9/src/cmd/xd.c
|
.B \*9/src/cmd/xd.c
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR db (1)
|
.IR db (1)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue