man9: rename IM to MR

Commit d32deab17b renamed IM to MR but
these man pages were missed.
This commit is contained in:
Fazlul Shahriar 2021-01-29 18:55:29 -05:00 committed by Dan Cross
parent 0144f87dc6
commit 36cd4c58c1
11 changed files with 27 additions and 27 deletions

View file

@ -21,7 +21,7 @@ such a machine is called, somewhat confusingly, a
Another possibility for a server is to synthesize Another possibility for a server is to synthesize
files on demand, perhaps based on information on data structures files on demand, perhaps based on information on data structures
maintained in memory; the maintained in memory; the
.IM plumber (4) .MR plumber (4)
server is an example of such a server. server is an example of such a server.
.PP .PP
A A
@ -63,7 +63,7 @@ bytes of data.
Text strings are represented this way, Text strings are represented this way,
with the text itself stored as a UTF-8 with the text itself stored as a UTF-8
encoded sequence of Unicode characters (see encoded sequence of Unicode characters (see
.IM utf (7) ). .MR utf (7) ).
Text strings in 9P messages are not Text strings in 9P messages are not
.SM NUL\c .SM NUL\c
-terminated: -terminated:
@ -114,7 +114,7 @@ Plan 9 names may contain any printable character (that is, any character
outside hexadecimal 00-1F and 80-9F) outside hexadecimal 00-1F and 80-9F)
except slash.) except slash.)
Messages are transported in byte form to allow for machine independence; Messages are transported in byte form to allow for machine independence;
.IM fcall (3) .MR fcall (3)
describes routines that convert to and from this form into a machine-dependent describes routines that convert to and from this form into a machine-dependent
C structure. C structure.
.SH MESSAGES .SH MESSAGES
@ -348,7 +348,7 @@ a ``current file'' on the server.
Fids are somewhat like file descriptors in a user process, Fids are somewhat like file descriptors in a user process,
but they are not restricted to files open for I/O: but they are not restricted to files open for I/O:
directories being examined, files being accessed by directories being examined, files being accessed by
.IM stat (3) .MR stat (3)
calls, and so on \(em all files being manipulated by the operating calls, and so on \(em all files being manipulated by the operating
system \(em are identified by fids. system \(em are identified by fids.
Fids are chosen by the client. Fids are chosen by the client.
@ -461,7 +461,7 @@ to have their input or output attached to fids on 9P servers.
See See
.IR openfd (9p) .IR openfd (9p)
and and
.IM 9pclient (3) .MR 9pclient (3)
for details. for details.
.PP .PP
The The
@ -475,7 +475,7 @@ access permissions (read, write and execute for owner, group and public),
access and modification times, and access and modification times, and
owner and group identifications owner and group identifications
(see (see
.IM stat (3) ). .MR stat (3) ).
The owner and group identifications are textual names. The owner and group identifications are textual names.
The The
.B wstat .B wstat
@ -523,12 +523,12 @@ into 9P messages.
.SS Unix .SS Unix
On Unix, 9P services are posted as Unix domain sockets in a On Unix, 9P services are posted as Unix domain sockets in a
well-known directory (see well-known directory (see
.IM getns (3) .MR getns (3)
and and
.IM 9pserve (4) ). .MR 9pserve (4) ).
Clients connect to these servers using a 9P client library Clients connect to these servers using a 9P client library
(see (see
.IM 9pclient (3) ). .MR 9pclient (3) ).
.SH DIRECTORIES .SH DIRECTORIES
Directories are created by Directories are created by
.B create .B create

View file

@ -122,7 +122,7 @@ and
and and
.I fsauth .I fsauth
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
generate generate
.B attach .B attach
and and
@ -163,6 +163,6 @@ transactions.
.\" .B mount .\" .B mount
.\" system call on an uninitialized connection. .\" system call on an uninitialized connection.
.SH SEE ALSO .SH SEE ALSO
.IM 9pclient (3) , .MR 9pclient (3) ,
.IR version (9P), .IR version (9P),
Plan 9's \fIauthsrv\fR(6) Plan 9's \fIauthsrv\fR(6)

View file

@ -41,7 +41,7 @@ generated by
and and
.I fsunmount .I fsunmount
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
and indirectly by other actions such as failed and indirectly by other actions such as failed
.I fsopen .I fsopen
calls. calls.

View file

@ -99,11 +99,11 @@ flushing a
and flushing an invalid tag. and flushing an invalid tag.
.SH ENTRY POINTS .SH ENTRY POINTS
The The
.IM 9pclient (3) .MR 9pclient (3)
library does not generate library does not generate
.B flush .B flush
transactions.. transactions..
.IM 9pserve (4) .MR 9pserve (4)
generates generates
.B flush .B flush
transactions to cancel transactions pending when a client hangs up. transactions to cancel transactions pending when a client hangs up.

View file

@ -160,7 +160,7 @@ in this case, the
.I fscreate .I fscreate
call call
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
uses uses
.B open .B open
with truncation. with truncation.
@ -209,7 +209,7 @@ again.
and and
.I fscreate .I fscreate
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
both generate both generate
.B open .B open
messages; only messages; only

View file

@ -43,18 +43,18 @@ it cannot be
.PP .PP
.I Openfd .I Openfd
is implemented by is implemented by
.IM 9pserve (4) . .MR 9pserve (4) .
9P servers that post their services using 9P servers that post their services using
.IM 9pserve (4) .MR 9pserve (4)
(or indirectly via (or indirectly via
.IM post9pservice (3) ) .MR post9pservice (3) )
will never see a will never see a
.B Topenfd .B Topenfd
message. message.
.SH ENTRY POINTS .SH ENTRY POINTS
.I Fsopenfd .I Fsopenfd
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
generates an generates an
.B openfd .B openfd
message. message.

View file

@ -114,7 +114,7 @@ to be transferred atomically.
and and
.I fswrite .I fswrite
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
generate the corresponding messages. generate the corresponding messages.
Because they take an offset parameter, the Because they take an offset parameter, the
.I fspread .I fspread

View file

@ -45,7 +45,7 @@ so other fids typically remain usable.
.SH ENTRY POINTS .SH ENTRY POINTS
.I Fsremove .I Fsremove
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
generates generates
.B remove .B remove
messages. messages.

View file

@ -88,7 +88,7 @@ The
and and
.I convD2M .I convD2M
routines (see routines (see
.IM fcall (3) ) .MR fcall (3) )
convert between directory entries and a C structure called a convert between directory entries and a C structure called a
.BR Dir . .BR Dir .
.PP .PP
@ -263,7 +263,7 @@ messages are generated by
and and
.IR fsdirstat .IR fsdirstat
(see (see
.IM 9pclient (3) ). .MR 9pclient (3) ).
.PP .PP
.B Wstat .B Wstat
messages are generated by messages are generated by

View file

@ -91,7 +91,7 @@ requests is called a
.SH ENTRY POINTS .SH ENTRY POINTS
.I Fsversion .I Fsversion
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
generates generates
.B version .B version
messages; messages;

View file

@ -149,13 +149,13 @@ may be packed in a single message.
This constant is called This constant is called
.B MAXWELEM .B MAXWELEM
in in
.IM fcall (3) . .MR fcall (3) .
Despite this restriction, the system imposes no limit on the number of elements in a file name, Despite this restriction, the system imposes no limit on the number of elements in a file name,
only the number that may be transmitted in a single message. only the number that may be transmitted in a single message.
.SH ENTRY POINTS .SH ENTRY POINTS
.I Fswalk .I Fswalk
(see (see
.IM 9pclient (3) ) .MR 9pclient (3) )
generates walk messages. generates walk messages.
One or more walk messages may be generated by One or more walk messages may be generated by
any call that evaluates file names: any call that evaluates file names: