Mostly path name updates

This commit is contained in:
rsc 2004-04-19 19:22:56 +00:00
parent 7284df18a8
commit b5fdffeeed
153 changed files with 218 additions and 211 deletions

View file

@ -1,4 +1,4 @@
.TH NM 1 .TH 9NM 1
.SH NAME .SH NAME
nm \- name list (symbol table) nm \- name list (symbol table)
.SH SYNOPSIS .SH SYNOPSIS
@ -94,7 +94,7 @@ Don't sort; print in symbol-table order.
.B -u .B -u
Print only undefined symbols. Print only undefined symbols.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/nm.c .B /usr/local/plan9/src/cmd/nm.c
.SH SEE ALSO .SH SEE ALSO
.IR ar (1), .IR ar (1),
.IR 2l (1), .IR 2l (1),

View file

@ -1,8 +1,8 @@
.TH SED 1 .TH SED 1
.SH NAME .SH NAME
sed \- stream editor 9sed \- stream editor
.SH SYNOPSIS .SH SYNOPSIS
.B sed .B 9sed
[ [
.B -n .B -n
] ]
@ -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 /sys/src/cmd/sed.c .B /usr/local/plan9/src/cmd/sed.c
.SH SEE ALSO .SH SEE ALSO
.IR ed (1), .IR ed (1),
.IR grep (1), .IR grep (1),

View file

@ -448,15 +448,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 /sys/src/cmd/sam/sam.c .B /usr/local/plan9/src/cmd/sam/sam.c
executing executing
.B mk .B mk
will run will run
.IR mk (1) .IR mk (1)
in in
.BR /sys/src/cmd/sam , .BR /usr/local/plan9/src/cmd/sam ,
producing output in a window labeled producing output in a window labeled
.BR /sys/src/cmd/sam/+Errors . .BR /usr/local/plan9/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.
@ -660,11 +660,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 /sys/src/cmd/acme .B /usr/local/plan9/src/cmd/acme
.br .br
.B /acme/bin/source/win .B /acme/bin/source/win
.br .br
.B /sys/src/cmd/awd.c .B /usr/local/plan9/src/cmd/awd.c
.SH SEE ALSO .SH SEE ALSO
.IR acme (4) .IR acme (4)
.br .br

View file

@ -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 /sys/src/cmd/ascii.c .B /usr/local/plan9/src/cmd/ascii.c
.br .br
.B /sys/src/cmd/unicode.c .B /usr/local/plan9/src/cmd/unicode.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR look (1) .IR look (1)
.IR tcs (1), .IR tcs (1),

View file

@ -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 /sys/src/cmd/basename.c .B /usr/local/plan9/src/cmd/basename.c

View file

@ -35,7 +35,7 @@ Try
cal sep 1752 cal sep 1752
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/cal.c .B /usr/local/plan9/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.

View file

@ -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 /sys/src/cmd/calendar.c .B /usr/local/plan9/src/cmd/calendar.c

View file

@ -63,9 +63,9 @@ for each line of input, which can be helpful when
preparing input to programs that expect line-at-a-time data. preparing input to programs that expect line-at-a-time data.
It never reads any more data from the input than it prints to the output. It never reads any more data from the input than it prints to the output.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/cat.c .B /usr/local/plan9/src/cmd/cat.c
.br .br
.B /sys/src/cmd/read.c .B /usr/local/plan9/src/cmd/read.c
.SH SEE ALSO .SH SEE ALSO
.IR cp (1) .IR cp (1)
.SH DIAGNOSTICS .SH DIAGNOSTICS

View file

@ -27,6 +27,6 @@ unrooted names are prefixed with
.IB pwd / .IB pwd /
before processing. before processing.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/cleanname.c .B /usr/local/plan9/src/cmd/cleanname.c
.SH SEE ALSO .SH SEE ALSO
.IR cleanname (2). .IR cleanname (2).

View file

@ -42,7 +42,7 @@ with
.BR 0 , .BR 0 ,
octal; with anything else, decimal. octal; with anything else, decimal.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/cmp.c .B /usr/local/plan9/src/cmd/cmp.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR diff (1) .IR diff (1)
.SH DIAGNOSTICS .SH DIAGNOSTICS

View file

@ -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 /sys/src/cmd/comm.c .B /usr/local/plan9/src/cmd/comm.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR sort (1), .IR sort (1),
.IR cmp (1), .IR cmp (1),

View file

@ -53,6 +53,6 @@ into
.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 /sys/src/cmd/date.c .B /usr/local/plan9/src/cmd/date.c
.br .br
.B /sys/src/cmd/clock.c .B /usr/local/plan9/src/cmd/clock.c

