fix manpage cross references
This commit is contained in:
parent
fcb974af3a
commit
4c9cbe484d
7 changed files with 28 additions and 15 deletions
|
@ -141,7 +141,7 @@ Assignment.
|
||||||
.PP
|
.PP
|
||||||
One subtle point concerning assignments is that they forcibly override any previous values, i.e. expressions use the value of the latest assignments preceding them.
|
One subtle point concerning assignments is that they forcibly override any previous values, i.e. expressions use the value of the latest assignments preceding them.
|
||||||
Note that the values reported as the counterexample are always the values given by the last assignment.
|
Note that the values reported as the counterexample are always the values given by the last assignment.
|
||||||
.SH "EXAMPLES"
|
.SH EXAMPLES
|
||||||
We know that, mathematically, \fIa\fR + \fIb\fR ≥ \fIa\fR if \fIb\fR ≥ 0 (which is always true for an unsigned number).
|
We know that, mathematically, \fIa\fR + \fIb\fR ≥ \fIa\fR if \fIb\fR ≥ 0 (which is always true for an unsigned number).
|
||||||
We can ask
|
We can ask
|
||||||
.I forp
|
.I forp
|
||||||
|
|
|
@ -153,12 +153,12 @@ returns the integer file descriptor of the associated open file.
|
||||||
.PP
|
.PP
|
||||||
.I Bterm
|
.I Bterm
|
||||||
flushes the buffer for
|
flushes the buffer for
|
||||||
.IR bp
|
.I bp
|
||||||
and returns
|
and returns
|
||||||
.IR Bflush 's
|
.IR Bflush 's
|
||||||
return value.
|
return value.
|
||||||
If the buffer was allocated by
|
If the buffer was allocated by
|
||||||
.IR Bopen
|
.I Bopen
|
||||||
or
|
or
|
||||||
.IR Bfdopen ,
|
.IR Bfdopen ,
|
||||||
the buffer is
|
the buffer is
|
||||||
|
@ -270,7 +270,7 @@ outputs the low order 8 bits of
|
||||||
on
|
on
|
||||||
.IR bp .
|
.IR bp .
|
||||||
If this causes a
|
If this causes a
|
||||||
.IR write
|
.I write
|
||||||
to occur and there is an error,
|
to occur and there is an error,
|
||||||
a negative value is returned.
|
a negative value is returned.
|
||||||
Otherwise, a zero is returned.
|
Otherwise, a zero is returned.
|
||||||
|
@ -291,7 +291,7 @@ on the output stream.
|
||||||
is a buffered interface to
|
is a buffered interface to
|
||||||
.IR print (2).
|
.IR print (2).
|
||||||
If this causes a
|
If this causes a
|
||||||
.IR write
|
.I write
|
||||||
to occur and there is an error,
|
to occur and there is an error,
|
||||||
a negative value
|
a negative value
|
||||||
.RB ( Beof )
|
.RB ( Beof )
|
||||||
|
@ -312,7 +312,7 @@ of data starting at
|
||||||
to
|
to
|
||||||
.IR bp .
|
.IR bp .
|
||||||
If this causes a
|
If this causes a
|
||||||
.IR write
|
.I write
|
||||||
to occur and there is an error,
|
to occur and there is an error,
|
||||||
a negative value is returned.
|
a negative value is returned.
|
||||||
Otherwise, the number of bytes written is returned.
|
Otherwise, the number of bytes written is returned.
|
||||||
|
@ -349,7 +349,7 @@ is called with a non-nil
|
||||||
function, then that function is called for I/O in lieu of
|
function, then that function is called for I/O in lieu of
|
||||||
.IR read (2)
|
.IR read (2)
|
||||||
and
|
and
|
||||||
.IR write (2).
|
.IR write .
|
||||||
A nil argument for
|
A nil argument for
|
||||||
.I iof
|
.I iof
|
||||||
restores normal behaviour.
|
restores normal behaviour.
|
||||||
|
@ -357,6 +357,7 @@ restores normal behaviour.
|
||||||
.B /sys/src/libbio
|
.B /sys/src/libbio
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR open (2),
|
.IR open (2),
|
||||||
|
.IR read (2),
|
||||||
.IR print (2),
|
.IR print (2),
|
||||||
.IR exits (2),
|
.IR exits (2),
|
||||||
.IR utf (6),
|
.IR utf (6),
|
||||||
|
|
|
@ -158,7 +158,9 @@ to generate random numbers between 0 and
|
||||||
.if t 2\u\s731\s10\d-1;
|
.if t 2\u\s731\s10\d-1;
|
||||||
.if n 2^31-1;
|
.if n 2^31-1;
|
||||||
it defaults to
|
it defaults to
|
||||||
.IR lrand (2).
|
.I lrand
|
||||||
|
(see
|
||||||
|
.IR rand (2)).
|
||||||
.I Errfun
|
.I Errfun
|
||||||
is called on fatal errors (see DIAGNOSTICS).
|
is called on fatal errors (see DIAGNOSTICS).
|
||||||
Additionally, a number of finetuning parameters are defined in
|
Additionally, a number of finetuning parameters are defined in
|
||||||
|
@ -199,7 +201,9 @@ with an error string and
|
||||||
If no
|
If no
|
||||||
.I errfun
|
.I errfun
|
||||||
is provided or if it returns,
|
is provided or if it returns,
|
||||||
.IR sysfatal (2)
|
.I sysfatal
|
||||||
|
(see
|
||||||
|
.IR perror (2))
|
||||||
is called.
|
is called.
|
||||||
It is permissible to use
|
It is permissible to use
|
||||||
.IR setjmp (2)
|
.IR setjmp (2)
|
||||||
|
|
|
@ -402,7 +402,7 @@ by the descriptor.
|
||||||
If
|
If
|
||||||
.I n
|
.I n
|
||||||
is set to 1 for an isochronous endpoint,
|
is set to 1 for an isochronous endpoint,
|
||||||
.IR read(2)
|
.IR read (2)
|
||||||
from the data file will not cross μframe boundaries.
|
from the data file will not cross μframe boundaries.
|
||||||
.TP
|
.TP
|
||||||
.B clrhalt
|
.B clrhalt
|
||||||
|
|
|
@ -105,7 +105,9 @@ Reading the
|
||||||
file will stall the reading process until the virtual CPU reaches a point where it cannot continue (a "VM exit").
|
file will stall the reading process until the virtual CPU reaches a point where it cannot continue (a "VM exit").
|
||||||
This may be due to the an access to hardware or a software exception.
|
This may be due to the an access to hardware or a software exception.
|
||||||
Each exit is indicated by a single line in a format compatible with
|
Each exit is indicated by a single line in a format compatible with
|
||||||
.IR tokenize (2).
|
.I tokenize
|
||||||
|
(see
|
||||||
|
.IR getfields (2)).
|
||||||
The first column contains the cause of the exit and the second column contains the "exit qualification" field that may contain more details on the exit (see Intel SDM).
|
The first column contains the cause of the exit and the second column contains the "exit qualification" field that may contain more details on the exit (see Intel SDM).
|
||||||
The remaining columns come in pairs and contain further info and the values of relevant registers.
|
The remaining columns come in pairs and contain further info and the values of relevant registers.
|
||||||
|
|
||||||
|
|
|
@ -72,14 +72,16 @@ if
|
||||||
.B -m
|
.B -m
|
||||||
is not specified.
|
is not specified.
|
||||||
The default mount options are equivalent to calling
|
The default mount options are equivalent to calling
|
||||||
.IR mount (1)
|
.I mount
|
||||||
|
(see
|
||||||
|
.IR bind (1))
|
||||||
with
|
with
|
||||||
.BR -c .
|
.BR -c .
|
||||||
.B -a
|
.B -a
|
||||||
and
|
and
|
||||||
.B -b
|
.B -b
|
||||||
have the same function as they do with
|
have the same function as they do with
|
||||||
.IR mount (1).
|
.IR mount .
|
||||||
The default remote root is the user's home directory but can be changed with
|
The default remote root is the user's home directory but can be changed with
|
||||||
.BR -r .
|
.BR -r .
|
||||||
.PP
|
.PP
|
||||||
|
@ -130,7 +132,9 @@ Version 4 and later also handle uid/gid translation at the server end which woul
|
||||||
.PP
|
.PP
|
||||||
Some 9P operations that should be atomic are not atomic because they do not map 1:1 to SFTP operations.
|
Some 9P operations that should be atomic are not atomic because they do not map 1:1 to SFTP operations.
|
||||||
In particular there is no guarantee that a failed
|
In particular there is no guarantee that a failed
|
||||||
.IR wstat (5)
|
.I wstat
|
||||||
|
(see
|
||||||
|
.IR stat (5))
|
||||||
did not change some of the fields.
|
did not change some of the fields.
|
||||||
.PP
|
.PP
|
||||||
The code is naive about links and assumes files with distinct names to be distinct, assigning them different QIDs.
|
The code is naive about links and assumes files with distinct names to be distinct, assigning them different QIDs.
|
||||||
|
|
|
@ -156,7 +156,9 @@ using TLS for encryption.
|
||||||
.TP
|
.TP
|
||||||
.B tcp17020
|
.B tcp17020
|
||||||
TLS encrypted 9P fileserver (t9fs) for
|
TLS encrypted 9P fileserver (t9fs) for
|
||||||
.IR srvtls (4)
|
.I srvtls
|
||||||
|
(see
|
||||||
|
.IR srv (4)).
|
||||||
.TP
|
.TP
|
||||||
.B tcp7
|
.B tcp7
|
||||||
echo any bytes received (bit mirror)
|
echo any bytes received (bit mirror)
|
||||||
|
|
Loading…
Reference in a new issue