This commit is contained in:
Michael Kerrisk 2007-06-02 05:49:27 +00:00
parent 3758f6dad4
commit 28442c8f31
5 changed files with 5 additions and 5 deletions

View File

@ -290,7 +290,7 @@ The field
.IR msg_control ,
which has length
.IR msg_controllen ,
points to a buffer for other protocol control related messages or
points to a buffer for other protocol control-related messages or
miscellaneous ancillary data.
When
.BR recvmsg ()

View File

@ -52,7 +52,7 @@ taken.
The
.BR setuid ()
function checks the effective user ID of the caller and if it is
the superuser, all process related user ID's are set to
the superuser, all process-related user ID's are set to
.IR uid .
After this has occurred, it is impossible for the program to regain root
privileges.

View File

@ -51,7 +51,7 @@ function retrieves the next netgroup entry, and returns pointers in
.IR domain .
A NULL pointer means that the corresponding entry matches any string.
The pointers are valid only as long as there is no call to other
netgroup related functions.
netgroup-related functions.
To avoid this problem you can use the GNU function
.BR getnetgrent_r ()
that stores the strings in the supplied buffer.

View File

@ -138,7 +138,7 @@ Each interface in the system has its own directory in
/proc/sys/net/ipv4/neigh/.
The setting in the `default' directory is used for all newly created
devices.
Unless otherwise specified time related sysctls are specified
Unless otherwise specified time-related sysctls are specified
in seconds.
.TP
.B anycast_delay

View File

@ -26,7 +26,7 @@
intro \- Introduction to administration and privileged commands
.SH DESCRIPTION
This chapter describes commands which either can be or are only used by
the superuser, like daemons and hardware related commands.
the superuser, like daemons and hardware-related commands.
.SS Authors and Copyright Conditions
Look at the header of the manual page for the author(s) and copyright
conditions.