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