View file

@ -952,7 +952,7 @@ BUGS section.
.IR 9nm (1), .IR 9nm (1),
.IR acid (1) .IR acid (1)
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/db .B /usr/local/plan9/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.

View file

@ -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 /sys/src/cmd/dc.c .B /usr/local/plan9/src/cmd/dc.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR bc (1), .IR bc (1),
.IR hoc (1) .IR hoc (1)

View file

@ -91,9 +91,9 @@ does for
.I troff .I troff
files. files.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/deroff.c .B /usr/local/plan9/src/cmd/deroff.c
.br .br
.B /sys/src/cmd/tex/local/delatex.c .B /usr/local/plan9/src/cmd/tex/local/delatex.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR troff (1), .IR troff (1),
.IR tex (1), .IR tex (1),

View file

@ -148,7 +148,7 @@ Other files in
.SH "SEE ALSO" .SH "SEE ALSO"
.IR regexp (6) .IR regexp (6)
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/dict .B /usr/local/plan9/src/cmd/dict
.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.

View file

@ -130,7 +130,7 @@ differences.
.SH FILES .SH FILES
.B /tmp/diff[12] .B /tmp/diff[12]
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/diff .B /usr/local/plan9/src/cmd/diff
.SH "SEE ALSO" .SH "SEE ALSO"
.IR cmp (1), .IR cmp (1),
.IR comm (1), .IR comm (1),

View file

@ -17,7 +17,7 @@ Option
.B -n .B -n
suppresses the newline. suppresses the newline.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/echo.c .B /usr/local/plan9/src/cmd/echo.c
.SH DIAGNOSTICS .SH DIAGNOSTICS
If If
.I echo .I echo

View file

@ -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 /sys/src/cmd/ed.c .B /usr/local/plan9/src/cmd/ed.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR sam (1), .IR sam (1),
.IR sed (1), .IR sed (1),

View file

@ -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 /sys/src/cmd/factor.c .B /usr/local/plan9/src/cmd/factor.c
.br .br
.B /sys/src/cmd/primes.c .B /usr/local/plan9/src/cmd/primes.c

View file

@ -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 /sys/src/cmd/fmt.c .B /usr/local/plan9/src/cmd/fmt.c
.PP .PP
.B /sys/src/cmd/htmlfmt .B /usr/local/plan9/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;

View file

@ -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 /sys/src/cmd/fortune.c .B /usr/local/plan9/src/cmd/fortune.c

View file

@ -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 /sys/src/cmd/freq.c .B /usr/local/plan9/src/cmd/freq.c
.SH SEE ALSO .SH SEE ALSO
.IR utf (6), .IR utf (6),
.IR wc (1) .IR wc (1)

View file

@ -91,7 +91,7 @@ An expression starting with '*'
will treat the rest of the expression will treat the rest of the expression
as literal characters. as literal characters.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/grep .B /usr/local/plan9/src/cmd/grep
.SH SEE ALSO .SH SEE ALSO
.IR ed (1), .IR ed (1),
.IR awk (1), .IR awk (1),

View file

@ -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 /sys/src/cmd/hoc .B /usr/local/plan9/src/cmd/hoc
.SH "SEE ALSO" .SH "SEE ALSO"
.IR bc (1), .IR bc (1),
.IR dc (1) .IR dc (1)

View file

@ -61,7 +61,7 @@ passed through to
.SH FILES .SH FILES
.B /tmp/idiff.* .B /tmp/idiff.*
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/idiff.c .B /usr/local/plan9/src/cmd/idiff.c
.SH "SEE ALSO .SH "SEE ALSO
.IR diff (1) .IR diff (1)
.br .br

View file

@ -128,7 +128,7 @@ tr : ' ' </adm/users | 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 /sys/src/cmd/join.c .B /usr/local/plan9/src/cmd/join.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR sort (1), .IR sort (1),
.IR comm (1), .IR comm (1),

View file

@ -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 /sys/src/cmd/ls.c .B /usr/local/plan9/src/cmd/ls.c
.br .br
.B /rc/bin/lc .B /usr/local/plan9/bin/lc
.SH SEE ALSO .SH SEE ALSO
.IR stat (2) .IR stat (2)
.IR mc (1) .IR mc (1)

View file

@ -31,7 +31,7 @@ each input line ending in a colon
.L : .L :
is printed separately. is printed separately.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/mc.c .B /usr/local/plan9/src/cmd/mc.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR rio (1), .IR rio (1),
.IR pr (1), .IR pr (1),

View file

