aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mount.1
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2020-12-18 09:13:34 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2020-12-18 09:13:34 +0100
commit94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14 (patch)
treead1ad80ee9a4e0ae97451c94a7cf455d3068951b /man/man1/mount.1
parent7cda34cf34f3afbd3f2000aa5e2b59ddc319f0f2 (diff)
parent2991442aef1cf020ffde43673433ee97ef322a53 (diff)
downloadplan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.tar.gz
plan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.tar.bz2
plan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'man/man1/mount.1')
-rw-r--r--man/man1/mount.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/mount.1 b/man/man1/mount.1
index ec9f016e..123a395a 100644
--- a/man/man1/mount.1
+++ b/man/man1/mount.1
@@ -15,7 +15,7 @@ mounts a 9P server's files into the file system.
is typically
either the name of a Unix domain socket
(see
-.IR namespace (1))
+.MR namespace (1) )
or the name or IP address of a machine
serving 9P over TCP port 564.
.PP
@@ -29,7 +29,7 @@ On Linux,
.I mount
uses the native 9P kernel module when present.
Otherwise it tries to use
-.IR 9pfuse (4)
+.MR 9pfuse (4)
with the FUSE file system module.
Using the 9P kernel module requires root access.
FUSE can often be used by regular users.
@@ -45,7 +45,7 @@ should be invoked as
.BR mount .
.SH EXAMPLES
Mount
-.IR acme (4)
+.MR acme (4)
onto
.B /mnt/acme :
.IP
@@ -64,6 +64,6 @@ cat /mnt/plumb/rules
.br
.B \*9/bin/unmount
.SH SEE ALSO
-.IR intro (4),
+.MR intro (4) ,
.IR intro (9p),
-.IR 9pfuse (4)
+.MR 9pfuse (4)