diff options
author | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
commit | c8b6342d3c2a167dec16931815926e9e4387e7ef (patch) | |
tree | 80d3ec6ea074462b30639168113def880476dad6 /man/man8 | |
parent | 741f510ce758f77ed5193256fb693a09a7daecce (diff) | |
download | plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.tar.gz plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.tar.bz2 plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.zip |
Many small edits.
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/mk9660.8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/man8/mk9660.8 b/man/man8/mk9660.8 index f2075f9a..3339246c 100644 --- a/man/man8/mk9660.8 +++ b/man/man8/mk9660.8 @@ -2,7 +2,7 @@ .SH NAME dump9660, mk9660 \- create an ISO-9660 CD image .SH SYNOPSIS -.B disk/mk9660 +.B mk9660 [ .B -:D ] @@ -27,7 +27,7 @@ volume ] .I image .PP -.B disk/dump9660 +.B dump9660 [ .B -:D ] @@ -63,7 +63,7 @@ an ISO-9660 CD image containing the files named in .I proto (by default, -.BR /sys/lib/sysconfig/proto/allproto ) +.BR \*9/proto/allproto ) from the file tree .I src (by default, @@ -218,8 +218,7 @@ Plan 9 extensions in the system use fields, and a Joliet directory tree. .IP .EX -disk/mk9660 -9cj -s /n/bootes \e - -p /sys/lib/sysconfig/srcproto cdimage +mk9660 -9cj -s /n/bootes -p srcproto cdimage .EE .SH SOURCE \*9/src/cmd/9660 |