@ -26,7 +26,7 @@ and does not complain if the target directory already exists.
in in
.IR rc (1) .IR rc (1)
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/mkdir.c .B /usr/local/plan9/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.

View file

@ -85,7 +85,7 @@ default rules file
mount point for mount point for
.IR plumber (4). .IR plumber (4).
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/plumb .B /usr/local/plan9/src/cmd/plumb
.SH "SEE ALSO" .SH "SEE ALSO"
.IR plumb (2), .IR plumb (2),
.IR plumber (4), .IR plumber (4),

View file

@ -939,7 +939,7 @@ Print debugging information (internal form of commands
as they are executed). as they are executed).
.PD .PD
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/rc .B /usr/local/plan9/src/cmd/rc
.SH "SEE ALSO" .SH "SEE ALSO"
Tom Duff, Tom Duff,
``Rc \- The Plan 9 Shell''. ``Rc \- The Plan 9 Shell''.

View file

@ -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 /sys/src/cmd/rm.c .B /usr/local/plan9/src/cmd/rm.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR remove (2) .IR remove (2)

View file

@ -853,27 +853,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 /sys/src/cmd/samterm .TF /usr/local/plan9/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 /sys/lib/samsave .B /usr/local/plan9/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 /sys/src/cmd/samterm .TF /usr/local/plan9/src/cmd/samterm
.TP .TP
.B /sys/src/cmd/sam .B /usr/local/plan9/src/cmd/sam
source for source for
.I sam .I sam
itself itself
.TP .TP
.B /sys/src/cmd/samterm .B /usr/local/plan9/src/cmd/samterm
source for the separate terminal part source for the separate terminal part
.TP .TP
.B /rc/bin/B .B /usr/local/plan9/bin/B
.SH SEE ALSO .SH SEE ALSO
.IR ed (1), .IR ed (1),
.IR sed (1), .IR sed (1),

View file

@ -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 /sys/src/cmd/seq.c .B /usr/local/plan9/src/cmd/seq.c
.SH BUGS .SH BUGS
Option Option
.B -w .B -w

View file

@ -26,6 +26,6 @@ while (){
} }
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/sleep.c .B /usr/local/plan9/src/cmd/sleep.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR sleep (2) .IR sleep (2)

View file

@ -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 /sys/src/cmd/sort.c .B /usr/local/plan9/src/cmd/sort.c
.SH SEE ALSO .SH SEE ALSO
.IR uniq (1), .IR uniq (1),
.IR look (1) .IR look (1)

View file

@ -60,12 +60,11 @@ Agglutinated variants are shunned: `crewmember' and `backyard'
cede to `crew member' and `back yard' (noun) or `back-yard' cede to `crew member' and `back yard' (noun) or `back-yard'
(adjective). (adjective).
.SH FILES .SH FILES
.TF /sys/lib/brspell
.TP .TP
.B /sys/lib/amspell .B /usr/local/plan9/lib/amspell
American spelling list American spelling list
.TP .TP
.B /sys/lib/brspell .B /usr/local/plan9/lib/brspell
British spelling list British spelling list
.TP .TP
.B /bin/aux/sprog .B /bin/aux/sprog
@ -74,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 /sys/src/cmd/spell .TF /usr/local/plan9/src/cmd/spell
.TP .TP
.B /rc/bin/spell .B /usr/local/plan9/bin/spell
the script the script
.TP .TP
.B /sys/src/cmd/spell .B /usr/local/plan9/src/cmd/spell
source for source for
.I sprog .I sprog
.SH SEE ALSO .SH SEE ALSO

View file

@ -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 /sys/src/cmd/split.c .B /usr/local/plan9/src/cmd/split.c
.SH SEE ALSO .SH SEE ALSO
.IR sed (1), .IR sed (1),
.IR awk (1), .IR awk (1),

View file

@ -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 /sys/src/cmd/strings.c .B /usr/local/plan9/src/cmd/strings.c
.SH SEE ALSO .SH SEE ALSO
.IR nm (1) .IR nm (1)

View file

@ -67,11 +67,11 @@ are given,
the standard input is the standard input is
summed. summed.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/sum.c .B /usr/local/plan9/src/cmd/sum.c
.br .br
.B /sys/src/cmd/md5sum.c .B /usr/local/plan9/src/cmd/md5sum.c
.br .br
.B /sys/src/cmd/sha1sum.c .B /usr/local/plan9/src/cmd/sha1sum.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR cmp (1), .IR cmp (1),
.IR wc (1) .IR wc (1)

View file

@ -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 /sys/src/cmd/tail.c .B /usr/local/plan9/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

View file

@ -101,7 +101,7 @@ can be used to copy hierarchies thus:
@{cd fromdir && tar cp .} | @{cd todir && tar xT} @{cd fromdir && tar cp .} | @{cd todir && tar xT}
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/tar.c .B /usr/local/plan9/src/cmd/tar.c
.SH SEE ALSO .SH SEE ALSO
.IR ar (1), .IR ar (1),
.IR bundle (1), .IR bundle (1),

View file

@ -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 /sys/src/cmd/tee.c .B /usr/local/plan9/src/cmd/tee.c

View file

@ -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 /sys/src/cmd/test.c .B /usr/local/plan9/src/cmd/test.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR rc (1) .IR rc (1)

View file

@ -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 /sys/src/cmd/time.c .B /usr/local/plan9/src/cmd/time.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR prof (1) .IR prof (1)

View file

@ -25,7 +25,7 @@ it will be created unless option
.B -c .B -c
is present. is present.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/touch.c .B /usr/local/plan9/src/cmd/touch.c
.SH SEE ALSO .SH SEE ALSO
.IR ls (1), .IR ls (1),
.IR stat (2), .IR stat (2),

View file

@ -92,6 +92,6 @@ tr -cs A-Za-z '
\&' <file1 >file2 \&' <file1 >file2
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/tr.c .B /usr/local/plan9/src/cmd/tr.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR sed (1) .IR sed (1)

View file

@ -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 /sys/src/cmd/uniq.c .B /usr/local/plan9/src/cmd/uniq.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR sort (1) .IR sort (1)
.SH BUGS .SH BUGS

View file

@ -35,7 +35,7 @@ Otherwise, lines, words and bytes
.RB ( -lwc ) .RB ( -lwc )
are reported. are reported.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/wc.c .B /usr/local/plan9/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

View file

@ -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 /sys/src/cmd/xd.c .B /usr/local/plan9/src/cmd/xd.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR db (1) .IR db (1)
.SH BUGS .SH BUGS

View file

@ -123,7 +123,7 @@ statement in an interpreter.
Finally, some undocumented inner workings of the parser have been Finally, some undocumented inner workings of the parser have been
changed, which may affect programs that know too much about its structure. changed, which may affect programs that know too much about its structure.
.SH FILES .SH FILES
.TF /sys/lib/yaccpars .TF y.debug.xxxxx
.TP .TP
.B y.output .B y.output
.TP .TP
@ -139,13 +139,13 @@ temporary file
.B y.acts.* .B y.acts.*
temporary file temporary file
.TP .TP
.B /sys/lib/yaccpar .B /usr/local/plan9/lib/yaccpar
parser prototype parser prototype
.TP .TP
.B /sys/lib/yaccpars .B /usr/local/plan9/lib/yaccpars
parser prototype using stdio parser prototype using stdio
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/yacc.c .B /usr/local/plan9/src/cmd/yacc.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR lex (1) .IR lex (1)
.br .br

View file

@ -725,7 +725,7 @@ option to increment
.IR nntpfs (4), .IR nntpfs (4),
.IR snap (4), .IR snap (4),
and and
.B /sys/src/lib9p/ramfs.c .B /usr/local/plan9/src/lib9p/ramfs.c
are good examples of simple single-threaded file servers. are good examples of simple single-threaded file servers.
.IR Webfs (4) .IR Webfs (4)
and and
@ -748,7 +748,7 @@ and
.IR nntpfs ) .IR nntpfs )
or is maintained elsewhere. or is maintained elsewhere.
.SH SOURCE .SH SOURCE
.B /sys/src/lib9p .B /usr/local/plan9/src/lib9p
.SH SEE ALSO .SH SEE ALSO
.IR 9pfid (3), .IR 9pfid (3),
.IR 9pfile (3), .IR 9pfile (3),

View file

@ -108,9 +108,9 @@ is often simply
This interface is not used in any distributed 9P servers. This interface is not used in any distributed 9P servers.
It was lifted from the Plan 9 kernel. It was lifted from the Plan 9 kernel.
Almost any kernel driver Almost any kernel driver
.RB ( /sys/src/9/*/dev*.c ) .RB ( /usr/local/plan9/src/9/*/dev*.c )
is a good example. is a good example.
.SH SOURCE .SH SOURCE
.B /sys/src/lib9p/parse.c .B /usr/local/plan9/src/lib9p/parse.c
.SH SEE ALSO .SH SEE ALSO
.IR 9p (3) .IR 9p (3)

View file

