diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 19:51:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 19:51:03 +0200 |
commit | cb474632d3f23de10fea2d70a4b4c98d8f3a3755 (patch) | |
tree | 06c0c53b4a32032388e3ced67ed327667c510a6e /sys/man/1 | |
parent | 3db2012126385e19923ecf742315b62c0b4b4ff8 (diff) |
remove kfs references from manual
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/fstype | 3 | ||||
-rw-r--r-- | sys/man/1/replica | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/man/1/fstype b/sys/man/1/fstype index 07acd6246..6f4337b13 100644 --- a/sys/man/1/fstype +++ b/sys/man/1/fstype @@ -28,8 +28,7 @@ compressed .IR paqfs (4) .TP .B kfs -Plan 9 disk file system (see -.IR kfs (4)) +old Plan 9 disk file system .TP .B fs 32-bit and diff --git a/sys/man/1/replica b/sys/man/1/replica index 2201c017a..450ceb592 100644 --- a/sys/man/1/replica +++ b/sys/man/1/replica @@ -267,9 +267,9 @@ As an example, the Plan 9 distribution replica configuration looks like: serverlog=$s/plan9.log serverproto=$s/plan9.proto - fn clientmount { 9fs kfs } - clientroot=/n/kfs - c=/n/kfs/dist/replica + fn clientmount { 9fs boot } + clientroot=/n/boot + c=/n/boot/dist/replica clientlog=$c/client/plan9.log clientproto=$c/plan9.proto clientdb=$c/client/plan9.db |