diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2017-08-01 23:51:51 +0200 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2017-08-01 23:51:51 +0200 |
commit | 810cecc30d4cefe40401051a8e877665292a594d (patch) | |
tree | 6565ac720dede033d0ad88bee1fc29ee38b4baad /man/man4 | |
parent | 7d0663b7c023cd7dd2764cb232798f8bc1309c20 (diff) | |
parent | 4a8c0c75ffd40d08837d6937e1e995c68ceb276e (diff) | |
download | plan9port-810cecc30d4cefe40401051a8e877665292a594d.tar.gz plan9port-810cecc30d4cefe40401051a8e877665292a594d.tar.bz2 plan9port-810cecc30d4cefe40401051a8e877665292a594d.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'man/man4')
-rw-r--r-- | man/man4/INDEX | 4 | ||||
-rw-r--r-- | man/man4/fontsrv.4 | 1 | ||||
-rw-r--r-- | man/man4/fossil.4 | 2 | ||||
-rw-r--r-- | man/man4/smugfs.4 | 2 | ||||
-rw-r--r-- | man/man4/tapefs.4 | 4 |
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). |