diff options
author | rsc <devnull@localhost> | 2005-01-11 17:37:33 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 17:37:33 +0000 |
commit | c3674de413d93503f2106c76c4cdb456d17e0aad (patch) | |
tree | c941641f15616d41d9ab727aba7879cdec9f0e36 /man/man1 | |
parent | dcba4bf6bd7d7de6ee16926df2845928de52a41f (diff) | |
download | plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.gz plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.tar.bz2 plan9port-c3674de413d93503f2106c76c4cdb456d17e0aad.zip |
use macro for /usr/local/plan9
Diffstat (limited to 'man/man1')
101 files changed, 155 insertions, 155 deletions
diff --git a/man/man1/9c.1 b/man/man1/9c.1 index 6745ae35..4281b81f 100644 --- a/man/man1/9c.1 +++ b/man/man1/9c.1 @@ -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 diff --git a/man/man1/9p.1 b/man/man1/9p.1 index 199c26b8..a90ac4d2 100644 --- a/man/man1/9p.1 +++ b/man/man1/9p.1 @@ -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), diff --git a/man/man1/9term.1 b/man/man1/9term.1 index ebb9bd70..9a8d0f77 100644 --- a/man/man1/9term.1 +++ b/man/man1/9term.1 @@ -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 diff --git a/man/man1/acid.1 b/man/man1/acid.1 index 1f7c2649..b1f2cd0b 100644 --- a/man/man1/acid.1 +++ b/man/man1/acid.1 @@ -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) diff --git a/man/man1/acme.1 b/man/man1/acme.1 index 7e1ec7c6..56a6dfd6 100644 --- a/man/man1/acme.1 +++ b/man/man1/acme.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 diff --git a/man/man1/acmeevent.1 b/man/man1/acmeevent.1 index aeca02a7..31103d6d 100644 --- a/man/man1/acmeevent.1 +++ b/man/man1/acmeevent.1 @@ -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), diff --git a/man/man1/ascii.1 b/man/man1/ascii.1 index 20a4302f..d145e048 100644 --- a/man/man1/ascii.1 +++ b/man/man1/ascii.1 @@ -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), diff --git a/man/man1/astro.1 b/man/man1/astro.1 index e2502f95..be6241d1 100644 --- a/man/man1/astro.1 +++ b/man/man1/astro.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 diff --git a/man/man1/basename.1 b/man/man1/basename.1 index e954cef9..ba31a487 100644 --- a/man/man1/basename.1 +++ b/man/man1/basename.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 /usr/local/plan9/src/cmd/basename.c +.B \*9/src/cmd/basename.c diff --git a/man/man1/bc.1 b/man/man1/bc.1 index 9bb0f08e..bd180a56 100644 --- a/man/man1/bc.1 +++ b/man/man1/bc.1 @@ -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) diff --git a/man/man1/bundle.1 b/man/man1/bundle.1 index c56e9430..977ea4cc 100644 --- a/man/man1/bundle.1 +++ b/man/man1/bundle.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 diff --git a/man/man1/cal.1 b/man/man1/cal.1 index 17462686..0709a5dc 100644 --- a/man/man1/cal.1 +++ b/man/man1/cal.1 @@ -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. diff --git a/man/man1/calendar.1 b/man/man1/calendar.1 index 1c6b3be1..9a9e20eb 100644 --- a/man/man1/calendar.1 +++ b/man/man1/calendar.1 @@ -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 diff --git a/man/man1/cat.1 b/man/man1/cat.1 index d2b8d5c0..f758bebe 100644 --- a/man/man1/cat.1 +++ b/man/man1/cat.1 @@ -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 diff --git a/man/man1/cleanname.1 b/man/man1/cleanname.1 index d2191380..02ad0baa 100644 --- a/man/man1/cleanname.1 +++ b/man/man1/cleanname.1 @@ -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). diff --git a/man/man1/clog.1 b/man/man1/clog.1 index 401e5315..5b306c03 100644 --- a/man/man1/clog.1 +++ b/man/man1/clog.1 @@ -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 . diff --git a/man/man1/cmp.1 b/man/man1/cmp.1 index 5023b6ad..a3ab1c9b 100644 --- a/man/man1/cmp.1 +++ b/man/man1/cmp.1 @@ -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 diff --git a/man/man1/colors.1 b/man/man1/colors.1 index ea33e9a5..d72b5bff 100644 --- a/man/man1/colors.1 +++ b/man/man1/colors.1 @@ -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) diff --git a/man/man1/comm.1 b/man/man1/comm.1 index 68e5f47a..1e5d24dc 100644 --- a/man/man1/comm.1 +++ b/man/man1/comm.1 @@ -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), diff --git a/man/man1/core.1 b/man/man1/core.1 index 3c2c0d41..c051386b 100644 --- a/man/man1/core.1 +++ b/man/man1/core.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), diff --git a/man/man1/crop.1 b/man/man1/crop.1 index 2804ece0..1df8bf91 100644 --- a/man/man1/crop.1 +++ b/man/man1/crop.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) diff --git a/man/man1/date.1 b/man/man1/date.1 index 45440e63..1936e428 100644 --- a/man/man1/date.1 +++ b/man/man1/date.1 @@ -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 diff --git a/man/man1/db.1 b/man/man1/db.1 index b8021001..fafa7198 100644 --- a/man/man1/db.1 +++ b/man/man1/db.1 @@ -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. diff --git a/man/man1/dc.1 b/man/man1/dc.1 index 1f62dfb4..d6bc35c0 100644 --- a/man/man1/dc.1 +++ b/man/man1/dc.1 @@ -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) diff --git a/man/man1/deroff.1 b/man/man1/deroff.1 index 18d62280..89116011 100644 --- a/man/man1/deroff.1 +++ b/man/man1/deroff.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), diff --git a/man/man1/dial.1 b/man/man1/dial.1 index 9d55888c..7fc50bcd 100644 --- a/man/man1/dial.1 +++ b/man/man1/dial.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) diff --git a/man/man1/dict.1 b/man/man1/dict.1 index 056ff27c..de987d97 100644 --- a/man/man1/dict.1 +++ b/man/man1/dict.1 @@ -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. diff --git a/man/man1/diff.1 b/man/man1/diff.1 index c1b5e849..8d3289ec 100644 --- a/man/man1/diff.1 +++ b/man/man1/diff.1 @@ -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), diff --git a/man/man1/doctype.1 b/man/man1/doctype.1 index cb339ae6..02a36010 100644 --- a/man/man1/doctype.1 +++ b/man/man1/doctype.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), diff --git a/man/man1/echo.1 b/man/man1/echo.1 index 9a75eec4..cfeb58c5 100644 --- a/man/man1/echo.1 +++ b/man/man1/echo.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 diff --git a/man/man1/ed.1 b/man/man1/ed.1 index b61972b2..d218d651 100644 --- a/man/man1/ed.1 +++ b/man/man1/ed.1 @@ -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), diff --git a/man/man1/eqn.1 b/man/man1/eqn.1 index 2d914495..bf4bac68 100644 --- a/man/man1/eqn.1 +++ b/man/man1/eqn.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) diff --git a/man/man1/factor.1 b/man/man1/factor.1 index 2ce13794..597484b4 100644 --- a/man/man1/factor.1 +++ b/man/man1/factor.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 diff --git a/man/man1/fmt.1 b/man/man1/fmt.1 index 997b71be..7bdfe254 100644 --- a/man/man1/fmt.1 +++ b/man/man1/fmt.1 @@ -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; diff --git a/man/man1/fortune.1 b/man/man1/fortune.1 index 371c1d68..8c9c562c 100644 --- a/man/man1/fortune.1 +++ b/man/man1/fortune.1 @@ -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 diff --git a/man/man1/freq.1 b/man/man1/freq.1 index 853e479d..cbbd4152 100644 --- a/man/man1/freq.1 +++ b/man/man1/freq.1 @@ -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) diff --git a/man/man1/fsize.1 b/man/man1/fsize.1 index cabe7f3d..dd2da568 100644 --- a/man/man1/fsize.1 +++ b/man/man1/fsize.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. diff --git a/man/man1/grap.1 b/man/man1/grap.1 index 8fbfaaaf..d9dae3f9 100644 --- a/man/man1/grap.1 +++ b/man/man1/grap.1 @@ -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) diff --git a/man/man1/graph.1 b/man/man1/graph.1 index f105d87d..d602f83e 100644 --- a/man/man1/graph.1 +++ b/man/man1/graph.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) diff --git a/man/man1/grep.1 b/man/man1/grep.1 index b8cb431c..7ae84a91 100644 --- a/man/man1/grep.1 +++ b/man/man1/grep.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), diff --git a/man/man1/gview.1 b/man/man1/gview.1 index 1d5835fe..6b0be4c7 100644 --- a/man/man1/gview.1 +++ b/man/man1/gview.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 diff --git a/man/man1/gzip.1 b/man/man1/gzip.1 index 58886891..683ba3a5 100644 --- a/man/man1/gzip.1 +++ b/man/man1/gzip.1 @@ -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) diff --git a/man/man1/hoc.1 b/man/man1/hoc.1 index 87694f57..f73ec8a8 100644 --- a/man/man1/hoc.1 +++ b/man/man1/hoc.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) diff --git a/man/man1/idiff.1 b/man/man1/idiff.1 index d497939c..fda84584 100644 --- a/man/man1/idiff.1 +++ b/man/man1/idiff.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 diff --git a/man/man1/join.1 b/man/man1/join.1 index 841d077c..6b0eeee3 100644 --- a/man/man1/join.1 +++ b/man/man1/join.1 @@ -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), diff --git a/man/man1/jpg.1 b/man/man1/jpg.1 index b81490b2..a59033b6 100644 --- a/man/man1/jpg.1 +++ b/man/man1/jpg.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). diff --git a/man/man1/kill.1 b/man/man1/kill.1 index c7d5ff92..5719f16e 100644 --- a/man/man1/kill.1 +++ b/man/man1/kill.1 @@ -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) diff --git a/man/man1/label.1 b/man/man1/label.1 index 0caf8d5c..20fd9007 100644 --- a/man/man1/label.1 +++ b/man/man1/label.1 @@ -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 diff --git a/man/man1/lex.1 b/man/man1/lex.1 index 7021e8d7..c0f43e3a 100644 --- a/man/man1/lex.1 +++ b/man/man1/lex.1 @@ -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. diff --git a/man/man1/look.1 b/man/man1/look.1 index e06e8420..ddd50af4 100644 --- a/man/man1/look.1 +++ b/man/man1/look.1 @@ -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) diff --git a/man/man1/ls.1 b/man/man1/ls.1 index 4cea25bc..96877b84 100644 --- a/man/man1/ls.1 +++ b/man/man1/ls.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) diff --git a/man/man1/man.1 b/man/man1/man.1 index 7b865842..3531f3f1 100644 --- a/man/man1/man.1 +++ b/man/man1/man.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 diff --git a/man/man1/map.1 b/man/man1/map.1 index d6363ff6..a2d09854 100644 --- a/man/man1/map.1 +++ b/man/man1/map.1 @@ -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) diff --git a/man/man1/mc.1 b/man/man1/mc.1 index ac535204..5d3d2939 100644 --- a/man/man1/mc.1 +++ b/man/man1/mc.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), diff --git a/man/man1/mkdir.1 b/man/man1/mkdir.1 index cac5818d..e658847c 100644 --- a/man/man1/mkdir.1 +++ b/man/man1/mkdir.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. diff --git a/man/man1/namespace.1 b/man/man1/namespace.1 index 45f443b0..763d9e16 100644 --- a/man/man1/namespace.1 +++ b/man/man1/namespace.1 @@ -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) diff --git a/man/man1/news.1 b/man/man1/news.1 index bce5e18e..bd9faf25 100644 --- a/man/man1/news.1 +++ b/man/man1/news.1 @@ -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 diff --git a/man/man1/p.1 b/man/man1/p.1 index e98134e5..7bed5fd7 100644 --- a/man/man1/p.1 +++ b/man/man1/p.1 @@ -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 diff --git a/man/man1/page.1 b/man/man1/page.1 index eb4fed58..e3fd644b 100644 --- a/man/man1/page.1 +++ b/man/man1/page.1 @@ -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 diff --git a/man/man1/pic.1 b/man/man1/pic.1 index ae845698..f47fa42a 100644 --- a/man/man1/pic.1 +++ b/man/man1/pic.1 @@ -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), diff --git a/man/man1/plot.1 b/man/man1/plot.1 index e26dac6a..3c8803f8 100644 --- a/man/man1/plot.1 +++ b/man/man1/plot.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) diff --git a/man/man1/plumb.1 b/man/man1/plumb.1 index c296a1e2..4885b903 100644 --- a/man/man1/plumb.1 +++ b/man/man1/plumb.1 @@ -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), diff --git a/man/man1/pr.1 b/man/man1/pr.1 index ce8dc681..860c026c 100644 --- a/man/man1/pr.1 +++ b/man/man1/pr.1 @@ -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) diff --git a/man/man1/proof.1 b/man/man1/proof.1 index 01e8e351..27662d03 100644 --- a/man/man1/proof.1 +++ b/man/man1/proof.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), diff --git a/man/man1/ps.1 b/man/man1/ps.1 index 9cfcb2ea..7c23c183 100644 --- a/man/man1/ps.1 +++ b/man/man1/ps.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), diff --git a/man/man1/psfonts.1 b/man/man1/psfonts.1 index 19f3de8e..c408f54a 100644 --- a/man/man1/psfonts.1 +++ b/man/man1/psfonts.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) diff --git a/man/man1/pwd.1 b/man/man1/pwd.1 index a154379d..0a3e0668 100644 --- a/man/man1/pwd.1 +++ b/man/man1/pwd.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 diff --git a/man/man1/rc.1 b/man/man1/rc.1 index 6419a391..26cede6b 100644 --- a/man/man1/rc.1 +++ b/man/man1/rc.1 @@ -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''. diff --git a/man/man1/rm.1 b/man/man1/rm.1 index a2ab0d1c..83bc8172 100644 --- a/man/man1/rm.1 +++ b/man/man1/rm.1 @@ -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) diff --git a/man/man1/sam.1 b/man/man1/sam.1 index e2085ad7..be66d042 100644 --- a/man/man1/sam.1 +++ b/man/man1/sam.1 @@ -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), diff --git a/man/man1/scat.1 b/man/man1/scat.1 index 8840c1dc..f5ee8972 100644 --- a/man/man1/scat.1 +++ b/man/man1/scat.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 diff --git a/man/man1/secstore.1 b/man/man1/secstore.1 index 862857da..b50fc324 100644 --- a/man/man1/secstore.1 +++ b/man/man1/secstore.1 @@ -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) diff --git a/man/man1/sed.1 b/man/man1/sed.1 index 4e9ac33f..b176e434 100644 --- a/man/man1/sed.1 +++ b/man/man1/sed.1 @@ -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), diff --git a/man/man1/seq.1 b/man/man1/seq.1 index 5fda241e..3f295c04 100644 --- a/man/man1/seq.1 +++ b/man/man1/seq.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 diff --git a/man/man1/sleep.1 b/man/man1/sleep.1 index 68c94a92..3eb617b4 100644 --- a/man/man1/sleep.1 +++ b/man/man1/sleep.1 @@ -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) diff --git a/man/man1/sort.1 b/man/man1/sort.1 index 4400f0a7..eb0d7f46 100644 --- a/man/man1/sort.1 +++ b/man/man1/sort.1 @@ -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) diff --git a/man/man1/spell.1 b/man/man1/spell.1 index 3b25f834..44a1a0e0 100644 --- a/man/man1/spell.1 +++ b/man/man1/spell.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 diff --git a/man/man1/split.1 b/man/man1/split.1 index e00e3d01..9b2c976f 100644 --- a/man/man1/split.1 +++ b/man/man1/split.1 @@ -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), diff --git a/man/man1/src.1 b/man/man1/src.1 index 4c03dd7c..5f6a29cf 100644 --- a/man/man1/src.1 +++ b/man/man1/src.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), diff --git a/man/man1/stats.1 b/man/man1/stats.1 index e02b54af..85256bd1 100644 --- a/man/man1/stats.1 +++ b/man/man1/stats.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 diff --git a/man/man1/strings.1 b/man/man1/strings.1 index 2f3af533..d04dc41f 100644 --- a/man/man1/strings.1 +++ b/man/man1/strings.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 /usr/local/plan9/src/cmd/strings.c +.B \*9/src/cmd/strings.c .SH SEE ALSO .IR nm (1) diff --git a/man/man1/sum.1 b/man/man1/sum.1 index 6eaa1efe..b95851db 100644 --- a/man/man1/sum.1 +++ b/man/man1/sum.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) diff --git a/man/man1/tail.1 b/man/man1/tail.1 index 6cae088a..3681dd3a 100644 --- a/man/man1/tail.1 +++ b/man/man1/tail.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 diff --git a/man/man1/tbl.1 b/man/man1/tbl.1 index 0e986e9a..ce13a4a4 100644 --- a/man/man1/tbl.1 +++ b/man/man1/tbl.1 @@ -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), diff --git a/man/man1/tcs.1 b/man/man1/tcs.1 index e1a410c3..f23d1cee 100644 --- a/man/man1/tcs.1 +++ b/man/man1/tcs.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), diff --git a/man/man1/tee.1 b/man/man1/tee.1 index 57ca9ba1..428ebbce 100644 --- a/man/man1/tee.1 +++ b/man/man1/tee.1 @@ -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 diff --git a/man/man1/test.1 b/man/man1/test.1 index d5473a35..ec017918 100644 --- a/man/man1/test.1 +++ b/man/man1/test.1 @@ -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) diff --git a/man/man1/time.1 b/man/man1/time.1 index 03f24371..57a0a566 100644 --- a/man/man1/time.1 +++ b/man/man1/time.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) diff --git a/man/man1/touch.1 b/man/man1/touch.1 index 551ea2ca..a02440d2 100644 --- a/man/man1/touch.1 +++ b/man/man1/touch.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), diff --git a/man/man1/tr.1 b/man/man1/tr.1 index a597ba17..cef4a177 100644 --- a/man/man1/tr.1 +++ b/man/man1/tr.1 @@ -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) diff --git a/man/man1/tr2post.1 b/man/man1/tr2post.1 index b4b64a8f..3a54e4d2 100644 --- a/man/man1/tr2post.1 +++ b/man/man1/tr2post.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) diff --git a/man/man1/troff.1 b/man/man1/troff.1 index 3f990ab7..5923084e 100644 --- a/man/man1/troff.1 +++ b/man/man1/troff.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), diff --git a/man/man1/tweak.1 b/man/man1/tweak.1 index 511e1ce8..ac52a9b5 100644 --- a/man/man1/tweak.1 +++ b/man/man1/tweak.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), diff --git a/man/man1/uniq.1 b/man/man1/uniq.1 index 64a302e8..ae17f095 100644 --- a/man/man1/uniq.1 +++ b/man/man1/uniq.1 @@ -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 diff --git a/man/man1/units.1 b/man/man1/units.1 index 23863569..fff68a21 100644 --- a/man/man1/units.1 +++ b/man/man1/units.1 @@ -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 diff --git a/man/man1/vac.1 b/man/man1/vac.1 index 4d3208d7..d8c512ee 100644 --- a/man/man1/vac.1 +++ b/man/man1/vac.1 @@ -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) diff --git a/man/man1/wc.1 b/man/man1/wc.1 index 684f4fb4..f0df4a45 100644 --- a/man/man1/wc.1 +++ b/man/man1/wc.1 @@ -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 diff --git a/man/man1/web.1 b/man/man1/web.1 index 0bcc9ca1..cf0b691c 100644 --- a/man/man1/web.1 +++ b/man/man1/web.1 @@ -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) diff --git a/man/man1/wintext.1 b/man/man1/wintext.1 index 7d3463d1..413b3d21 100644 --- a/man/man1/wintext.1 +++ b/man/man1/wintext.1 @@ -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 diff --git a/man/man1/xd.1 b/man/man1/xd.1 index 933faea1..10307aa0 100644 --- a/man/man1/xd.1 +++ b/man/man1/xd.1 @@ -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 diff --git a/man/man1/yacc.1 b/man/man1/yacc.1 index 91bc7d0d..362d506c 100644 --- a/man/man1/yacc.1 +++ b/man/man1/yacc.1 @@ -139,13 +139,13 @@ temporary file .B y.acts.* temporary file .TP -.B /usr/local/plan9/lib/yaccpar +.B \*9/lib/yaccpar parser prototype .TP -.B /usr/local/plan9/lib/yaccpars +.B \*9/lib/yaccpars parser prototype using stdio .SH SOURCE -.B /usr/local/plan9/src/cmd/9yacc.c +.B \*9/src/cmd/9yacc.c .SH "SEE ALSO" .IR lex (1) .br |