@ -198,7 +198,7 @@ and
.B Req .B Req
structures. structures.
.SH SOURCE .SH SOURCE
.B /sys/src/lib9p .B /usr/local/plan9/src/lib9p
.SH SEE ALSO .SH SEE ALSO
.IR 9p (3), .IR 9p (3),
.IR 9pfile (3) .IR 9pfile (3)

View file

@ -216,7 +216,7 @@ closefile(f);
return nf; return nf;
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/lib9p/file.c .B /usr/local/plan9/src/lib9p/file.c
.SH SEE ALSO .SH SEE ALSO
.IR 9p (3) .IR 9p (3)
.SH BUGS .SH BUGS

View file

@ -15,4 +15,4 @@ void abort(void)
causes an access fault, causing the current process to enter the `Broken' state. causes an access fault, causing the current process to enter the `Broken' state.
The process can then be inspected by a debugger. The process can then be inspected by a debugger.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9sys/abort.c .B /usr/local/plan9/src/libc/9sys/abort.c

View file

@ -20,7 +20,7 @@ and
.I labs .I labs
does the same for a long. does the same for a long.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port/abs.c .B /usr/local/plan9/src/libc/port/abs.c
.SH SEE ALSO .SH SEE ALSO
.IR floor (3) .IR floor (3)
for for

View file

@ -44,7 +44,7 @@ and
.BR AREAD =4. .BR AREAD =4.
.PP .PP
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9sys/access.c .B /usr/local/plan9/src/libc/9sys/access.c
.SH SEE ALSO .SH SEE ALSO
.IR stat (3) .IR stat (3)
.SH DIAGNOSTICS .SH DIAGNOSTICS

View file

@ -183,6 +183,6 @@ and
give the width (Δx) and height (Δy) of a Rectangle. give the width (Δx) and height (Δy) of a Rectangle.
They are implemented as macros. They are implemented as macros.
.SH SOURCE .SH SOURCE
.B /sys/src/libdraw .B /usr/local/plan9/src/libdraw
.SH SEE ALSO .SH SEE ALSO
.IR graphics (3) .IR graphics (3)

View file

@ -37,7 +37,7 @@ of
bytes should random enough to be unlikely to be reused but does not need to be bytes should random enough to be unlikely to be reused but does not need to be
cryptographically strongly unpredictable. cryptographically strongly unpredictable.
.SH SOURCE .SH SOURCE
.B /sys/src/libsec .B /usr/local/plan9/src/libsec
.SH SEE ALSO .SH SEE ALSO
.IR mp (3), .IR mp (3),
.IR blowfish (3), .IR blowfish (3),

View file

@ -331,7 +331,7 @@ To allocate a single-pixel replicated image that may be used to paint a region r
red = allocimage(display, Rect(0, 0, 1, 1), RGB24, 1, DRed); red = allocimage(display, Rect(0, 0, 1, 1), RGB24, 1, DRed);
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/libdraw .B /usr/local/plan9/src/libdraw
.SH "SEE ALSO" .SH "SEE ALSO"
.IR graphics (3), .IR graphics (3),
.IR draw (3), .IR draw (3),

View file

@ -22,4 +22,4 @@ when
.I cond .I cond
is false. is false.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port/_assert.c .B /usr/local/plan9/src/libc/port/_assert.c

View file

@ -127,7 +127,7 @@ Therefore, it may be necessary to back up the input stream one character
after calling after calling
.IR charstod . .IR charstod .
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port .B /usr/local/plan9/src/libc/port
.SH SEE ALSO .SH SEE ALSO
.IR fscanf (3) .IR fscanf (3)
.SH DIAGNOSTICS .SH DIAGNOSTICS

View file

@ -385,7 +385,7 @@ Similary
.I auth_freechal .I auth_freechal
frees a challenge/response state. frees a challenge/response state.
.SH SOURCE .SH SOURCE
.B /sys/src/libauth .B /usr/local/plan9/src/libauth
.SH SEE ALSO .SH SEE ALSO
.IR factotum (4), .IR factotum (4),
.IR authsrv (3), .IR authsrv (3),

View file

@ -211,7 +211,7 @@ sends a ticket request message and then uses
.I _asgetresp .I _asgetresp
to recieve an answer. to recieve an answer.
.SH SOURCE .SH SOURCE
.B /sys/src/libauthsrv .B /usr/local/plan9/src/libauthsrv
.SH SEE ALSO .SH SEE ALSO
.IR passwd (1), .IR passwd (1),
.IR cons (3), .IR cons (3),

View file

@ -89,7 +89,7 @@ The chunks are
upon a call to upon a call to
.IR binfree . .IR binfree .
.SH SOURCE .SH SOURCE
.B /sys/src/libbin .B /usr/local/plan9/src/libbin
.SH SEE ALSO .SH SEE ALSO
.IR malloc (3) .IR malloc (3)
.SH DIAGNOSTICS .SH DIAGNOSTICS

