diff options
author | rsc <devnull@localhost> | 2005-01-11 19:45:25 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 19:45:25 +0000 |
commit | f6bc91491578a01364d319f792713a1679676e2e (patch) | |
tree | ef64eb651f66962d0488fb0dfcc14b3af8bd09c7 | |
parent | 839d17a789fe342414b3f9564732a54db2a6ced0 (diff) | |
download | plan9port-f6bc91491578a01364d319f792713a1679676e2e.tar.gz plan9port-f6bc91491578a01364d319f792713a1679676e2e.tar.bz2 plan9port-f6bc91491578a01364d319f792713a1679676e2e.zip |
updates
-rw-r--r-- | man/man1/man.1 | 15 | ||||
-rw-r--r-- | man/man1/page.1 | 24 | ||||
-rw-r--r-- | man/man7/man.7 | 3 |
3 files changed, 27 insertions, 15 deletions
diff --git a/man/man1/man.1 b/man/man1/man.1 index 3531f3f1..8b83e974 100644 --- a/man/man1/man.1 +++ b/man/man1/man.1 @@ -72,20 +72,19 @@ prints the signature (i.e. C definition) of the .IR function 's given on the command line. .SH FILES -.TF /sys/lib/man/lookman/index .TP -.B /sys/man/?/* +.B \*9/man?/* .I troff source for manual; this page is -.B /sys/man/1/man +.B \*9/man/man1/man.1 .TP -.B /sys/man/?/INDEX +.B \*9/man/man?/INDEX indices searched to find pages corresponding to titles .TP -.B /sys/lib/man/secindex +.B \*9/man/secindex command to make an index for a given section .TP -.B /sys/lib/man/lookman/index +.B \*9/man/lookman/index index for .I lookman .SH SOURCE @@ -96,9 +95,9 @@ index for .IR proof (1) .SH BUGS The manual was intended to be typeset; some detail is sacrificed on text terminals. -.br +.PP There is no automatic mechanism to keep the indices up to date. -.br +.PP Except for special cases, it doesn't recognize things that should be run through .I tbl and/or diff --git a/man/man1/page.1 b/man/man1/page.1 index e3fd644b..609cd07a 100644 --- a/man/man1/page.1 +++ b/man/man1/page.1 @@ -8,13 +8,6 @@ files .SH SYNOPSIS .B page [ -.B -abirPRvVw -] -[ -.B -p -.I ppi -] -[ .IR file ... ] .PP @@ -30,6 +23,17 @@ files Plan 9's .IR page (1) is not ported. +Instead, +.I page +is a script that invokes +.IR qiv (1) +to view graphic files +or +.I psv +to view PostScript and PDF. +On Mac OS X, +.I page +invokes Preview to handle all files. .PP .I Img is a simple image viewer for Plan 9 images @@ -54,3 +58,9 @@ To view troff output, use .B \*9/src/cmd/draw/img.c .br .B \*9/bin/psv +.SH BUGS +When using Preview on Mac OS X, +.I page +leaves temporary files in +.BR /var/tmp , +since it has no way to know when the viewer has exited. diff --git a/man/man7/man.7 b/man/man7/man.7 index fbfa9f2a..b7522fd1 100644 --- a/man/man7/man.7 +++ b/man/man7/man.7 @@ -104,6 +104,9 @@ These strings are predefined by .TP .B \e*S Change to default type size. +.Tp +.B \e*9 +The root directory of the Plan 9 installation. .SH FILES .B /sys/lib/tmac/tmac.an .SH SEE ALSO |