diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 22:02:19 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 22:02:19 +0000 |
| commit | c382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d (patch) | |
| tree | 4d7413e2a157d8b24a67a5427b9f23f54c64c277 /man7 | |
| parent | e41589248673be34a9997f519b08302c50a22d04 (diff) | |
| download | man-pages-c382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d.tar.gz | |
hyphenation fixes
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/boot.7 | 18 | ||||
| -rw-r--r-- | man7/bootparam.7 | 8 | ||||
| -rw-r--r-- | man7/capabilities.7 | 18 | ||||
| -rw-r--r-- | man7/ddp.7 | 4 | ||||
| -rw-r--r-- | man7/icmp.7 | 4 | ||||
| -rw-r--r-- | man7/ip.7 | 8 | ||||
| -rw-r--r-- | man7/mdoc.samples.7 | 2 | ||||
| -rw-r--r-- | man7/mq_overview.7 | 2 | ||||
| -rw-r--r-- | man7/raw.7 | 2 | ||||
| -rw-r--r-- | man7/regex.7 | 4 | ||||
| -rw-r--r-- | man7/socket.7 | 4 | ||||
| -rw-r--r-- | man7/tcp.7 | 4 |
12 files changed, 39 insertions, 39 deletions
diff --git a/man7/boot.7 b/man7/boot.7 index 7e22a8c0cd..ddc628a54a 100644 --- a/man7/boot.7 +++ b/man7/boot.7 @@ -11,7 +11,7 @@ .\" .TH BOOT 7 2007-06-03 "Linux" "Linux Programmer's Manual" .SH NAME -boot\-scripts \- General description of boot sequence +boot-scripts \- General description of boot sequence .SH DESCRIPTION .LP The boot sequence varies in details among systems @@ -20,20 +20,20 @@ but can be roughly divided to the following steps: (iii) kernel startup, (iv) init and inittab, (v) boot scripts. We will describe each of these in more detail below. -.SS "Hardware\-boot" -After power\-on or hard reset, control is given +.SS "Hardware-boot" +After power-on or hard reset, control is given to a program stored on read only memory (normally PROM). In PC we usually call this program the \fBBIOS\fR. -This program normally makes a basic self\-test of the -machine and accesses non\-volatile memory to read +This program normally makes a basic self-test of the +machine and accesses non-volatile memory to read further parameters. This memory in the PC is -battery\-backed CMOS memory, so most people +battery-backed CMOS memory, so most people refer to it as the \fBCMOS\fR, although outside of the PC world, it is usually called \fBnvram\fR -(non\-volatile ram). +(non-volatile ram). The parameters stored in the nvram vary between systems, but as a minimum, the hardware boot program @@ -56,7 +56,7 @@ of the boot device \- this is the \fBMBR\fR In most systems, this primary loader is very limited due to various constraints. -Even on non\-PC systems +Even on non-PC systems there are some limitations to the size and complexity of this loader, but the size limitation of the PC MBR (512 bytes including the partition table) makes it @@ -110,7 +110,7 @@ This file defines what should be run in different \fIrun-levels\fR. This gives the system administrator an easy management scheme, where each run-level is associated with a set of services (e.g: -\fBS\fR is \fIsingle\-user\fR, on \fB2\fR most network +\fBS\fR is \fIsingle-user\fR, on \fB2\fR most network services start, etc.). The administrator may change the current run-level via diff --git a/man7/bootparam.7 b/man7/bootparam.7 index b779125c7b..e360ca268e 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -327,7 +327,7 @@ It is possible to enable a kernel profiling function, if one wishes to find out where the kernel is spending its CPU cycles. Profiling is enabled by setting the variable .I prof_shift -to a non-zero value. +to a nonzero value. This is done either by specifying .B CONFIG_PROFILE at compile time, or by giving the 'profile=' option. @@ -527,7 +527,7 @@ value can be specified to set the debug level. All the parameters are as described at the top of this section, and the .I reconnect -value will allow device disconnect/reconnect if a non-zero value +value will allow device disconnect/reconnect if a nonzero value is used. An example usage is as follows: .IP @@ -577,11 +577,11 @@ These boards can accept an argument of the form: .IP The .I extended -value, if non-zero, indicates that extended translation for large +value, if nonzero, indicates that extended translation for large disks is enabled. The .I no_reset -value, if non-zero, tells the driver not to reset the SCSI bus when +value, if nonzero, tells the driver not to reset the SCSI bus when setting up the host adapter at boot. .TP .B "AdvanSys SCSI Hosts configuration ('advansys=')" diff --git a/man7/capabilities.7 b/man7/capabilities.7 index eae9f2fb13..fbe52e5f92 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -33,7 +33,7 @@ traditional Unix implementations distinguish two categories of processes: processes (whose effective user ID is 0, referred to as superuser or root), and .I unprivileged -processes (whose effective UID is non-zero). +processes (whose effective UID is nonzero). Privileged processes bypass all kernel permission checks, while unprivileged processes are subject to full permission checking based on the process's credentials @@ -467,14 +467,14 @@ a program, it gains all capabilities in its permitted and effective capability sets, except those masked out by the capability bounding set (i.e., .BR CAP_SETPCAP ). -.\" If a process with real UID 0, and non-zero effective UID does an +.\" If a process with real UID 0, and nonzero effective UID does an .\" exec(), then it gets all capabilities (less CAP_SETPCAP) in its .\" permitted set, and no effective capabilities This provides semantics that are the same as those provided by traditional Unix systems. .SS Effect of User ID Changes on Capabilities To preserve the traditional semantics for transitions between -0 and non-zero user IDs, +0 and nonzero user IDs, the kernel makes the following changes to a thread's capability sets on changes to the thread's real, effective, saved set, and file system user IDs (using @@ -484,17 +484,17 @@ or similar): .IP 1. 4 If one or more of the real, effective or saved set user IDs was previously 0, and as a result of the UID changes all of these IDs -have a non-zero value, +have a nonzero value, then all capabilities are cleared from the permitted and effective capability sets. .IP 2. 4 -If the effective user ID is changed from 0 to non-zero, +If the effective user ID is changed from 0 to nonzero, then all capabilities are cleared from the effective set. .IP 3. 4 -If the effective user ID is changed from non-zero to 0, +If the effective user ID is changed from nonzero to 0, then the permitted set is copied to the effective set. .IP 4. 4 -If the file system user ID is changed from 0 to non-zero (see +If the file system user ID is changed from 0 to nonzero (see .BR setfsuid (2)) then the following capabilities are cleared from the effective set: .BR CAP_CHOWN , @@ -503,13 +503,13 @@ then the following capabilities are cleared from the effective set: .BR CAP_FOWNER , and .BR CAP_FSETID . -If the file system UID is changed from non-zero to 0, +If the file system UID is changed from nonzero to 0, then any of these capabilities that are enabled in the permitted set are enabled in the effective set. .PP If a thread that has a 0 value for one or more of its user IDs wants to prevent its permitted capability set being cleared when it resets -all of its user IDs to non-zero values, it can do so using the +all of its user IDs to nonzero values, it can do so using the .BR prctl (2) .B PR_SET_KEEPCAPS operation. diff --git a/man7/ddp.7 b/man7/ddp.7 index 3b1b6df7f8..60d94ea0fb 100644 --- a/man7/ddp.7 +++ b/man7/ddp.7 @@ -160,11 +160,11 @@ and trying to bind to a reserved port without effective user ID 0 or Tried to bind to an address already in use. .TP .B EADDRNOTAVAIL -A non-existent interface was requested or the requested source address was +A nonexistent interface was requested or the requested source address was not local. .TP .B EAGAIN -Operation on a nonblocking socket would block. +Operation on a non-blocking socket would block. .TP .B EALREADY A connection operation on a non-blocking socket is already in progress. diff --git a/man7/icmp.7 b/man7/icmp.7 index 57ae4e086e..7e0243ae19 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -57,12 +57,12 @@ The limit does not affect sending of packets needed for path MTU discovery. .TP .B icmp_echo_ignore_all -If this value is non-zero, Linux will ignore all +If this value is nonzero, Linux will ignore all .B ICMP_ECHO requests. .TP .B icmp_echo_ignore_broadcasts -If this value is non-zero, Linux will ignore all +If this value is nonzero, Linux will ignore all .B ICMP_ECHO packets sent to broadcast addresses. .TP @@ -523,8 +523,8 @@ The system-wide default is controlled by the sysctl for .B SOCK_STREAM sockets, and disabled on all others. -For non -.B SOCK_STREAM +For +.RB non- SOCK_STREAM sockets it is the user's responsibility to packetize the data in MTU sized chunks and to do the retransmits if necessary. The kernel will reject packets that are bigger than the known @@ -708,7 +708,7 @@ files or using the interface. Variables described as .I Boolean -take an integer value, with a non-zero value ("true") meaning that +take an integer value, with a nonzero value ("true") meaning that the corresponding option is enabled, and a zero value ("false") meaning that the option is disabled. .\" @@ -857,7 +857,7 @@ capability). Tried to bind to an address already in use. .TP .B EADDRNOTAVAIL -A non-existent interface was requested or the requested source +A nonexistent interface was requested or the requested source address was not local. .TP diff --git a/man7/mdoc.samples.7 b/man7/mdoc.samples.7 index 3a16e81249..d278088649 100644 --- a/man7/mdoc.samples.7 +++ b/man7/mdoc.samples.7 @@ -2797,7 +2797,7 @@ The second line gives the argument count, the argument and its length. If the length of an argument is two characters, the argument is tested to see if it is executable (unfortunately, any -register which contains a non-zero value appears executable). +register which contains a nonzero value appears executable). The third line gives the space allotted for a class, and the class type. The problem here is the argument aC should not be diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 8c20c0e019..7e29b111d5 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -221,7 +221,7 @@ QSIZE Number of bytes of data in all messages in the queue. .TP .B NOTIFY_PID -If this is non-zero, then the process with this PID has used +If this is nonzero, then the process with this PID has used .BR mq_notify (3) to register for asynchronous message notification, and the remaining fields describe how notification occurs. diff --git a/man7/raw.7 b/man7/raw.7 index af577e641d..8db93ce2b6 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -62,7 +62,7 @@ Total Length:Always filled in. .PP If .B IP_HDRINCL -is specified and the IP header has a non-zero destination address then +is specified and the IP header has a nonzero destination address then the destination address of the socket is used to route the packet. When .B MSG_DONTROUTE diff --git a/man7/regex.7 b/man7/regex.7 index df874dfa3f..9bdfb6b270 100644 --- a/man7/regex.7 +++ b/man7/regex.7 @@ -50,7 +50,7 @@ POSIX.2 leaves some aspects of RE syntax and semantics open; `\*(dg' marks decisions on these aspects that may not be fully portable to other POSIX.2 implementations. .PP -A (modern) RE is one\*(dg or more non-empty\*(dg \fIbranches\fR, +A (modern) RE is one\*(dg or more nonempty\*(dg \fIbranches\fR, separated by `|'. It matches anything that matches one of the branches. .PP @@ -238,7 +238,7 @@ RE or the beginning of a parenthesized subexpression (after a possible leading `^'). .PP Finally, there is one new type of atom, a \fIback reference\fR: -`\e' followed by a non-zero decimal digit \fId\fR +`\e' followed by a nonzero decimal digit \fId\fR matches the same sequence of characters matched by the \fId\fRth parenthesized subexpression (numbering subexpressions by the positions of their opening parentheses, diff --git a/man7/socket.7 b/man7/socket.7 index 2418cd983b..8d41e265e5 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -106,7 +106,7 @@ Seeking, or calling .BR pread (2) or .BR pwrite (2) -with a non-zero position is not supported on sockets. +with a nonzero position is not supported on sockets. .PP It is possible to do non-blocking I/O on sockets by setting the .B O_NONBLOCK @@ -428,7 +428,7 @@ set to or .B EWOULDBLOCK .\" in fact to EAGAIN -just as if the socket was specified to be nonblocking. +just as if the socket was specified to be non-blocking. If the timeout is set to zero (the default) then the operation will never timeout. Timeouts only have effect for system calls that perform socket I/O (e.g., diff --git a/man7/tcp.7 b/man7/tcp.7 index 9d48507851..6aa6e81520 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -171,7 +171,7 @@ In addition, most IP sysctls also apply to TCP; see .BR ip (7). Variables described as .I Boolean -take an integer value, with a non-zero value ("true") meaning that +take an integer value, with a nonzero value ("true") meaning that the corresponding option is enabled, and a zero value ("false") meaning that the option is disabled. .\" FIXME As at Sept 2006, kernel 2.6.18-rc5, the following are @@ -795,7 +795,7 @@ is returned. .B SIOCATMARK Returns true (i.e., .I value -is non-zero) if the inbound data stream is at the urgent mark. +is nonzero) if the inbound data stream is at the urgent mark. .sp If the .B SO_OOBINLINE |
