diff options
-rw-r--r-- | sys/man/4/cfs | 2 | ||||
-rw-r--r-- | sys/src/cmd/cfs/cfs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/4/cfs b/sys/man/4/cfs index 7d466e1e0..d5bd6933b 100644 --- a/sys/man/4/cfs +++ b/sys/man/4/cfs @@ -43,7 +43,7 @@ information for that file. mounts onto .I mtpt (default -.BR / ) +.BR /mnt/cfs ) after connecting to the file server. .PP The options are: diff --git a/sys/src/cmd/cfs/cfs.c b/sys/src/cmd/cfs/cfs.c index a7f8a215d..b11448be8 100644 --- a/sys/src/cmd/cfs/cfs.c +++ b/sys/src/cmd/cfs/cfs.c @@ -136,7 +136,7 @@ main(int argc, char *argv[]) chkid = 1; part = "/dev/sdC0/cache"; server = "tcp!fs"; - mtpt = "/tmp"; + mtpt = "/mnt/cfs"; ARGBEGIN{ case 'a': |