summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/4/hgfs2
-rw-r--r--sys/src/cmd/hgfs/fs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/4/hgfs b/sys/man/4/hgfs
index c97d7aaa5..5445df3c1 100644
--- a/sys/man/4/hgfs
+++ b/sys/man/4/hgfs
@@ -42,7 +42,7 @@ was specified with
.B -m
,
then hgfs will mount itself on
-.B /n/hg
+.B /mnt/hg
(default). When a
.I service
name is given with the
diff --git a/sys/src/cmd/hgfs/fs.c b/sys/src/cmd/hgfs/fs.c
index cf425ef29..874687d33 100644
--- a/sys/src/cmd/hgfs/fs.c
+++ b/sys/src/cmd/hgfs/fs.c
@@ -746,7 +746,7 @@ main(int argc, char *argv[])
fmtinstall('H', Hfmt);
srv = nil;
- mtpt = "/n/hg";
+ mtpt = "/mnt/hg";
ARGBEGIN {
case 'D':