View file

@ -307,7 +307,7 @@ When reading, this is the number of bytes still available from the last
read on the file; when writing, it is the number of bytes ready to be read on the file; when writing, it is the number of bytes ready to be
written. written.
.SH SOURCE .SH SOURCE
.B /sys/src/libbio .B /usr/local/plan9/src/libbio
.SH SEE ALSO .SH SEE ALSO
.IR open (3), .IR open (3),
.IR print (3), .IR print (3),

View file

@ -38,7 +38,7 @@ length of the key in bytes, and an initialization vector of 8 bytes
functions take a BFstate structure, a data buffer, and a length, which functions take a BFstate structure, a data buffer, and a length, which
must be a multiple of eight bytes as padding is currently unsupported. must be a multiple of eight bytes as padding is currently unsupported.
.SH SOURCE .SH SOURCE
.B /sys/src/libsec .B /usr/local/plan9/src/libsec
.SH SEE ALSO .SH SEE ALSO
.IR mp (3), .IR mp (3),
.IR aes (3), .IR aes (3),

View file

@ -300,7 +300,7 @@ is set to the font age at each use.
Thus, characters or subfonts with small ages are the best candidates Thus, characters or subfonts with small ages are the best candidates
for replacement when the cache is full. for replacement when the cache is full.
.SH SOURCE .SH SOURCE
.B /sys/src/libdraw .B /usr/local/plan9/src/libdraw
.SH SEE ALSO .SH SEE ALSO
.IR graphics (3), .IR graphics (3),
.IR allocimage (3), .IR allocimage (3),

View file

@ -29,6 +29,6 @@ Therefore
.I filename .I filename
must contain room for at least two bytes. must contain room for at least two bytes.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port/cleanname.c .B /usr/local/plan9/src/libc/port/cleanname.c
.SH SEE ALSO .SH SEE ALSO
.IR cleanname (1) .IR cleanname (1)

View file

@ -47,7 +47,7 @@ and
library routines that library routines that
take colors as arguments. take colors as arguments.
.SH SOURCE .SH SOURCE
.B /sys/src/libdraw .B /usr/local/plan9/src/libdraw
.SH SEE ALSO .SH SEE ALSO
.IR graphics (3), .IR graphics (3),
.IR allocimage (3), .IR allocimage (3),

View file

@ -91,7 +91,7 @@ and
.IR acme (1), .IR acme (1),
file name completion is triggered by a control-F character or an Insert character. file name completion is triggered by a control-F character or an Insert character.
.SH SOURCE .SH SOURCE
.B /sys/src/libcomplete .B /usr/local/plan9/src/libcomplete
.SH SEE ALSO .SH SEE ALSO
.IR rio (1), .IR rio (1),
.IR acme (1) .IR acme (1)

View file

@ -29,6 +29,6 @@ These functions read
.BR /dev/cputime , .BR /dev/cputime ,
opening that file when they are first called. opening that file when they are first called.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9sys .B /usr/local/plan9/src/libc/9sys
.SH SEE ALSO .SH SEE ALSO
.IR cons (3) .IR cons (3)

View file

@ -145,12 +145,12 @@ and
are corresponding macros which should only be used when it are corresponding macros which should only be used when it
is known that the argument is upper case or lower case, respectively. is known that the argument is upper case or lower case, respectively.
.SH SOURCE .SH SOURCE
.TF /sys/src/libc/port/ctype.c .TF /usr/local/plan9/src/libc/port/ctype.c
.TP .TP
.B /sys/include/ctype.h .B /sys/include/ctype.h
for the macros. for the macros.
.TP .TP
.B /sys/src/libc/port/ctype.c .B /usr/local/plan9/src/libc/port/ctype.c
for the tables. for the tables.
.SH "SEE ALSO .SH "SEE ALSO
.IR isalpharune (3) .IR isalpharune (3)

View file

@ -130,7 +130,7 @@ using
.IR key_setup . .IR key_setup .
.PP .PP
.SH SOURCE .SH SOURCE
.B /sys/src/libsec .B /usr/local/plan9/src/libsec
.SH SEE ALSO .SH SEE ALSO
.IR mp (3), .IR mp (3),
.IR aes (3), .IR aes (3),

View file

@ -315,8 +315,8 @@ bekremvax(void)
} }
.EE .EE
.SH SOURCE .SH SOURCE
.BR /sys/src/libc/9sys , .BR /usr/local/plan9/src/libc/9sys ,
.B /sys/src/libc/port .B /usr/local/plan9/src/libc/port
.SH "SEE ALSO" .SH "SEE ALSO"
.IR auth (3), .IR auth (3),
.IR ip (3), .IR ip (3),

View file

@ -83,7 +83,7 @@ structures filled in
.BR buf . .BR buf .
The file offset is advanced by the number of bytes actually read. The file offset is advanced by the number of bytes actually read.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9sys/dirread.c .B /usr/local/plan9/src/libc/9sys/dirread.c
.SH SEE ALSO .SH SEE ALSO
.IR intro (3), .IR intro (3),
.IR open (3), .IR open (3),

View file

@ -801,7 +801,7 @@ to a serial line) according to whether
.I on .I on
is non-zero. is non-zero.
.SH SOURCE .SH SOURCE
.B /sys/src/libdraw .B /usr/local/plan9/src/libdraw
.SH SEE ALSO .SH SEE ALSO
.IR graphics (3), .IR graphics (3),
.IR stringsize (3), .IR stringsize (3),

View file

@ -119,7 +119,7 @@ and
.I dsasigfree .I dsasigfree
are provided to manage signature storage. are provided to manage signature storage.
.SH SOURCE .SH SOURCE
.B /sys/src/libsec .B /usr/local/plan9/src/libsec
.SH SEE ALSO .SH SEE ALSO
.IR mp (3), .IR mp (3),
.IR aes (3), .IR aes (3),

View file

@ -33,7 +33,7 @@ requires that
be no greater than 20 more than the highest file descriptor ever used by be no greater than 20 more than the highest file descriptor ever used by
the program. the program.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9syscall .B /usr/local/plan9/src/libc/9syscall
.SH SEE ALSO .SH SEE ALSO
.IR intro (3), .IR intro (3),
.IR dup (3) .IR dup (3)

View file

@ -111,7 +111,7 @@ and
.I egsigfree .I egsigfree
are provided to manage signature storage. are provided to manage signature storage.
.SH SOURCE .SH SOURCE
.B /sys/src/libsec .B /usr/local/plan9/src/libsec
.SH SEE ALSO .SH SEE ALSO
.IR mp (3), .IR mp (3),
.IR aes (3), .IR aes (3),

View file

@ -80,6 +80,6 @@ For example, to display a 15 byte array as hex:
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port/u32.c .B /usr/local/plan9/src/libc/port/u32.c
.br .br
.B /sys/src/libc/port/u64.c .B /usr/local/plan9/src/libc/port/u64.c

View file

@ -59,7 +59,7 @@ hexadecimal numbers,
and the string is copied into and the string is copied into
.IR data . .IR data .
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port .B /usr/local/plan9/src/libc/port
.SH DIAGNOSTICS .SH DIAGNOSTICS
These routines return 1 if the data was encrypted, These routines return 1 if the data was encrypted,
and 0 if the encryption fails. and 0 if the encryption fails.

View file

@ -74,9 +74,9 @@ The string returned from
.I errstr .I errstr
is discarded. is discarded.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9syscall .B /usr/local/plan9/src/libc/9syscall
.br .br
.B /sys/src/libc/9sys/werrstr.c .B /usr/local/plan9/src/libc/9sys/werrstr.c
.SH DIAGNOSTICS .SH DIAGNOSTICS
.I Errstr .I Errstr
always returns 0. always returns 0.

View file

@ -375,7 +375,7 @@ If
.B c .B c
is nil, it restores the image to the default arrow. is nil, it restores the image to the default arrow.
.SH SOURCE .SH SOURCE
.B /sys/src/libdraw .B /usr/local/plan9/src/libdraw
.SH "SEE ALSO" .SH "SEE ALSO"
.IR rio (1), .IR rio (1),
.IR graphics (3), .IR graphics (3),

View file

@ -142,9 +142,9 @@ the return register (e.g.
.B R0 .B R0
on the 68020) contains the address of the clock. on the 68020) contains the address of the clock.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9syscall .B /usr/local/plan9/src/libc/9syscall
.br .br
.B /sys/src/libc/port/execl.c .B /usr/local/plan9/src/libc/port/execl.c
.SH SEE ALSO .SH SEE ALSO
.IR prof (1), .IR prof (1),
.IR intro (3), .IR intro (3),

View file

@ -75,7 +75,7 @@ returns 0 if that limit has been reached.
.I Atexitdont .I Atexitdont
cancels a previous registration of an exit function. cancels a previous registration of an exit function.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port/atexit.c .B /usr/local/plan9/src/libc/port/atexit.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR fork (3), .IR fork (3),
.IR wait (3) .IR wait (3)

