aboutsummaryrefslogtreecommitdiff
path: root/man/man3/post9pservice.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/post9pservice.3')
-rw-r--r--man/man3/post9pservice.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man3/post9pservice.3 b/man/man3/post9pservice.3
index 4bf1a68b..5eeae234 100644
--- a/man/man3/post9pservice.3
+++ b/man/man3/post9pservice.3
@@ -11,11 +11,11 @@ int post9pservice(int fd, char *name, char *mtpt)
.SH DESCRIPTION
.I Post9pservice
invokes
-.IM 9pserve (4)
+.MR 9pserve (4)
to post a new 9P service in the current
``name space''
(see
-.IM intro (4) )
+.MR intro (4) )
named
.IR name .
Clients connecting to the posted service
@@ -30,10 +30,10 @@ is non-nil,
mounts the service on
.IR mtpt ,
using
-.IM 9pfuse (4) .
+.MR 9pfuse (4) .
.SH "SEE ALSO
-.IM intro (4) ,
-.IM 9pfuse (4) ,
-.IM 9pserve (4)
+.MR intro (4) ,
+.MR 9pfuse (4) ,
+.MR 9pserve (4)
.SH SOURCE
.B \*9/src/lib9/post9p.c