aboutsummaryrefslogtreecommitdiff
path: root/man/man4
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2017-07-15 20:49:52 -0600
committerRuss Cox <rsc@swtch.com>2017-07-16 02:52:27 +0000
commitb546bd6e723bcc49b0701729b7bc70fc9745eec2 (patch)
tree48bb875d5ae2f1ed7f053ee60fc6290ad6b8f0a8 /man/man4
parenta18efdbab89f34ead735f572bb36b16a673dc265 (diff)
downloadplan9port-b546bd6e723bcc49b0701729b7bc70fc9745eec2.tar.gz
plan9port-b546bd6e723bcc49b0701729b7bc70fc9745eec2.tar.bz2
plan9port-b546bd6e723bcc49b0701729b7bc70fc9745eec2.zip
man: various cleanup
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com>
Diffstat (limited to 'man/man4')
-rw-r--r--man/man4/INDEX4
-rw-r--r--man/man4/fontsrv.41
-rw-r--r--man/man4/fossil.42
-rw-r--r--man/man4/smugfs.42
-rw-r--r--man/man4/tapefs.44
5 files changed, 8 insertions, 5 deletions
diff --git a/man/man4/INDEX b/man/man4/INDEX
index 7b90c482..1965c3a7 100644
--- a/man/man4/INDEX
+++ b/man/man4/INDEX
@@ -1,10 +1,14 @@
0intro 0intro.4
intro 0intro.4
+9import 9import.4
9pfuse 9pfuse.4
9pserve 9pserve.4
acme acme.4
factotum factotum.4
fontsrv fontsrv.4
+flchk fossil.4
+flfmt fossil.4
+fossil fossil.4
import import.4
plumber plumber.4
ramfs ramfs.4
diff --git a/man/man4/fontsrv.4 b/man/man4/fontsrv.4
index 7344cde9..3fb0d66b 100644
--- a/man/man4/fontsrv.4
+++ b/man/man4/fontsrv.4
@@ -130,4 +130,3 @@ For example, the lower case r in the subfont
.B Times-Roman/14a/x0000.bit
appears truncated on the right and
too light overall.
-
diff --git a/man/man4/fossil.4 b/man/man4/fossil.4
index 6bb4a392..7c06f2f7 100644
--- a/man/man4/fossil.4
+++ b/man/man4/fossil.4
@@ -486,7 +486,7 @@ and then use the
.I sed
command to prepare the script.
.SH SOURCE
-.B /sys/src/cmd/fossil
+.B \*9/src/cmd/fossil
.SH SEE ALSO
.IR yesterday (1),
.IR fs (3),
diff --git a/man/man4/smugfs.4 b/man/man4/smugfs.4
index f05ccf49..4fb8c7f0 100644
--- a/man/man4/smugfs.4
+++ b/man/man4/smugfs.4
@@ -264,7 +264,7 @@ SmugMug,
.PP
If multiple categories or albums have the same name,
only one will be accessible via the file system interface.
-Renaming the accessible one via
+Renaming the accessible one via Unix's
.IR mv (1)
will resolve the problem.
.PP
diff --git a/man/man4/tapefs.4 b/man/man4/tapefs.4
index 26f2afa5..3297e2a4 100644
--- a/man/man4/tapefs.4
+++ b/man/man4/tapefs.4
@@ -100,10 +100,10 @@ way using the files
and
.I util.c
in
-.BR /sys/src/cmd/tapefs ,
+.BR \*9/src/cmd/tapefs ,
which in
turn derive substantially from
.IR ramfs (4).
.SH "SEE ALSO
-.IR intro (5),
+.IR intro (7),
.IR ramfs (4).