From d32deab17bfffa5bffc5fab3e6577558e40888c5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 15 Aug 2020 20:07:38 -0400 Subject: tmac: rename IM (italic manual) to MR (manual reference) Suggested by G. Brandon Robinson. --- man/man3/post9pservice.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/man3/post9pservice.3') 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 -- cgit v1.2.3