connect.2, ioprio_set.2, dbopen.3, group.5, fifo.7: tfix

Fix nonstandard usage.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
G. Branden Robinson 2017-10-22 06:04:54 -04:00 committed by Michael Kerrisk
parent fedb2ff513
commit 9b13f7700e
5 changed files with 5 additions and 5 deletions

View File

@ -179,7 +179,7 @@ been completed.
is not a valid open file descriptor. is not a valid open file descriptor.
.TP .TP
.B ECONNREFUSED .B ECONNREFUSED
No-one listening on the remote address. No one listening on the remote address.
.TP .TP
.B EFAULT .B EFAULT
The socket structure address is outside the user's address space. The socket structure address is outside the user's address space.

View File

@ -314,7 +314,7 @@ Priority levels range from 0 (highest) to 7 (lowest).
.BR IOPRIO_CLASS_IDLE " (3)" .BR IOPRIO_CLASS_IDLE " (3)"
This is the idle scheduling class. This is the idle scheduling class.
Processes running at this level get I/O Processes running at this level get I/O
time only when no-one else needs the disk. time only when no one else needs the disk.
The idle class has no class data. The idle class has no class data.
Attention is required when assigning this priority class to a process, Attention is required when assigning this priority class to a process,
since it may become starved if higher priority processes are since it may become starved if higher priority processes are

View File

@ -544,7 +544,7 @@ for any of the errors specified for the library routine
The typedef The typedef
.I DBT .I DBT
is a mnemonic for "data base thang", and was used is a mnemonic for "data base thang", and was used
because no-one could think of a reasonable name that wasn't already used. because no one could think of a reasonable name that wasn't already used.
.PP .PP
The file descriptor interface is a kludge and will be deleted in a The file descriptor interface is a kludge and will be deleted in a
future version of the interface. future version of the interface.

View File

@ -57,7 +57,7 @@ a list of the usernames that are members of this group, separated by commas.
.SH BUGS .SH BUGS
As the 4.2BSD As the 4.2BSD
.BR initgroups (3) .BR initgroups (3)
man page says: no-one seems to keep man page says: no one seems to keep
.I /etc/group .I /etc/group
up-to-date. up-to-date.
.SH SEE ALSO .SH SEE ALSO

View File

@ -34,7 +34,7 @@ until the other end is opened also.
.PP .PP
A process can open a FIFO in nonblocking mode. A process can open a FIFO in nonblocking mode.
In this In this
case, opening for read-only succeeds even if no-one has case, opening for read-only succeeds even if no one has
opened on the write side yet and opening for write-only opened on the write side yet and opening for write-only
fails with fails with
.B ENXIO .B ENXIO