View file

@ -349,7 +349,7 @@ multiple times, if necessary, to read an entire 9P message into
The return value is 0 for end of file, or -1 for error; it does not return The return value is 0 for end of file, or -1 for error; it does not return
partial messages. partial messages.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9sys .B /usr/local/plan9/src/libc/9sys
.SH SEE ALSO .SH SEE ALSO
.IR intro (3), .IR intro (3),
.IR 9p (3), .IR 9p (3),

View file

@ -204,4 +204,4 @@ The initial value of
.I adler .I adler
(that is, its value after seeing zero bytes) should be 1. (that is, its value after seeing zero bytes) should be 1.
.SH SOURCE .SH SOURCE
.B /sys/src/libflate .B /usr/local/plan9/src/libflate

View file

@ -362,7 +362,7 @@ main(...)
} }
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/libc/fmt .B /usr/local/plan9/src/libc/fmt
.SH SEE ALSO .SH SEE ALSO
.IR print (3), .IR print (3),
.IR utf (6), .IR utf (6),

View file

@ -155,9 +155,9 @@ will sleep, if necessary, until required process resources are available.
is just a call of is just a call of
.BR rfork(RFFDG|RFREND|RFPROC) . .BR rfork(RFFDG|RFREND|RFPROC) .
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9syscall .B /usr/local/plan9/src/libc/9syscall
.br .br
.B /sys/src/libc/9sys/fork.c .B /usr/local/plan9/src/libc/9sys/fork.c
.SH SEE ALSO .SH SEE ALSO
.IR intro (3), .IR intro (3),
.IR proc (3), .IR proc (3),

View file

@ -355,7 +355,7 @@ to paint a region of the frame defined by the
and and
.IR p1 . .IR p1 .
.SH SOURCE .SH SOURCE
.B /sys/src/libframe .B /usr/local/plan9/src/libframe
.SH SEE ALSO .SH SEE ALSO
.IR graphics (3), .IR graphics (3),
.IR draw (3), .IR draw (3),

View file

@ -39,6 +39,6 @@ Both functions may be passed to
(see (see
.IR mp (3)). .IR mp (3)).
.SH SOURCE .SH SOURCE
.B /sys/src/libsec .B /usr/local/plan9/src/libsec
.SH SEE ALSO .SH SEE ALSO
.IR mp (3) .IR mp (3)

View file

@ -31,7 +31,7 @@ main(int argc, char *argv[])
} }
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/libc/$objtype/getcallerpc.[cs] .B /usr/local/plan9/src/libc/$objtype/getcallerpc.[cs]
.SH BUGS .SH BUGS
The The
.I firstarg .I firstarg

View file

@ -36,7 +36,7 @@ to it. The terminating
is not written. is not written.
If the file value cannot be written, \-1 is returned. If the file value cannot be written, \-1 is returned.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9sys .B /usr/local/plan9/src/libc/9sys
.SH SEE ALSO .SH SEE ALSO
.IR env (3) .IR env (3)
.SH DIAGNOSTICS .SH DIAGNOSTICS

View file

@ -122,4 +122,4 @@ setfcr(fcr);
.ft .ft
.EE .EE
.SH SOURCE .SH SOURCE
.B /sys/src/libc/$objtype/getfcr.s .B /usr/local/plan9/src/libc/$objtype/getfcr.s

View file

@ -87,7 +87,7 @@ with
.I delims .I delims
set to \f5"\et\er\en "\fP. set to \f5"\et\er\en "\fP.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port/tokenize.c .B /usr/local/plan9/src/libc/port/tokenize.c
.SH SEE ALSO .SH SEE ALSO
.I strtok .I strtok
in in

View file

@ -29,7 +29,7 @@ reads
.IR cons (3)) .IR cons (3))
and converts it to get the id of the parent of the current process. and converts it to get the id of the parent of the current process.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/9sys .B /usr/local/plan9/src/libc/9sys
.SH SEE ALSO .SH SEE ALSO
.IR intro (3), .IR intro (3),
.IR cons (3), .IR cons (3),

View file

@ -31,7 +31,7 @@ Unlike
.I sysname .I sysname
caches the string, reading the file only once. caches the string, reading the file only once.
.SH SOURCE .SH SOURCE
.B /sys/src/libc/port/getuser.c .B /usr/local/plan9/src/libc/port/getuser.c
.SH SEE ALSO .SH SEE ALSO
.IR intro (3), .IR intro (3),
.IR cons (3) .IR cons (3)

Some files were not shown because too many files have changed in this diff Show more