diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/bootparam.7 | 4 | ||||
| -rw-r--r-- | man7/feature_test_macros.7 | 4 | ||||
| -rw-r--r-- | man7/ip.7 | 2 | ||||
| -rw-r--r-- | man7/locale.7 | 2 | ||||
| -rw-r--r-- | man7/pthreads.7 | 4 | ||||
| -rw-r--r-- | man7/rtld-audit.7 | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7 index 66c1805194..1e2885ad3c 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -1051,7 +1051,7 @@ Sets the bit mask of allowed drives to mask. By default, only units 0 and 1 of each floppy controller are allowed. This is done because -certain non-standard hardware (ASUS PCI motherboards) mess up the +certain nonstandard hardware (ASUS PCI motherboards) mess up the keyboard when accessing units 2 or 3. This option is somewhat obsoleted by the cmos option. @@ -1099,7 +1099,7 @@ Additionally, this drive is allowed in the bit mask. This is useful if you have more than two floppy drives (only two can be described in the physical cmos), or if -your BIOS uses non-standard CMOS types. +your BIOS uses nonstandard CMOS types. Setting the CMOS to 0 for the first two drives (default) makes the floppy driver read the physical cmos for those drives. diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index a6f8809658..186e48adac 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -33,8 +33,8 @@ feature_test_macros \- feature test macros Feature test macros allow the programmer to control the definitions that are exposed by system header files when a program is compiled. This can be useful for creating portable applications, -by preventing non-standard definitions from being exposed. -Other macros can be used to expose non-standard definitions that +by preventing nonstandard definitions from being exposed. +Other macros can be used to expose nonstandard definitions that are not exposed by default. The precise effects of each of the feature test macros described below can be ascertained by inspecting the @@ -953,7 +953,7 @@ programs intended to be portable. .\" IP_TRANSPARENT is Linux-specific .\" IP_FREEBIND is Linux-specific .\" IP_XFRM_POLICY is Linux-specific -.\" IP_IPSEC_POLICY is a non-standard extension, also present on some BSDs +.\" IP_IPSEC_POLICY is a nonstandard extension, also present on some BSDs Be very careful with the .B SO_BROADCAST option \- it is not privileged in Linux. diff --git a/man7/locale.7 b/man7/locale.7 index 1cf464e076..0c4befe8d1 100644 --- a/man7/locale.7 +++ b/man7/locale.7 @@ -122,7 +122,7 @@ example, most of Europe uses a 24-hour clock versus the .TP .B LC_ALL All of the above. -.\" FIXME glibc 2.2.2 added new non-standard locale categories: +.\" FIXME glibc 2.2.2 added new nonstandard locale categories: .\" LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_NAME, .\" LC_PAPER, LC_TELEPHONE. These need to be documented. .PP diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 8466860bd1..aac33a10a0 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -543,10 +543,10 @@ wscanf() An implementation may also mark other functions not specified in the standard as cancellation points. In particular, an implementation is likely to mark -any non-standard function that may block as a cancellation point. +any nonstandard function that may block as a cancellation point. (This includes most functions that can touch files.) .\" So, scanning "cancellation point" comments in the glibc 2.8 header -.\" files, it looks as though at least the following non-standard +.\" files, it looks as though at least the following nonstandard .\" functions are cancellation points: .\" endnetgrent .\" endspent diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7 index ab5534c10b..358de00d20 100644 --- a/man7/rtld-audit.7 +++ b/man7/rtld-audit.7 @@ -457,7 +457,7 @@ is ignored. .\" (not provided by GNU, but equivalent to returning outregs->lrv_eax .\" on (say) x86-32). .SH "CONFORMING TO" -This API is non-standard, but very similar to the Solaris API, +This API is nonstandard, but very similar to the Solaris API, described in the Solaris .IR "Linker and Libraries Guide" , in the chapter |
