mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Mostly path name updates
This commit is contained in:
parent
7284df18a8
commit
b5fdffeeed
153 changed files with 218 additions and 211 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH NM 1
|
||||
.TH 9NM 1
|
||||
.SH NAME
|
||||
nm \- name list (symbol table)
|
||||
.SH SYNOPSIS
|
||||
|
@ -94,7 +94,7 @@ Don't sort; print in symbol-table order.
|
|||
.B -u
|
||||
Print only undefined symbols.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/nm.c
|
||||
.B /usr/local/plan9/src/cmd/nm.c
|
||||
.SH SEE ALSO
|
||||
.IR ar (1),
|
||||
.IR 2l (1),
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.TH SED 1
|
||||
.SH NAME
|
||||
sed \- stream editor
|
||||
9sed \- stream editor
|
||||
.SH SYNOPSIS
|
||||
.B sed
|
||||
.B 9sed
|
||||
[
|
||||
.B -n
|
||||
]
|
||||
|
@ -366,7 +366,7 @@ ${
|
|||
Delete all but one of each group of empty lines from a
|
||||
formatted manuscript.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/sed.c
|
||||
.B /usr/local/plan9/src/cmd/sed.c
|
||||
.SH SEE ALSO
|
||||
.IR ed (1),
|
||||
.IR grep (1),
|
||||
|
|
|
@ -448,15 +448,15 @@ will produce the output
|
|||
in a (possibly newly-created) window labeled
|
||||
.BR /adm/+Errors ;
|
||||
in a window containing
|
||||
.B /sys/src/cmd/sam/sam.c
|
||||
.B /usr/local/plan9/src/cmd/sam/sam.c
|
||||
executing
|
||||
.B mk
|
||||
will run
|
||||
.IR mk (1)
|
||||
in
|
||||
.BR /sys/src/cmd/sam ,
|
||||
.BR /usr/local/plan9/src/cmd/sam ,
|
||||
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
|
||||
.B $%
|
||||
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
|
||||
MIPS-specific binaries for applications
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/acme
|
||||
.B /usr/local/plan9/src/cmd/acme
|
||||
.br
|
||||
.B /acme/bin/source/win
|
||||
.br
|
||||
.B /sys/src/cmd/awd.c
|
||||
.B /usr/local/plan9/src/cmd/awd.c
|
||||
.SH SEE ALSO
|
||||
.IR acme (4)
|
||||
.br
|
||||
|
|
|
@ -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 /sys/src/cmd/ascii.c
|
||||
.B /usr/local/plan9/src/cmd/ascii.c
|
||||
.br
|
||||
.B /sys/src/cmd/unicode.c
|
||||
.B /usr/local/plan9/src/cmd/unicode.c
|
||||
.SH "SEE ALSO"
|
||||
.IR look (1)
|
||||
.IR tcs (1),
|
||||
|
|
|
@ -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 /sys/src/cmd/basename.c
|
||||
.B /usr/local/plan9/src/cmd/basename.c
|
||||
|
|
|
@ -35,7 +35,7 @@ Try
|
|||
cal sep 1752
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/cal.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/calendar.c
|
||||
.B /usr/local/plan9/src/cmd/calendar.c
|
||||
|
|
|
@ -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.
|
||||
It never reads any more data from the input than it prints to the output.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/cat.c
|
||||
.B /usr/local/plan9/src/cmd/cat.c
|
||||
.br
|
||||
.B /sys/src/cmd/read.c
|
||||
.B /usr/local/plan9/src/cmd/read.c
|
||||
.SH SEE ALSO
|
||||
.IR cp (1)
|
||||
.SH DIAGNOSTICS
|
||||
|
|
|
@ -27,6 +27,6 @@ unrooted names are prefixed with
|
|||
.IB pwd /
|
||||
before processing.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/cleanname.c
|
||||
.B /usr/local/plan9/src/cmd/cleanname.c
|
||||
.SH SEE ALSO
|
||||
.IR cleanname (2).
|
||||
|
|
|
@ -42,7 +42,7 @@ with
|
|||
.BR 0 ,
|
||||
octal; with anything else, decimal.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/cmp.c
|
||||
.B /usr/local/plan9/src/cmd/cmp.c
|
||||
.SH "SEE ALSO"
|
||||
.IR diff (1)
|
||||
.SH DIAGNOSTICS
|
||||
|
|
|
@ -39,7 +39,7 @@ comm -12 file1 file2
|
|||
.IP
|
||||
Print lines common to two sorted files.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/comm.c
|
||||
.B /usr/local/plan9/src/cmd/comm.c
|
||||
.SH "SEE ALSO"
|
||||
.IR sort (1),
|
||||
.IR cmp (1),
|
||||
|
|
|
@ -53,6 +53,6 @@ into
|
|||
.I Clock
|
||||
draws a simple analog clock in its window.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/date.c
|
||||
.B /usr/local/plan9/src/cmd/date.c
|
||||
.br
|
||||
.B /sys/src/cmd/clock.c
|
||||
.B /usr/local/plan9/src/cmd/clock.c
|
||||
|
|
|
@ -952,7 +952,7 @@ BUGS section.
|
|||
.IR 9nm (1),
|
||||
.IR acid (1)
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/db
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/dc.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/deroff.c
|
||||
.B /usr/local/plan9/src/cmd/deroff.c
|
||||
.br
|
||||
.B /sys/src/cmd/tex/local/delatex.c
|
||||
.B /usr/local/plan9/src/cmd/tex/local/delatex.c
|
||||
.SH "SEE ALSO"
|
||||
.IR troff (1),
|
||||
.IR tex (1),
|
||||
|
|
|
@ -148,7 +148,7 @@ Other files in
|
|||
.SH "SEE ALSO"
|
||||
.IR regexp (6)
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/dict
|
||||
.B /usr/local/plan9/src/cmd/dict
|
||||
.SH BUGS
|
||||
A font with wide coverage of the Unicode Standard
|
||||
should be used for best results.
|
||||
|
|
|
@ -130,7 +130,7 @@ differences.
|
|||
.SH FILES
|
||||
.B /tmp/diff[12]
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/diff
|
||||
.B /usr/local/plan9/src/cmd/diff
|
||||
.SH "SEE ALSO"
|
||||
.IR cmp (1),
|
||||
.IR comm (1),
|
||||
|
|
|
@ -17,7 +17,7 @@ Option
|
|||
.B -n
|
||||
suppresses the newline.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/echo.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/ed.c
|
||||
.B /usr/local/plan9/src/cmd/ed.c
|
||||
.SH "SEE ALSO"
|
||||
.IR sam (1),
|
||||
.IR sed (1),
|
||||
|
|
|
@ -61,6 +61,6 @@ if
|
|||
is missing, it reads the starting number from the
|
||||
standard input.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/factor.c
|
||||
.B /usr/local/plan9/src/cmd/factor.c
|
||||
.br
|
||||
.B /sys/src/cmd/primes.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/fmt.c
|
||||
.B /usr/local/plan9/src/cmd/fmt.c
|
||||
.PP
|
||||
.B /sys/src/cmd/htmlfmt
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/fortune.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/freq.c
|
||||
.B /usr/local/plan9/src/cmd/freq.c
|
||||
.SH SEE ALSO
|
||||
.IR utf (6),
|
||||
.IR wc (1)
|
||||
|
|
|
@ -91,7 +91,7 @@ An expression starting with '*'
|
|||
will treat the rest of the expression
|
||||
as literal characters.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/grep
|
||||
.B /usr/local/plan9/src/cmd/grep
|
||||
.SH SEE ALSO
|
||||
.IR ed (1),
|
||||
.IR awk (1),
|
||||
|
|
|
@ -131,7 +131,7 @@ func gcd(a, b) {
|
|||
for(i=1; i<12; i++) print gcd(i,12)
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/hoc
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/idiff.c
|
||||
.B /usr/local/plan9/src/cmd/idiff.c
|
||||
.SH "SEE ALSO
|
||||
.IR diff (1)
|
||||
.br
|
||||
|
|
|
@ -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'
|
||||
Print all pairs of users with identical userids.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/join.c
|
||||
.B /usr/local/plan9/src/cmd/join.c
|
||||
.SH "SEE ALSO"
|
||||
.IR sort (1),
|
||||
.IR comm (1),
|
||||
|
|
|
@ -153,9 +153,9 @@ if the file is executable;
|
|||
if none of the above permissions is granted.
|
||||
.PD
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/ls.c
|
||||
.B /usr/local/plan9/src/cmd/ls.c
|
||||
.br
|
||||
.B /rc/bin/lc
|
||||
.B /usr/local/plan9/bin/lc
|
||||
.SH SEE ALSO
|
||||
.IR stat (2)
|
||||
.IR mc (1)
|
||||
|
|
|
@ -31,7 +31,7 @@ each input line ending in a colon
|
|||
.L :
|
||||
is printed separately.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/mc.c
|
||||
.B /usr/local/plan9/src/cmd/mc.c
|
||||
.SH "SEE ALSO"
|
||||
.IR rio (1),
|
||||
.IR pr (1),
|
||||
|
|
|
@ -26,7 +26,7 @@ and does not complain if the target directory already exists.
|
|||
in
|
||||
.IR rc (1)
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/mkdir.c
|
||||
.B /usr/local/plan9/src/cmd/mkdir.c
|
||||
.SH DIAGNOSTICS
|
||||
.I Mkdir
|
||||
returns null exit status if all directories were successfully made.
|
||||
|
|
|
@ -85,7 +85,7 @@ default rules file
|
|||
mount point for
|
||||
.IR plumber (4).
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/plumb
|
||||
.B /usr/local/plan9/src/cmd/plumb
|
||||
.SH "SEE ALSO"
|
||||
.IR plumb (2),
|
||||
.IR plumber (4),
|
||||
|
|
|
@ -939,7 +939,7 @@ Print debugging information (internal form of commands
|
|||
as they are executed).
|
||||
.PD
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/rc
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/rm.c
|
||||
.B /usr/local/plan9/src/cmd/rm.c
|
||||
.SH "SEE ALSO"
|
||||
.IR remove (2)
|
||||
|
|
|
@ -853,27 +853,27 @@ The answer
|
|||
.L y
|
||||
causes writing; anything else skips the file.
|
||||
.SH FILES
|
||||
.TF /sys/src/cmd/samterm
|
||||
.TF /usr/local/plan9/src/cmd/samterm
|
||||
.TP
|
||||
.B $home/sam.save
|
||||
.TP
|
||||
.B $home/sam.err
|
||||
.TP
|
||||
.B /sys/lib/samsave
|
||||
.B /usr/local/plan9/bin/samsave
|
||||
the program called to unpack
|
||||
.BR $home/sam.save .
|
||||
.SH SOURCE
|
||||
.TF /sys/src/cmd/samterm
|
||||
.TF /usr/local/plan9/src/cmd/samterm
|
||||
.TP
|
||||
.B /sys/src/cmd/sam
|
||||
.B /usr/local/plan9/src/cmd/sam
|
||||
source for
|
||||
.I sam
|
||||
itself
|
||||
.TP
|
||||
.B /sys/src/cmd/samterm
|
||||
.B /usr/local/plan9/src/cmd/samterm
|
||||
source for the separate terminal part
|
||||
.TP
|
||||
.B /rc/bin/B
|
||||
.B /usr/local/plan9/bin/B
|
||||
.SH SEE ALSO
|
||||
.IR ed (1),
|
||||
.IR sed (1),
|
||||
|
|
|
@ -64,7 +64,7 @@ seq -w 0 .05 .1
|
|||
Print
|
||||
.BR "0.00 0.05 0.10" .
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/seq.c
|
||||
.B /usr/local/plan9/src/cmd/seq.c
|
||||
.SH BUGS
|
||||
Option
|
||||
.B -w
|
||||
|
|
|
@ -26,6 +26,6 @@ while (){
|
|||
}
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/sleep.c
|
||||
.B /usr/local/plan9/src/cmd/sleep.c
|
||||
.SH "SEE ALSO"
|
||||
.IR sleep (2)
|
||||
|
|
|
@ -238,7 +238,7 @@ come out in their original order.
|
|||
.SH FILES
|
||||
.BI /tmp/sort. <pid>.<ordinal>
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/sort.c
|
||||
.B /usr/local/plan9/src/cmd/sort.c
|
||||
.SH SEE ALSO
|
||||
.IR uniq (1),
|
||||
.IR look (1)
|
||||
|
|
|
@ -60,12 +60,11 @@ Agglutinated variants are shunned: `crewmember' and `backyard'
|
|||
cede to `crew member' and `back yard' (noun) or `back-yard'
|
||||
(adjective).
|
||||
.SH FILES
|
||||
.TF /sys/lib/brspell
|
||||
.TP
|
||||
.B /sys/lib/amspell
|
||||
.B /usr/local/plan9/lib/amspell
|
||||
American spelling list
|
||||
.TP
|
||||
.B /sys/lib/brspell
|
||||
.B /usr/local/plan9/lib/brspell
|
||||
British spelling list
|
||||
.TP
|
||||
.B /bin/aux/sprog
|
||||
|
@ -74,12 +73,12 @@ It expects one word per line on standard input,
|
|||
and takes the same arguments as
|
||||
.IR spell .
|
||||
.SH SOURCE
|
||||
.TF /sys/src/cmd/spell
|
||||
.TF /usr/local/plan9/src/cmd/spell
|
||||
.TP
|
||||
.B /rc/bin/spell
|
||||
.B /usr/local/plan9/bin/spell
|
||||
the script
|
||||
.TP
|
||||
.B /sys/src/cmd/spell
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/split.c
|
||||
.B /usr/local/plan9/src/cmd/split.c
|
||||
.SH SEE ALSO
|
||||
.IR sed (1),
|
||||
.IR awk (1),
|
||||
|
|
|
@ -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 /sys/src/cmd/strings.c
|
||||
.B /usr/local/plan9/src/cmd/strings.c
|
||||
.SH SEE ALSO
|
||||
.IR nm (1)
|
||||
|
|
|
@ -67,11 +67,11 @@ are given,
|
|||
the standard input is
|
||||
summed.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/sum.c
|
||||
.B /usr/local/plan9/src/cmd/sum.c
|
||||
.br
|
||||
.B /sys/src/cmd/md5sum.c
|
||||
.B /usr/local/plan9/src/cmd/md5sum.c
|
||||
.br
|
||||
.B /sys/src/cmd/sha1sum.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/tail.c
|
||||
.B /usr/local/plan9/src/cmd/tail.c
|
||||
.SH BUGS
|
||||
Tails relative to the end of the file
|
||||
are treasured up in a buffer, and thus
|
||||
|
|
|
@ -101,7 +101,7 @@ can be used to copy hierarchies thus:
|
|||
@{cd fromdir && tar cp .} | @{cd todir && tar xT}
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/tar.c
|
||||
.B /usr/local/plan9/src/cmd/tar.c
|
||||
.SH SEE ALSO
|
||||
.IR ar (1),
|
||||
.IR bundle (1),
|
||||
|
|
|
@ -25,4 +25,4 @@ Append the output to the
|
|||
.I files
|
||||
rather than rewriting them.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/tee.c
|
||||
.B /usr/local/plan9/src/cmd/tee.c
|
||||
|
|
|
@ -206,6 +206,6 @@ is in the current directory.
|
|||
.IP
|
||||
.B test -f abc -o -d abc
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/test.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/time.c
|
||||
.B /usr/local/plan9/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 /sys/src/cmd/touch.c
|
||||
.B /usr/local/plan9/src/cmd/touch.c
|
||||
.SH SEE ALSO
|
||||
.IR ls (1),
|
||||
.IR stat (2),
|
||||
|
|
|
@ -92,6 +92,6 @@ tr -cs A-Za-z '
|
|||
\&' <file1 >file2
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/tr.c
|
||||
.B /usr/local/plan9/src/cmd/tr.c
|
||||
.SH "SEE ALSO"
|
||||
.IR sed (1)
|
||||
|
|
|
@ -51,7 +51,7 @@ The first
|
|||
characters are ignored.
|
||||
Fields are skipped before characters.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/uniq.c
|
||||
.B /usr/local/plan9/src/cmd/uniq.c
|
||||
.SH "SEE ALSO"
|
||||
.IR sort (1)
|
||||
.SH BUGS
|
||||
|
|
|
@ -35,7 +35,7 @@ Otherwise, lines, words and bytes
|
|||
.RB ( -lwc )
|
||||
are reported.
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/wc.c
|
||||
.B /usr/local/plan9/src/cmd/wc.c
|
||||
.SH BUGS
|
||||
The Unicode Standard has many blank characters scattered through it,
|
||||
but
|
||||
|
|
|
@ -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 /sys/src/cmd/xd.c
|
||||
.B /usr/local/plan9/src/cmd/xd.c
|
||||
.SH "SEE ALSO"
|
||||
.IR db (1)
|
||||
.SH BUGS
|
||||
|
|
|
@ -123,7 +123,7 @@ statement in an interpreter.
|
|||
Finally, some undocumented inner workings of the parser have been
|
||||
changed, which may affect programs that know too much about its structure.
|
||||
.SH FILES
|
||||
.TF /sys/lib/yaccpars
|
||||
.TF y.debug.xxxxx
|
||||
.TP
|
||||
.B y.output
|
||||
.TP
|
||||
|
@ -139,13 +139,13 @@ temporary file
|
|||
.B y.acts.*
|
||||
temporary file
|
||||
.TP
|
||||
.B /sys/lib/yaccpar
|
||||
.B /usr/local/plan9/lib/yaccpar
|
||||
parser prototype
|
||||
.TP
|
||||
.B /sys/lib/yaccpars
|
||||
.B /usr/local/plan9/lib/yaccpars
|
||||
parser prototype using stdio
|
||||
.SH SOURCE
|
||||
.B /sys/src/cmd/yacc.c
|
||||
.B /usr/local/plan9/src/cmd/yacc.c
|
||||
.SH "SEE ALSO"
|
||||
.IR lex (1)
|
||||
.br
|
||||
|
|
|
@ -725,7 +725,7 @@ option to increment
|
|||
.IR nntpfs (4),
|
||||
.IR snap (4),
|
||||
and
|
||||
.B /sys/src/lib9p/ramfs.c
|
||||
.B /usr/local/plan9/src/lib9p/ramfs.c
|
||||
are good examples of simple single-threaded file servers.
|
||||
.IR Webfs (4)
|
||||
and
|
||||
|
@ -748,7 +748,7 @@ and
|
|||
.IR nntpfs )
|
||||
or is maintained elsewhere.
|
||||
.SH SOURCE
|
||||
.B /sys/src/lib9p
|
||||
.B /usr/local/plan9/src/lib9p
|
||||
.SH SEE ALSO
|
||||
.IR 9pfid (3),
|
||||
.IR 9pfile (3),
|
||||
|
|
|
@ -108,9 +108,9 @@ is often simply
|
|||
This interface is not used in any distributed 9P servers.
|
||||
It was lifted from the Plan 9 kernel.
|
||||
Almost any kernel driver
|
||||
.RB ( /sys/src/9/*/dev*.c )
|
||||
.RB ( /usr/local/plan9/src/9/*/dev*.c )
|
||||
is a good example.
|
||||
.SH SOURCE
|
||||
.B /sys/src/lib9p/parse.c
|
||||
.B /usr/local/plan9/src/lib9p/parse.c
|
||||
.SH SEE ALSO
|
||||
.IR 9p (3)
|
||||
|
|
|
@ -198,7 +198,7 @@ and
|
|||
.B Req
|
||||
structures.
|
||||
.SH SOURCE
|
||||
.B /sys/src/lib9p
|
||||
.B /usr/local/plan9/src/lib9p
|
||||
.SH SEE ALSO
|
||||
.IR 9p (3),
|
||||
.IR 9pfile (3)
|
||||
|
|
|
@ -216,7 +216,7 @@ closefile(f);
|
|||
return nf;
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/lib9p/file.c
|
||||
.B /usr/local/plan9/src/lib9p/file.c
|
||||
.SH SEE ALSO
|
||||
.IR 9p (3)
|
||||
.SH BUGS
|
||||
|
|
|
@ -15,4 +15,4 @@ void abort(void)
|
|||
causes an access fault, causing the current process to enter the `Broken' state.
|
||||
The process can then be inspected by a debugger.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9sys/abort.c
|
||||
.B /usr/local/plan9/src/libc/9sys/abort.c
|
||||
|
|
|
@ -20,7 +20,7 @@ and
|
|||
.I labs
|
||||
does the same for a long.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/abs.c
|
||||
.B /usr/local/plan9/src/libc/port/abs.c
|
||||
.SH SEE ALSO
|
||||
.IR floor (3)
|
||||
for
|
||||
|
|
|
@ -44,7 +44,7 @@ and
|
|||
.BR AREAD =4.
|
||||
.PP
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9sys/access.c
|
||||
.B /usr/local/plan9/src/libc/9sys/access.c
|
||||
.SH SEE ALSO
|
||||
.IR stat (3)
|
||||
.SH DIAGNOSTICS
|
||||
|
|
|
@ -183,6 +183,6 @@ and
|
|||
give the width (Δx) and height (Δy) of a Rectangle.
|
||||
They are implemented as macros.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libdraw
|
||||
.B /usr/local/plan9/src/libdraw
|
||||
.SH SEE ALSO
|
||||
.IR graphics (3)
|
||||
|
|
|
@ -37,7 +37,7 @@ of
|
|||
bytes should random enough to be unlikely to be reused but does not need to be
|
||||
cryptographically strongly unpredictable.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libsec
|
||||
.B /usr/local/plan9/src/libsec
|
||||
.SH SEE ALSO
|
||||
.IR mp (3),
|
||||
.IR blowfish (3),
|
||||
|
|
|
@ -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);
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/libdraw
|
||||
.B /usr/local/plan9/src/libdraw
|
||||
.SH "SEE ALSO"
|
||||
.IR graphics (3),
|
||||
.IR draw (3),
|
||||
|
|
|
@ -22,4 +22,4 @@ when
|
|||
.I cond
|
||||
is false.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/_assert.c
|
||||
.B /usr/local/plan9/src/libc/port/_assert.c
|
||||
|
|
|
@ -127,7 +127,7 @@ Therefore, it may be necessary to back up the input stream one character
|
|||
after calling
|
||||
.IR charstod .
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port
|
||||
.B /usr/local/plan9/src/libc/port
|
||||
.SH SEE ALSO
|
||||
.IR fscanf (3)
|
||||
.SH DIAGNOSTICS
|
||||
|
|
|
@ -385,7 +385,7 @@ Similary
|
|||
.I auth_freechal
|
||||
frees a challenge/response state.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libauth
|
||||
.B /usr/local/plan9/src/libauth
|
||||
.SH SEE ALSO
|
||||
.IR factotum (4),
|
||||
.IR authsrv (3),
|
||||
|
|
|
@ -211,7 +211,7 @@ sends a ticket request message and then uses
|
|||
.I _asgetresp
|
||||
to recieve an answer.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libauthsrv
|
||||
.B /usr/local/plan9/src/libauthsrv
|
||||
.SH SEE ALSO
|
||||
.IR passwd (1),
|
||||
.IR cons (3),
|
||||
|
|
|
@ -89,7 +89,7 @@ The chunks are
|
|||
upon a call to
|
||||
.IR binfree .
|
||||
.SH SOURCE
|
||||
.B /sys/src/libbin
|
||||
.B /usr/local/plan9/src/libbin
|
||||
.SH SEE ALSO
|
||||
.IR malloc (3)
|
||||
.SH DIAGNOSTICS
|
||||
|
|
|
@ -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
|
||||
written.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libbio
|
||||
.B /usr/local/plan9/src/libbio
|
||||
.SH SEE ALSO
|
||||
.IR open (3),
|
||||
.IR print (3),
|
||||
|
|
|
@ -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
|
||||
must be a multiple of eight bytes as padding is currently unsupported.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libsec
|
||||
.B /usr/local/plan9/src/libsec
|
||||
.SH SEE ALSO
|
||||
.IR mp (3),
|
||||
.IR aes (3),
|
||||
|
|
|
@ -300,7 +300,7 @@ is set to the font age at each use.
|
|||
Thus, characters or subfonts with small ages are the best candidates
|
||||
for replacement when the cache is full.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libdraw
|
||||
.B /usr/local/plan9/src/libdraw
|
||||
.SH SEE ALSO
|
||||
.IR graphics (3),
|
||||
.IR allocimage (3),
|
||||
|
|
|
@ -29,6 +29,6 @@ Therefore
|
|||
.I filename
|
||||
must contain room for at least two bytes.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/cleanname.c
|
||||
.B /usr/local/plan9/src/libc/port/cleanname.c
|
||||
.SH SEE ALSO
|
||||
.IR cleanname (1)
|
||||
|
|
|
@ -47,7 +47,7 @@ and
|
|||
library routines that
|
||||
take colors as arguments.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libdraw
|
||||
.B /usr/local/plan9/src/libdraw
|
||||
.SH SEE ALSO
|
||||
.IR graphics (3),
|
||||
.IR allocimage (3),
|
||||
|
|
|
@ -91,7 +91,7 @@ and
|
|||
.IR acme (1),
|
||||
file name completion is triggered by a control-F character or an Insert character.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libcomplete
|
||||
.B /usr/local/plan9/src/libcomplete
|
||||
.SH SEE ALSO
|
||||
.IR rio (1),
|
||||
.IR acme (1)
|
||||
|
|
|
@ -29,6 +29,6 @@ These functions read
|
|||
.BR /dev/cputime ,
|
||||
opening that file when they are first called.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9sys
|
||||
.B /usr/local/plan9/src/libc/9sys
|
||||
.SH SEE ALSO
|
||||
.IR cons (3)
|
||||
|
|
|
@ -145,12 +145,12 @@ and
|
|||
are corresponding macros which should only be used when it
|
||||
is known that the argument is upper case or lower case, respectively.
|
||||
.SH SOURCE
|
||||
.TF /sys/src/libc/port/ctype.c
|
||||
.TF /usr/local/plan9/src/libc/port/ctype.c
|
||||
.TP
|
||||
.B /sys/include/ctype.h
|
||||
for the macros.
|
||||
.TP
|
||||
.B /sys/src/libc/port/ctype.c
|
||||
.B /usr/local/plan9/src/libc/port/ctype.c
|
||||
for the tables.
|
||||
.SH "SEE ALSO
|
||||
.IR isalpharune (3)
|
||||
|
|
|
@ -130,7 +130,7 @@ using
|
|||
.IR key_setup .
|
||||
.PP
|
||||
.SH SOURCE
|
||||
.B /sys/src/libsec
|
||||
.B /usr/local/plan9/src/libsec
|
||||
.SH SEE ALSO
|
||||
.IR mp (3),
|
||||
.IR aes (3),
|
||||
|
|
|
@ -315,8 +315,8 @@ bekremvax(void)
|
|||
}
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.BR /sys/src/libc/9sys ,
|
||||
.B /sys/src/libc/port
|
||||
.BR /usr/local/plan9/src/libc/9sys ,
|
||||
.B /usr/local/plan9/src/libc/port
|
||||
.SH "SEE ALSO"
|
||||
.IR auth (3),
|
||||
.IR ip (3),
|
||||
|
|
|
@ -83,7 +83,7 @@ structures filled in
|
|||
.BR buf .
|
||||
The file offset is advanced by the number of bytes actually read.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9sys/dirread.c
|
||||
.B /usr/local/plan9/src/libc/9sys/dirread.c
|
||||
.SH SEE ALSO
|
||||
.IR intro (3),
|
||||
.IR open (3),
|
||||
|
|
|
@ -801,7 +801,7 @@ to a serial line) according to whether
|
|||
.I on
|
||||
is non-zero.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libdraw
|
||||
.B /usr/local/plan9/src/libdraw
|
||||
.SH SEE ALSO
|
||||
.IR graphics (3),
|
||||
.IR stringsize (3),
|
||||
|
|
|
@ -119,7 +119,7 @@ and
|
|||
.I dsasigfree
|
||||
are provided to manage signature storage.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libsec
|
||||
.B /usr/local/plan9/src/libsec
|
||||
.SH SEE ALSO
|
||||
.IR mp (3),
|
||||
.IR aes (3),
|
||||
|
|
|
@ -33,7 +33,7 @@ requires that
|
|||
be no greater than 20 more than the highest file descriptor ever used by
|
||||
the program.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9syscall
|
||||
.B /usr/local/plan9/src/libc/9syscall
|
||||
.SH SEE ALSO
|
||||
.IR intro (3),
|
||||
.IR dup (3)
|
||||
|
|
|
@ -111,7 +111,7 @@ and
|
|||
.I egsigfree
|
||||
are provided to manage signature storage.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libsec
|
||||
.B /usr/local/plan9/src/libsec
|
||||
.SH SEE ALSO
|
||||
.IR mp (3),
|
||||
.IR aes (3),
|
||||
|
|
|
@ -80,6 +80,6 @@ For example, to display a 15 byte array as hex:
|
|||
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/u32.c
|
||||
.B /usr/local/plan9/src/libc/port/u32.c
|
||||
.br
|
||||
.B /sys/src/libc/port/u64.c
|
||||
.B /usr/local/plan9/src/libc/port/u64.c
|
||||
|
|
|
@ -59,7 +59,7 @@ hexadecimal numbers,
|
|||
and the string is copied into
|
||||
.IR data .
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port
|
||||
.B /usr/local/plan9/src/libc/port
|
||||
.SH DIAGNOSTICS
|
||||
These routines return 1 if the data was encrypted,
|
||||
and 0 if the encryption fails.
|
||||
|
|
|
@ -74,9 +74,9 @@ The string returned from
|
|||
.I errstr
|
||||
is discarded.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9syscall
|
||||
.B /usr/local/plan9/src/libc/9syscall
|
||||
.br
|
||||
.B /sys/src/libc/9sys/werrstr.c
|
||||
.B /usr/local/plan9/src/libc/9sys/werrstr.c
|
||||
.SH DIAGNOSTICS
|
||||
.I Errstr
|
||||
always returns 0.
|
||||
|
|
|
@ -375,7 +375,7 @@ If
|
|||
.B c
|
||||
is nil, it restores the image to the default arrow.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libdraw
|
||||
.B /usr/local/plan9/src/libdraw
|
||||
.SH "SEE ALSO"
|
||||
.IR rio (1),
|
||||
.IR graphics (3),
|
||||
|
|
|
@ -142,9 +142,9 @@ the return register (e.g.
|
|||
.B R0
|
||||
on the 68020) contains the address of the clock.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9syscall
|
||||
.B /usr/local/plan9/src/libc/9syscall
|
||||
.br
|
||||
.B /sys/src/libc/port/execl.c
|
||||
.B /usr/local/plan9/src/libc/port/execl.c
|
||||
.SH SEE ALSO
|
||||
.IR prof (1),
|
||||
.IR intro (3),
|
||||
|
|
|
@ -75,7 +75,7 @@ returns 0 if that limit has been reached.
|
|||
.I Atexitdont
|
||||
cancels a previous registration of an exit function.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/atexit.c
|
||||
.B /usr/local/plan9/src/libc/port/atexit.c
|
||||
.SH "SEE ALSO"
|
||||
.IR fork (3),
|
||||
.IR wait (3)
|
||||
|
|
|
@ -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
|
||||
partial messages.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9sys
|
||||
.B /usr/local/plan9/src/libc/9sys
|
||||
.SH SEE ALSO
|
||||
.IR intro (3),
|
||||
.IR 9p (3),
|
||||
|
|
|
@ -204,4 +204,4 @@ The initial value of
|
|||
.I adler
|
||||
(that is, its value after seeing zero bytes) should be 1.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libflate
|
||||
.B /usr/local/plan9/src/libflate
|
||||
|
|
|
@ -362,7 +362,7 @@ main(...)
|
|||
}
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/fmt
|
||||
.B /usr/local/plan9/src/libc/fmt
|
||||
.SH SEE ALSO
|
||||
.IR print (3),
|
||||
.IR utf (6),
|
||||
|
|
|
@ -155,9 +155,9 @@ will sleep, if necessary, until required process resources are available.
|
|||
is just a call of
|
||||
.BR rfork(RFFDG|RFREND|RFPROC) .
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9syscall
|
||||
.B /usr/local/plan9/src/libc/9syscall
|
||||
.br
|
||||
.B /sys/src/libc/9sys/fork.c
|
||||
.B /usr/local/plan9/src/libc/9sys/fork.c
|
||||
.SH SEE ALSO
|
||||
.IR intro (3),
|
||||
.IR proc (3),
|
||||
|
|
|
@ -355,7 +355,7 @@ to paint a region of the frame defined by the
|
|||
and
|
||||
.IR p1 .
|
||||
.SH SOURCE
|
||||
.B /sys/src/libframe
|
||||
.B /usr/local/plan9/src/libframe
|
||||
.SH SEE ALSO
|
||||
.IR graphics (3),
|
||||
.IR draw (3),
|
||||
|
|
|
@ -39,6 +39,6 @@ Both functions may be passed to
|
|||
(see
|
||||
.IR mp (3)).
|
||||
.SH SOURCE
|
||||
.B /sys/src/libsec
|
||||
.B /usr/local/plan9/src/libsec
|
||||
.SH SEE ALSO
|
||||
.IR mp (3)
|
||||
|
|
|
@ -31,7 +31,7 @@ main(int argc, char *argv[])
|
|||
}
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/$objtype/getcallerpc.[cs]
|
||||
.B /usr/local/plan9/src/libc/$objtype/getcallerpc.[cs]
|
||||
.SH BUGS
|
||||
The
|
||||
.I firstarg
|
||||
|
|
|
@ -36,7 +36,7 @@ to it. The terminating
|
|||
is not written.
|
||||
If the file value cannot be written, \-1 is returned.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9sys
|
||||
.B /usr/local/plan9/src/libc/9sys
|
||||
.SH SEE ALSO
|
||||
.IR env (3)
|
||||
.SH DIAGNOSTICS
|
||||
|
|
|
@ -122,4 +122,4 @@ setfcr(fcr);
|
|||
.ft
|
||||
.EE
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/$objtype/getfcr.s
|
||||
.B /usr/local/plan9/src/libc/$objtype/getfcr.s
|
||||
|
|
|
@ -87,7 +87,7 @@ with
|
|||
.I delims
|
||||
set to \f5"\et\er\en "\fP.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/tokenize.c
|
||||
.B /usr/local/plan9/src/libc/port/tokenize.c
|
||||
.SH SEE ALSO
|
||||
.I strtok
|
||||
in
|
||||
|
|
|
@ -29,7 +29,7 @@ reads
|
|||
.IR cons (3))
|
||||
and converts it to get the id of the parent of the current process.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/9sys
|
||||
.B /usr/local/plan9/src/libc/9sys
|
||||
.SH SEE ALSO
|
||||
.IR intro (3),
|
||||
.IR cons (3),
|
||||
|
|
|
@ -31,7 +31,7 @@ Unlike
|
|||
.I sysname
|
||||
caches the string, reading the file only once.
|
||||
.SH SOURCE
|
||||
.B /sys/src/libc/port/getuser.c
|
||||
.B /usr/local/plan9/src/libc/port/getuser.c
|
||||
.SH SEE ALSO
|
||||
.IR intro (3),
|
||||
.IR cons (3)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue