]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Global edit: s/nonzero/non-zero/
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 15 Jun 2005 13:32:34 +0000 (13:32 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 15 Jun 2005 13:32:34 +0000 (13:32 +0000)
41 files changed:
man1/time.1
man2/capget.2
man2/getitimer.2
man2/getrlimit.2
man2/gettimeofday.2
man2/setresuid.2
man2/sysctl.2
man3/argz_add.3
man3/assert_perror.3
man3/atexit.3
man3/clearenv.3
man3/ecvt.3
man3/exit.3
man3/flockfile.3
man3/fpathconf.3
man3/fpclassify.3
man3/ftime.3
man3/ftok.3
man3/getdate.3
man3/gethostbyname.3
man3/getlogin.3
man3/getopt.3
man3/hsearch.3
man3/inet.3
man3/isalpha.3
man3/longjmp.3
man3/printf.3
man3/raise.3
man3/setbuf.3
man3/setjmp.3
man3/signbit.3
man3/stdio_ext.3
man3/strerror.3
man3/system.3
man3/termios.3
man3/tzset.3
man3/ualarm.3
man4/tty_ioctl.4
man5/proc.5
man7/bootparam.7
man8/tzselect.8

index e7a537beaff4fc8e4c3ee4832c0a0fe6138caac1..59151d7e547540c84c6e67c976c3d6710439d2b4 100644 (file)
@@ -64,7 +64,7 @@ was invoked, the exit status is that of
 Otherwise it is 127 if
 .I command
 could not be found, 126 if it could be found but could not be invoked,
-and some other nonzero value (1-125) if something else went wrong.
+and some other non-zero value (1-125) if something else went wrong.
 .SH "SEE ALSO"
 .BR times (2)
 .sp 2
index c516791343827800034896ef094d4677515c00c9..7606e3723bbe8696ff6087d0f2dc381e0dce17f9 100644 (file)
@@ -74,7 +74,7 @@ to _LINUX_CAPABILITY_VERSION when another version was specified.
 The calls refer to the capabilities of the process indicated by
 the pid field of
 .I hdr
-when that is nonzero, or to the current process otherwise.
+when that is non-zero, or to the current process otherwise.
 
 For details on the data, see
 .BR capabilities (7).
index e966c8a1a7146bcfc816448c11131629be7fcf5c..7fa6a37151f4253caf4ec41b90bd007056ec5a20 100644 (file)
@@ -89,7 +89,7 @@ sets the indicated timer to the value in
 .IR value .
 If
 .I ovalue
-is nonzero, the old value of the timer is stored there.
+is non-zero, the old value of the timer is stored there.
 .LP
 Timers decrement from
 .I it_value
index b03a0e86ffe029f9794767198b80222083fce377..cfad4a44ab255e0bee2e61b6aabab5ad5cc4f1e9 100644 (file)
@@ -132,7 +132,7 @@ either this limit is at most 2 GiB, or this resource is unlimited.
 Maximum size of
 .I core
 file. When 0 no core dump files are created.
-When nonzero, larger dumps are truncated to this size.
+When non-zero, larger dumps are truncated to this size.
 .TP
 .B RLIMIT_CPU
 CPU time limit in seconds.
index 3adf7f6d69305d758e9b70bea639397c16a91df7..f445dabc7cc6192fa48a2b06ebdc93af8e98809f 100644 (file)
@@ -146,7 +146,7 @@ argument, the
 .I tv
 argument is NULL and the
 .I tz_minuteswest
-field is nonzero. In such a case it is assumed that the CMOS clock
+field is non-zero. In such a case it is assumed that the CMOS clock
 is on local time, and that it has to be incremented by this amount
 to get UTC system time.
 No doubt it is a bad idea to use this feature.
index 2dd0b46f4ec37103f2ec11cb53d93be093c9df4e..d4415ac1bf90965b36426154756291ee8042734d 100644 (file)
@@ -40,7 +40,7 @@ sets the real user ID, the effective user ID, and the saved
 (effective) user ID of the current process.
 
 Unprivileged user processes (i.e., processes with each of
-real, effective and saved user ID nonzero) may change the real,
+real, effective and saved user ID non-zero) may change the real,
 effective and saved user ID, each to one of:
 the current uid, the current effective uid or the current saved uid.
 
@@ -52,7 +52,7 @@ Completely analogously,
 .B setresgid
 sets the real, effective and saved group ID's of the current process,
 with the same restrictions for processes with each of
-real, effective and saved user ID nonzero.
+real, effective and saved user ID non-zero.
 
 .SH "RETURN VALUE"
 On success, zero is returned.  On error, \-1 is returned, and
index 06989c16d3d7d70361080191955ead025ff831cd..107b71c49399ea43047be8ece23f8b38bbc9f51f 100644 (file)
@@ -117,9 +117,9 @@ was not found.
 No search permission for one of the encountered `directories',
 or no read permission where
 .I oldval
-was nonzero, or no write permission where
+was non-zero, or no write permission where
 .I newval
-was nonzero.
+was non-zero.
 .SH "CONFORMING TO"
 This call is Linux-specific, and should not be used in programs
 intended to be portable.
index 544091b04f041ccbaad885980ec79828434d0ba0..cd94c7b6bf606f0805f094226dca52ba88e1e586 100644 (file)
@@ -67,7 +67,7 @@ These functions are glibc-specific.
 An argz vector is a pointer to a character buffer together with a length.
 The intended interpretation of the character buffer is array
 of strings, where the strings are separated by NUL bytes.
-If the length is nonzero, the last byte of the buffer must be a NUL.
+If the length is non-zero, the last byte of the buffer must be a NUL.
 .LP
 These functions are for handling argz vectors.
 The pair (NULL,0) is an argz vector, and, conversely,
index 02d6d9b22aaa1dfa558b6558568ede93b8378aed..de9a795e1814d03a3b8e7d84238701183324717a 100644 (file)
@@ -47,7 +47,7 @@ by calling
 .B abort()
 if
 .I errnum
-is nonzero. The message contains the filename, function name and
+is non-zero. The message contains the filename, function name and
 line number of the macro call, and the output of
 .IR strerror(errnum) .
 .SH "RETURN VALUE"
index 8472976cc64436999fe65cd6f6d5b53b61cdee7a..488c0c3f1c4aaa5b5755a17b5953cf764e4c1dbb 100644 (file)
@@ -54,7 +54,7 @@ Upon a successful call to one of the exec functions,
 the registrations of all process termination functions are removed.
 .SH "RETURN VALUE"
 The \fBatexit()\fP function returns the value 0 if successful; otherwise
-it returns a nonzero value.
+it returns a non-zero value.
 .SH EXAMPLE
 .nf
 #include <stdio.h>
index f800ff47edf8f86c29864fdcd51c0d95714bafbe..2126cd7ba00c587053d17395bcf30b77e4471ff3 100644 (file)
@@ -40,7 +40,7 @@ to NULL.
 The \fBclearenv()\fP function returns zero on success, and a non-zero
 value on failure.
 .\" Most versions of Unix return -1 on error, or do not even have errors.
-.\" Glibc info and the Watcom C library document "a nonzero value".
+.\" Glibc info and the Watcom C library document "a non-zero value".
 
 .SH AVAILABILITY
 Not in libc4, libc5. In glibc since glibc 2.0.
index a7671fd934ef66a148ef9fb8f8e0d323d3cd26ab..aaffd0569f10fcffd45b5303188e9e20fa95cb9d 100644 (file)
@@ -42,7 +42,7 @@ ecvt, fcvt \- convert a floating-point number to a string
 The \fBecvt()\fP function converts \fInumber\fP to a null-terminated
 string of \fIndigits\fP digits (where \fIndigits\fP is reduced to an
 system-specific limit determined by the precision of a double),
-and returns a pointer to the string. The high-order digit is nonzero,
+and returns a pointer to the string. The high-order digit is non-zero,
 unless
 .I number
 is zero. The low order digit is rounded.
index 3ab26841fef05c0eb6a7adbd604f1c8d97fde45a..b8b1c9eff7b391750ab64f17930c5ffa2e11f090 100644 (file)
@@ -59,7 +59,7 @@ It is undefined what happens if one of the process termination
 functions calls either \fBexit()\fP or \fBlongjmp()\fP.
 .LP
 The use of EXIT_SUCCESS and EXIT_FAILURE is slightly more portable
-(to non-Unix environments) than that of 0 and some nonzero value
+(to non-Unix environments) than that of 0 and some non-zero value
 like 1 or \-1. In particular, VMS uses a different convention.
 .LP
 BSD has attempted to standardize exit codes - see the file
index 91c503eefac946d1efa6f03068b045c98695c004..b0c32a3b805dc236893efeeb9243f3a87fa32201 100644 (file)
@@ -35,7 +35,7 @@ flockfile, ftrylockfile, funlockfile \- lock FILE for stdio
 .fi
 .SH DESCRIPTION
 The stdio functions are thread-safe. This is achieved by assigning
-to each FILE object a lockcount and (if the lockcount is nonzero)
+to each FILE object a lockcount and (if the lockcount is non-zero)
 an owning thread.
 For each library call, these functions wait until the FILE object
 is no longer locked by a different thread, then lock it, do the
@@ -75,7 +75,7 @@ owns *\fIfilehandle\fP, and it obtains ownership and increments
 the lockcount otherwise.
 .SH "RETURN VALUE"
 The \fBftrylockfile()\fP function returns zero for success
-(the lock was obtained), and nonzero for failure.
+(the lock was obtained), and non-zero for failure.
 .SH ERRORS
 None.
 .SH AVAILABILITY
index 2ce1e4713065f4aaaf46ca4dc75578010f807758..5369f0d22f2469ef52b17680efaad4694b6218e1 100644 (file)
@@ -112,7 +112,7 @@ must refer to a FIFO. The corresponding macro is
 .BR _POSIX_PIPE_BUF .
 .TP
 .B _PC_CHOWN_RESTRICTED
-returns nonzero if the
+returns non-zero if the
 .BR chown (2)
 call may not be used on this file.  If
 .I filedes
@@ -123,13 +123,13 @@ directory.  The corresponding macro is
 .BR _POSIX_CHOWN_RESTRICTED .
 .TP
 .B _PC_NO_TRUNC
-returns nonzero if accessing filenames longer than
+returns non-zero if accessing filenames longer than
 .B _POSIX_NAME_MAX
 generates an error.  The corresponding macro is
 .BR _POSIX_NO_TRUNC .
 .TP
 .B _PC_VDISABLE
-returns nonzero if special character processing can be disabled, where
+returns non-zero if special character processing can be disabled, where
 .I filedes
 or
 .I path
index b35e1378f0377568fa4639ad9bf5ca9569901e95..9eb4dc568e37fcb092a223c2bfe8eaa3844f3cd2 100644 (file)
@@ -54,20 +54,20 @@ normal floating-point number.
 The other macros provide a short answer to some standard questions.
 .TP
 .BI isfinite( x )
-returns a nonzero value if
+returns a non-zero value if
 .br
 (fpclassify(x) != FP_NAN && fpclassify(x) != FP_INFINITE)
 .TP
 .BI isnormal( x )
-returns a nonzero value if
+returns a non-zero value if
 (fpclassify(x) == FP_NORMAL)
 .TP
 .BI isnan( x )
-returns a nonzero value if
+returns a non-zero value if
 (fpclassify(x) == FP_NAN)
 .TP
 .BI isinf( x )
-returns a nonzero value if
+returns a non-zero value if
 (fpclassify(x) == FP_INFINITE)
 .SH NOTE
 On systems conforming to BSD 4.3,
index 77a6c4efc3a037685befa0cf6210a4a53247c008..b244c0fc6afea9bdee2b00cd8d544e29d060a47f 100644 (file)
@@ -54,7 +54,7 @@ Here \fItime\fP is the number of seconds since the epoch,
 \fImillitm\fP is the number of milliseconds since \fItime\fP
 seconds since the epoch, \fItimezone\fP is the local time zone
 measured in minutes of time west of Greenwich, and \fIdstflag\fP
-is a flag that, if nonzero, indicates that Daylight Saving time
+is a flag that, if non-zero, indicates that Daylight Saving time
 applies locally during the appropriate part of the year.
 .LP
 These days the contents of the \fItimezone\fP and \fIdstflag\fP
index 8d049cf018ccc8cff4ac30052c98d8a00ee9ca80..0accb621b5f93199c4fe9adc6bfab6098df1d774 100644 (file)
@@ -44,7 +44,7 @@ function uses the identity of the file named by the given
 (which must refer to an existing, accessible file)
 and the least significant 8 bits of
 .I proj_id
-(which must be nonzero) to generate a
+(which must be non-zero) to generate a
 .B key_t
 type System V IPC key, suitable for use with
 .BR msgget (2),
index 5743ffaa9c4d8f090d47d0928dbb59e7f1fc061c..cb3f35875450ff3d74045f256f4317c2e629b8fa 100644 (file)
@@ -136,7 +136,7 @@ and the static buffer to return the result in, glibc provides a
 thread-safe variant.  The functionality is the same.  The result
 is returned in the buffer pointed to by
 .I res
-and in case of an error the return value is nonzero with the same
+and in case of an error the return value is non-zero with the same
 values as given above for 
 .IR getdate_err .
 .LP
index 1ec28fa162039e53746049527208ece820f954c6..9452281d5a2cb6eaf4a02beab5089a09407c8bab 100644 (file)
@@ -259,7 +259,7 @@ Glibc2 also has reentrant versions
 .B gethostbyname_r()
 and
 .BR gethostbyname2_r() .
-These return 0 on success and nonzero on error. The result of the call
+These return 0 on success and non-zero on error. The result of the call
 is now stored in the struct with address
 .IR ret .
 After the call,
index aed1b80e73dc04298f577f249a26285f844a9e20..959cc2dc778f0aea90fae9f6266be94b4cbc7db8 100644 (file)
@@ -73,7 +73,7 @@ precisely because the user can set \fBLOGNAME\fP arbitrarily.
 .SH "RETURN VALUE"
 \fBgetlogin\fP returns a pointer to the user name when successful,
 and NULL on failure.
-\fBgetlogin_r\fP returns 0 when successful, and nonzero on failure.
+\fBgetlogin_r\fP returns 0 when successful, and non-zero on failure.
 .SH ERRORS
 POSIX specifies
 .TP
index fce030c803052e43b93920f2a418a8235e70580a..10e1736f25ec3051f28205ac6f66d7a025359371 100644 (file)
@@ -137,7 +137,7 @@ of \fIoptstring\fP
 is a colon (':'), then \fBgetopt()\fP returns ':' instead of '?' to
 indicate a missing option argument.  If an error was detected, and
 the first character of \fIoptstring\fP is not a colon, and
-the external variable \fIopterr\fP is nonzero (which is the default),
+the external variable \fIopterr\fP is non-zero (which is the default),
 \fBgetopt()\fP prints an error message.
 .PP
 The
index b7d6e47d159a3ea2612eda6de40bc39a2e100fb9..29f8099aa007de437383aa59483c9379f44a1055 100644 (file)
@@ -99,14 +99,14 @@ must be zeroed before the first call to
 .BR hcreate_r() .
 .SH "RETURN VALUE"
 \fBhcreate()\fP and \fBhcreate_r()\fP return 0 when allocation of the memory
-for the hash table fails, nonzero otherwise.
+for the hash table fails, non-zero otherwise.
 .LP
 \fBhsearch()\fP returns \fBNULL\fP if \fIaction\fP is \fBENTER\fP and
 the hash table is full, or \fIaction\fP is \fBFIND\fP and \fIitem\fP
 cannot be found in the hash table.
 .LP
 \fBhsearch_r()\fP returns 0 if \fIaction\fP is \fBENTER\fP and
-the hash table is full, and nonzero otherwise.
+the hash table is full, and non-zero otherwise.
 .SH ERRORS
 POSIX documents
 .TP
index eaee847ba28a51581dc94567a2ae0b4f05f39230..5bc9bb2e7c3eab3318cd4c29300cd45ee54142f2 100644 (file)
@@ -60,7 +60,7 @@ inet_netof \- Internet address manipulation routines
 \fBinet_aton()\fP converts the Internet host address \fIcp\fP from the
 standard numbers-and-dots notation into binary data and stores it in
 the structure that \fIinp\fP points to. \fBinet_aton\fP returns
-nonzero if the address is valid, zero if not.
+non-zero if the address is valid, zero if not.
 .PP
 The \fBinet_addr()\fP function converts the Internet host address
 \fIcp\fP from numbers-and-dots notation into binary data in network
index fc06223091ea38551264bfd6802a4381d89fcce9..5d2e90ace47b84c783d5f4592d8b842e199307d9 100644 (file)
@@ -136,7 +136,7 @@ checks for a hexadecimal digits, i.e. one of
 .nl
 .BR "0 1 2 3 4 5 6 7 8 9 a b c d e f A B C D E F" .
 .SH "RETURN VALUE"
-The values returned are nonzero if the character
+The values returned are non-zero if the character
 .I c
 falls into the tested class, and a zero value 
 if not.
index db3ae71e0fe5ff092343615b297293e2552d68ff..81c54d2bb84b7bc434062c4bd0011aae3f184d41 100644 (file)
@@ -47,7 +47,7 @@ is invoked with a second argument of 0, 1 will be returned instead.
 .P
 \fBsiglongjmp()\fP is similar to \fBlongjmp()\fP except for the type of
 its \fIenv\fP argument.  If the \fBsigsetjmp()\fP call that set this
-\fIenv\fP used a nonzero \fIsavesigs\fP flag, \fBsiglongjmp()\fP also
+\fIenv\fP used a non-zero \fIsavesigs\fP flag, \fBsiglongjmp()\fP also
 restores the set of blocked signals.
 .SH "RETURN VALUE"
 These functions never return.
index f96630a37fcc6bdc5399657e4f38bbb0811fe9c0..ba42efe85174681b35f83090eb9c1cde5f6942aa 100644 (file)
@@ -309,7 +309,7 @@ For example, since glibc 2.2.3 this will give Arabic-Indic digits
 in the Persian (`fa_IR') locale.
 .\" outdigits keyword in locale file
 .SS "The field width"
-An optional decimal digit string (with nonzero first digit) specifying
+An optional decimal digit string (with non-zero first digit) specifying
 a minimum field width.  If the converted value has fewer characters
 than the field width, it will be padded with spaces on the left
 (or right, if the left-adjustment flag has been given).
@@ -613,7 +613,7 @@ if an exact representation in base 2 exists
 and otherwise is sufficiently large to distinguish values of type
 .IR double .
 The digit before the decimal point is unspecified for non-normalized
-numbers, and nonzero but otherwise unspecified for normalized numbers.
+numbers, and non-zero but otherwise unspecified for normalized numbers.
 .TP
 .B c
 If no
index 5b76c274786e2b48c1638a4df4af5115b5c81da4..e7ec7839d85f6f49f8b05a31c0fab71d8036f7c0 100644 (file)
@@ -42,7 +42,7 @@ It is equivalent to
 .BI "kill(getpid(), " "sig" );
 .RE
 .SH "RETURN VALUE"
-0 on success, nonzero for failure.
+0 on success, non-zero for failure.
 .SH "CONFORMING TO"
 ANSI\-C
 .SH "SEE ALSO"
index 5c58a43dbc100aeed65844b41e1230f7ddb06c5b..f1d61dd366416cb76885ef71a812ea0bde0b8867 100644 (file)
@@ -139,7 +139,7 @@ setvbuf(stream, (char *)NULL, _IOLBF, 0);
 The function
 .B setvbuf
 returns 0 on success.
-It can return any value on failure, but returns nonzero when
+It can return any value on failure, but returns non-zero when
 .I mode
 is invalid or the request cannot be honoured. It may set
 .I errno
index 9f70960348c03f105e39323873f741a33f980650..8af82068baf57107b9d9b5ce3774c66ed46825f0 100644 (file)
@@ -42,7 +42,7 @@ and interrupts encountered in a low-level subroutine of a program.
 later use by \fBlongjmp()\fP.  The stack context will be invalidated
 if the function which called \fBsetjmp()\fP returns.
 .P
-\fBsigsetjmp()\fP is similar to \fBsetjmp()\fP.  If \fIsavesigs\fP is nonzero,
+\fBsigsetjmp()\fP is similar to \fBsetjmp()\fP.  If \fIsavesigs\fP is non-zero,
 the set of blocked signals is saved in \fIenv\fP and will be restored
 if a \fBsiglongjmp()\fP is later performed with this \fIenv\fP.
 .SH "RETURN VALUE"
index e07a3da367f1f1b8ec36f23473c142ff3da1060f..e212403a570514d33ebb1267d8f06a1ac60bf607 100644 (file)
@@ -12,12 +12,12 @@ signbit \- test sign of a real floating point number
 Compile with -std=c99; link with \-lm.
 .SH DESCRIPTION
 `signbit' is a generic macro which can work on all real floating-point
-types.  It returns a nonzero value if the value of X has its sign
+types.  It returns a non-zero value if the value of X has its sign
 bit set.
 .PP
 This is not the same as `x < 0.0', because IEEE 754 floating point
 allows zero to be signed.  The comparison `-0.0 < 0.0' is false,
-but `signbit (-0.0)' will return a nonzero value.
+but `signbit (-0.0)' will return a non-zero value.
 .SH "CONFORMING TO"
 This function is defined in IEC 559 (and the appendix with
 recommended functions in IEEE 754/IEEE 854).
index d8cb85de63f8ff841e9f03fdff0a972e73b10b9b..f996b4761dd4b7b34951ffc05c539ef95ef90c97 100644 (file)
@@ -65,28 +65,28 @@ or opened read-only.
 .LP
 The
 .B __flbf()
-function returns a nonzero value if the stream is line-buffered,
+function returns a non-zero value if the stream is line-buffered,
 and zero otherwise.
 .LP
 The
 .B __freadable()
-function returns a nonzero value if the stream allows reading,
+function returns a non-zero value if the stream allows reading,
 and zero otherwise.
 .LP
 The
 .B __fwritable()
-function returns a nonzero value if the stream allows writing,
+function returns a non-zero value if the stream allows writing,
 and zero otherwise.
 .LP
 The
 .B __freading()
-function returns a nonzero value if the stream is read-only, or
+function returns a non-zero value if the stream is read-only, or
 if the last operation on the stream was a read operation,
 and zero otherwise.
 .LP
 The
 .B __fwriting()
-function returns a nonzero value if the stream is write-only (or
+function returns a non-zero value if the stream is write-only (or
 append-only), or if the last operation on the stream was a write
 operation, and zero otherwise.
 .LP
index 5b9f2d0c3453a6a59ee7ccd8b6b7416ee8d706f3..a7a7ed5710a0e24aee42002d18f1a94f52f7b387 100644 (file)
@@ -60,7 +60,7 @@ of length
 The \fBstrerror()\fP function returns the appropriate error description
 string, or an unknown error message if the error code is unknown.
 The value of \fIerrno\fP is not changed for a successful call, and is
-set to a nonzero value upon error.
+set to a non-zero value upon error.
 The \fBstrerror_r()\fP function returns 0 on success and \-1 on failure,
 setting \fIerrno\fP.
 
index 795c53ff53025d688787403bdb85168990b43e57..fa05da78acaaa2d9fef04ed3a74e7082f8448c37 100644 (file)
@@ -68,7 +68,7 @@ If the value of
 is 
 .BR NULL ,
 .BR system ()
-returns nonzero if the shell is available, and zero if not.
+returns non-zero if the shell is available, and zero if not.
 .PP
 .BR system ()
 does not affect the wait status of any other children.
index 2d97d049d038719b8c2d35496bba1c047c6bec22..87add92a523ec87408dae8d7dd905eaeb051b94c 100644 (file)
@@ -566,7 +566,7 @@ is used to terminate the connection.  If B0
 is specified, the modem control lines shall no longer be asserted.
 Normally, this will disconnect the line.  \fBCBAUDEX\fP is a mask 
 for the speeds beyond those defined in POSIX.1 (57600 and above).
-Thus, \fBB57600\fP & \fBCBAUDEX\fP is nonzero.
+Thus, \fBB57600\fP & \fBCBAUDEX\fP is non-zero.
 .LP
 .B cfgetispeed()
 returns the input baud rate stored in the \fBtermios\fP structure.
@@ -611,7 +611,7 @@ where after the fourteen values B0, ..., B9600 one finds the
 two constants EXTA, EXTB ("External A" and "External B").
 Many systems extend the list with much higher baud rates.
 .LP
-The effect of a nonzero \fIduration\fP with \fBtcsendbreak\fP varies.
+The effect of a non-zero \fIduration\fP with \fBtcsendbreak\fP varies.
 SunOS specifies a break of 
 .IB duration * N
 seconds, where \fIN\fP is at least 0.25, and not more than 0.5.
@@ -622,7 +622,7 @@ FreeBSD and NetBSD and HP-UX and MacOS ignore the value of
 .IR duration .
 Under Solaris and Unixware,
 .B tcsendbreak
-with nonzero
+with non-zero
 .I duration
 behaves like
 .BR tcdrain .
index fee6e730424a921766d7625420bd222223ed0738..990e4e471a41df32ce072df7e406981a15e5209c 100644 (file)
@@ -47,7 +47,7 @@ TZ environment variable.  This function is automatically called by the
 other time conversion functions that depend on the time zone.
 In a SysV-like environment it will also set the variables \fItimezone\fP
 (seconds West of GMT) and \fIdaylight\fP (0 if this time zone does not
-have any daylight savings time rules, nonzero if there is a time during
+have any daylight savings time rules, non-zero if there is a time during
 the year when daylight savings time applies).
 .PP
 If the TZ variable does not appear in the environment, the \fItzname\fP
index 19e57b86fa031039124a0e330e4655ee96b526d5..6b3fa6d9bdc3055af966697b182916d6af603ce5 100644 (file)
@@ -52,7 +52,7 @@ Unless caught or ignored, this signal will terminate the process.
 .LP
 If the
 .I interval
-argument is nonzero, further SIGALRM signals will be sent every
+argument is non-zero, further SIGALRM signals will be sent every
 .I interval
 microseconds after the first.
 .SH "RETURN VALUE"
index 1f32c38d4fb4f64c046c83de4a29d097144c3870..a481b8bf5445e9954d30996a813e71b96a8a7e7a 100644 (file)
@@ -68,7 +68,7 @@ instead of a
 
 .SS "Locking the termios structure"
 The termios structure of a tty can be locked. The lock is itself
-a termios structure, with nonzero bits or fields indicating a
+a termios structure, with non-zero bits or fields indicating a
 locked value.
 .TP
 .BI "TIOCGLCKTRMIOS    struct termios *" argp
@@ -119,11 +119,11 @@ serial data transmission, then either a break is sent, or the function
 returns without doing anything.
 When
 .I arg
-is nonzero, nobody knows what will happen.
+is non-zero, nobody knows what will happen.
 
 (SVR4, UnixWare, Solaris, Linux treat
 .I "tcsendbreak(fd,arg)"
-with nonzero
+with non-zero
 .I arg
 like
 .IR "tcdrain(fd)" .
@@ -135,12 +135,12 @@ times as long as done for zero
 .IR arg .
 DG-UX and AIX treat
 .I arg
-(when nonzero) as a timeinterval measured in milliseconds.
+(when non-zero) as a timeinterval measured in milliseconds.
 HP-UX ignores
 .IR arg .)
 .TP
 .BI "TCSBRKP   int " arg
-So-called "POSIX version" of TCSBRK. It treats nonzero
+So-called "POSIX version" of TCSBRK. It treats non-zero
 .I arg
 as a timeinterval measured in deciseconds, and does nothing
 when the driver does not support breaks.
@@ -263,11 +263,11 @@ Set the line discipline of the tty.
 .BI "TIOCPKT   const int *" argp
 Enable (when
 .RI * argp
-is nonzero) or disable packet mode.
+is non-zero) or disable packet mode.
 Can be applied to the master side of a pseudotty only (and will return
 ENOTTY otherwise). In packet mode, each subsequent
 .BR read (2)
-will return a packet that either contains a single nonzero control byte,
+will return a packet that either contains a single non-zero control byte,
 or has a single zero byte followed by data written on the slave side of
 the pty. If the first byte is not TIOCPKT_DATA (0), it is an OR of one
 or more of the following bits:
@@ -337,7 +337,7 @@ termios structure.
 ("Set software carrier flag")
 Set the CLOCAL flag in the termios structure when
 .RI * argp
-is nonzero, and clear it otherwise.
+is non-zero, and clear it otherwise.
 .LP
 If the CLOCAL flag for a line is off, the hardware carrier detect (DCD)
 signal is significant, and an
index 69d01aa0ca5dd39ae7e70d0eff35a7238db6ed13..65bc47c80d47b72b4fc6e47e0fb0b0c973b30133 100644 (file)
@@ -903,7 +903,7 @@ nr_dentry seems to be 0 all the time.
 nr_unused seems to be the number of unused dentries.
 age_limit is the age in seconds after which dcache entries
 can be reclaimed when memory is short and want_pages is
-nonzero when the kernel has called shrink_dcache_pages() and the
+non-zero when the kernel has called shrink_dcache_pages() and the
 dcache isn't pruned yet.
 .TP
 .I /proc/sys/fs/dir-notify-enable
@@ -994,7 +994,7 @@ nr_inodes is the number of inodes the system has
 allocated.  This can be slightly more than inode-max because
 Linux allocates them one pageful at a time.
 nr_free_inodes represents the number of free inodes.
-preshrink is nonzero when the nr_inodes > inode-max and the
+preshrink is non-zero when the nr_inodes > inode-max and the
 system needs to prune the inode list instead of allocating
 more.
 .TP
@@ -1181,7 +1181,7 @@ each time the system hits the idle loop.
 .I /proc/sys/kernel/l2cr
 (PowerPC only) This file
 contains a flag that controls the L2 cache of G3 processor
-boards. If 0, the cache is disabled. Enabled if nonzero.
+boards. If 0, the cache is disabled. Enabled if non-zero.
 .TP
 .I /proc/sys/kernel/modprobe
 This file
@@ -1220,7 +1220,7 @@ and
 .I /proc/sys/kernel/panic
 gives read/write access to the kernel variable
 .IR panic_timeout .
-If this is zero, the kernel will loop on a panic; if nonzero
+If this is zero, the kernel will loop on a panic; if non-zero
 it indicates that the kernel should autoreboot after this number
 of seconds.  When you use the
 software watchdog device driver, the recommended setting is 60.
@@ -1402,7 +1402,7 @@ In mode 0, calls of
 .BR mmap (2)
 with MAP_NORESERVE set are not checked, and the default check is very weak,
 leading to the risk of getting a process "OOM-killed".
-Under Linux 2.4 any nonzero value implies mode 1.
+Under Linux 2.4 any non-zero value implies mode 1.
 In mode 2 (available since Linux 2.6), the total virtual address space
 on the system is limited to (SS + RAM*(r/100)),
 where SS is the size of the swap space, and RAM
index e196ebb56f8f8dade1bb2888232e1c240be49ee6..7df2a8bb6bb05a224da4b7ac78ff0b760f0d69af 100644 (file)
@@ -297,7 +297,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 nonzero value. This is done either by specifying CONFIG_PROFILE at
+to a non-zero value. This is done either by specifying CONFIG_PROFILE at
 compile time, or by giving the `profile=' option.
 Now the value that
 .I prof_shift
index cf13072c3643a3392ba6d42110ad5e3ca911bf82..24ba9329deffe3099cab9233235627f6527e1a25 100644 (file)
@@ -35,8 +35,8 @@ descriptive comments.
 \fBTZDIR\fP\fI/\fP\fITZ\fP
 Time zone data file for time zone \fITZ\fP.
 .SH "EXIT STATUS"
-The exit status is zero if a time zone was successfully obtained from the user,
-nonzero otherwise.
+The exit status is zero if a time zone was successfully obtained 
+from the user, non-zero otherwise.
 .SH "SEE ALSO"
 .BR tzfile (5),
 .BR zdump (8),