]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Removed trailing white space at end of lines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 4 Jul 2013 10:53:51 +0000 (12:53 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 4 Jul 2013 10:53:51 +0000 (12:53 +0200)
55 files changed:
man2/perf_event_open.2
man2/sigsuspend.2
man3/drand48.3
man3/fmod.3
man3/fseeko.3
man3/getcontext.3
man3/getusershell.3
man3/iconv_open.3
man3/infnan.3
man3/isgreater.3
man3/iswupper.3
man3/localeconv.3
man3/lsearch.3
man3/mblen.3
man3/mbrlen.3
man3/mbrtowc.3
man3/mbsnrtowcs.3
man3/mbsrtowcs.3
man3/mbstowcs.3
man3/mbtowc.3
man3/memccpy.3
man3/memmem.3
man3/putwchar.3
man3/scalb.3
man3/scalbln.3
man3/setenv.3
man3/strcat.3
man3/strchr.3
man3/strcmp.3
man3/strcoll.3
man3/strftime.3
man3/strstr.3
man3/strtok.3
man3/strtol.3
man3/strtoul.3
man3/strxfrm.3
man3/towctrans.3
man3/towlower.3
man3/towupper.3
man3/trunc.3
man3/ungetwc.3
man3/wcsnrtombs.3
man3/wcsrtombs.3
man3/wcstombs.3
man3/wctrans.3
man3/wmemchr.3
man3/wmemcmp.3
man3/wprintf.3
man4/console.4
man4/hd.4
man4/mouse.4
man4/null.4
man4/vcs.4
man7/bootparam.7
man7/standards.7

index 862913b30eee128762fbd6ac418f0bca83ec4947..504e8013be5653aa29fb2a299681a6e1d731a6a8 100644 (file)
@@ -666,7 +666,7 @@ Records the user level stack, allowing stack unwinding.
 .TP
 .BR PERF_SAMPLE_WEIGHT " (Since Linux 3.10)"
 Records a hardware provided weight value that expresses how
-costly the sampled event was.  
+costly the sampled event was.
 This allows the hardware to highlight expensive events in
 a profile.
 .TP
@@ -887,7 +887,7 @@ bitflag.
 .I wakeup_events
 only counts
 .B PERF_RECORD_SAMPLE
-record types.  
+record types.
 To  receive a signal for every incoming
 .B PERF_RECORD
 type set
@@ -1567,7 +1567,7 @@ the
 .I sample_regs_user
 attr field.
 The number of values is the number of bits set in the
-.I sample_regs_user 
+.I sample_regs_user
 bitmask.
 .TP
 .IR size ", " data[size] ", " dyn_size
@@ -1585,7 +1585,7 @@ is the amount of data actually dumped (can be less than
 .I size
 ).
 .TP
-.I weight 
+.I weight
 If
 .B PERF_SAMPLE_WEIGHT
 is enabled, then a 64 bit value provided by the hardwre
@@ -1594,7 +1594,7 @@ This allows expensive events to stand out more clearly
 in profiles.
 .TP
 .I data_src
-If 
+If
 .B PERF_SAMPLE_DATA_SRC
 is enabled, then a 64 bit value is recorded that is made up of
 the following fields:
@@ -1800,9 +1800,9 @@ file descriptors
 Enables the individual event or event group specified by the
 file descriptor argument.
 
-If the 
+If the
 .B PERF_IOC_FLAG_GROUP
-bit is set in the ioctl argument, then all events in a group are 
+bit is set in the ioctl argument, then all events in a group are
 enabled, even if the event specified is not the group leader.
 .TP
 .B PERF_EVENT_IOC_DISABLE
@@ -1816,9 +1816,9 @@ Enabling or disabling a member of a group other than the leader
 affects only that counter; disabling a non-leader
 stops that counter from counting but doesn't affect any other counter.
 
-If the 
+If the
 .B PERF_IOC_FLAG_GROUP
-bit is set in the ioctl argument, then all events in a group are 
+bit is set in the ioctl argument, then all events in a group are
 disabled, even if the event specified is not the group leader.
 .TP
 .B PERF_EVENT_IOC_REFRESH
@@ -1845,16 +1845,16 @@ or
 .I time_running
 values.
 
-If the 
+If the
 .B PERF_IOC_FLAG_GROUP
-bit is set in the ioctl argument, then all events in a group are 
+bit is set in the ioctl argument, then all events in a group are
 reset, even if the event specified is not the group leader.
 
 If the
 .B PERF_IOC_FLAG_GROUP
 bit is not set, then the behavior is somwhat unexpected:
-when sent to a group leader only the leader is reset 
-(children are left alone); 
+when sent to a group leader only the leader is reset
+(children are left alone);
 when sent to a child all events in a group are reset.
 .TP
 .B PERF_EVENT_IOC_PERIOD
index 51eef3ba70152ff4bf4e1b70439f272bc78f5799..50897d8fc7249f70c3c280b20d3c442dd63351e4 100644 (file)
@@ -71,7 +71,7 @@ has no effect on the process's signal mask.
 .BR sigsuspend ()
 always returns \-1, with
 .I errno
-set to inndicate the error (normally, 
+set to inndicate the error (normally,
 .BR EINTR ).
 .SH ERRORS
 .TP
index 52c2d9e0a5f8c09b042b2e933865e63d48be9b37..a9e7bb2aa2a785698c524bd9be748b874b3e20ec 100644 (file)
@@ -133,7 +133,7 @@ The parameter
 Unless
 .BR lcong48 ()
 is called,
-.IR a 
+.IR a
 and
 .I c
 are given by:
@@ -228,7 +228,7 @@ specify
 .I param[3-5]
 specify
 .IR a ,
-and 
+and
 .I param[6]
 specifies
 .IR c .
index 91226e2dc3f5db9de06c953f2cb48b893b3d9e70..a7ef164c2876eeefe3d9b31f4167b629f8409c35 100644 (file)
@@ -72,7 +72,7 @@ function computes the floating-point remainder of dividing
 by
 .IR y .
 The return value is
-.IR x 
+.IR x
 \-
 .I n
 *
index 7b64d0de5b06e14397eb44cefa9bee1c11b6f7a6..dfbc057a0a894696a0fab9b0c665bd39a12a1a61 100644 (file)
@@ -57,7 +57,7 @@ instead of
 .IR long .
 .LP
 On many architectures both
-.IR off_t 
+.IR off_t
 and
 .I long
 are 32-bit types,
index f70cade7ea35db8ea49ad9360a450ca8a6443d98..78e0aaba188d6a21592ba23cba354012632a9065 100644 (file)
@@ -68,7 +68,7 @@ typedef struct ucontext {
 .fi
 .in
 with
-.IR sigset_t 
+.IR sigset_t
 and
 .I stack_t
 defined in
index f61af8eebc8ba35b6fbde5bf6ed5af56b6a9ddda..b52fb043166e018ddd25748e5090a7cf53124390 100644 (file)
@@ -67,7 +67,7 @@ If
 does not exist or
 is unreadable,
 .BR getusershell ()
-behaves as if 
+behaves as if
 .I /bin/sh
 and
 .I /bin/csh
index 7955a56a49879231d5c249607941078ab607c7a4..40ceeec8f887fe93383944e9fa7dcbd347a411b4 100644 (file)
@@ -35,13 +35,13 @@ character encoding
 .IR tocode .
 .PP
 The values permitted for
-.IR fromcode 
+.IR fromcode
 and
 .I tocode
 and the supported
 combinations are system-dependent.
 For the GNU C library, the permitted
-values are listed by the 
+values are listed by the
 .I "iconv \-\-list"
 command, and all combinations
 of the listed values are supported.
@@ -97,7 +97,7 @@ The following error can occur, among others:
 .TP
 .B EINVAL
 The conversion from
-.IR fromcode 
+.IR fromcode
 to
 .I tocode
 is not supported by the
index f6373a4caaa8880a0b249d1c261b92ee8882aab0..654c1eca8d3ce3d6c2f53fc0c2c715a8c05f95f6 100644 (file)
@@ -64,7 +64,7 @@ is returned.
 .PP
 If
 .I error
-is 
+is
 .RB \- ERANGE
 (\-Infinity),
 .RB \- HUGE_VAL
index c6dcf631886832cec59c86047820ebd2dc23a3e8..d241fdec9698ed6f7d669b08333fcfdf9c2dc8c0 100644 (file)
@@ -62,7 +62,7 @@ be promoted to real-floating types).
 .BR isgreater ()
 determines \fI(x)\ >\ (y)\fP without an exception
 if
-.IR x 
+.IR x
 or
 .I y
 is NaN.
@@ -70,7 +70,7 @@ is NaN.
 .BR isgreaterequal ()
 determines \fI(x)\ >=\ (y)\fP without an exception
 if
-.IR x 
+.IR x
 or
 .I y
 is NaN.
@@ -78,7 +78,7 @@ is NaN.
 .BR isless ()
 determines \fI(x)\ <\ (y)\fP without an exception
 if
-.IR x 
+.IR x
 or
 .I y
 is NaN.
@@ -86,7 +86,7 @@ is NaN.
 .BR islessequal ()
 determines \fI(x)\ <=\ (y)\fP without an exception
 if
-.IR x 
+.IR x
 or
 .I y
 is NaN.
@@ -94,13 +94,13 @@ is NaN.
 .BR islessgreater ()
 determines \fI(x)\ < (y) || (x) >\ (y)\fP
 without an exception if
-.IR x 
+.IR x
 or
 .I y
 is NaN.
 This macro is not equivalent to \fIx\ !=\ y\fP because that expression is
 true if
-.IR x 
+.IR x
 or
 .I y
 is NaN.
@@ -116,7 +116,7 @@ these macros return 0 if either argument is a NaN.
 
 .BR isunordered ()
 returns 1 if
-.IR x 
+.IR x
 or
 .I y
 is NaN and 0 otherwise.
index 109c8f6dbbc4c75f0259fb16a3da3665d86eda6b..1e96da47fc74caafabe3847ff09555360ebd9f49 100644 (file)
@@ -52,7 +52,7 @@ Being a subclass of the wide-character class "alpha", the wide-character class
 .PP
 The wide-character class "upper" contains at least those characters
 .I wc
-which are equal to 
+which are equal to
 .I towupper(wc)
 and different from
 .IR towlower(wc) .
index 2e1e57db404bde2006b6a510c07502f3f89fbbc9..707de1183dafd455f754b11aeacb28a26d4ce6c6 100644 (file)
@@ -54,7 +54,7 @@ The
 .BR localeconv ()
 function returns a pointer to a filled in
 .IR "struct lconv" .
-This structure may be (in glibc, 
+This structure may be (in glibc,
 .IR is )
 statically allocated, and may be overwritten by subsequent calls.
 According to POSIX,
index 087d44d06195872519856af5806ace9d27823192..3b4637d6a3aa3517b868881b688e0c3f84cdec7a 100644 (file)
@@ -43,7 +43,7 @@ and
 perform a linear search for
 .I key
 in the array
-.IR base 
+.IR base
 which has
 .I *nmemb
 elements of
index 9d85efecfa65c9f5badaa7ab9715e0be916ba2d9..442f41f30302dc30e56928283f3b93b85731b528 100644 (file)
@@ -42,7 +42,7 @@ character, it returns the number of bytes that were consumed from
 If the multibyte character is the null wide character, it returns 0.
 .PP
 If the
-.IR n 
+.IR n
 bytes starting at
 .I s
 do not contain a complete multibyte
index de33c4d42c3206d849bfed43a83f8e576f35ccc4..0695eec6099939a830c8be8676592286b08430f3 100644 (file)
@@ -42,7 +42,7 @@ shift state
 to the initial state and returns 0.
 .PP
 If the
-.IR n 
+.IR n
 bytes starting at
 .I s
 do not contain a complete multibyte
index b1affb94224ac6988738f48dba1cab9a63c8738c..077ce25aae31566cee754082b9e20dde9f295a73 100644 (file)
@@ -26,7 +26,7 @@ mbrtowc \- convert a multibyte sequence to a wide character
 .fi
 .SH DESCRIPTION
 The main case for this function is when
-.IR s 
+.IR s
 is not NULL and
 .I pwc
 is
@@ -53,7 +53,7 @@ state
 to the initial state and returns 0.
 .PP
 If the
-.IR n 
+.IR n
 bytes starting at
 .I s
 do not contain a complete multibyte
@@ -85,7 +85,7 @@ the effects on
 are undefined.
 .PP
 A different case is when
-.IR s 
+.IR s
 is not NULL but
 .I pwc
 is NULL.
@@ -99,7 +99,7 @@ A third case is when
 .I s
 is NULL.
 In this case,
-.IR pwc 
+.IR pwc
 and
 .I n
 are
@@ -134,12 +134,12 @@ state known only to the
 .BR mbrtowc ()
 function is used instead.
 Otherwise,
-.IR *ps 
+.IR *ps
 must be a valid
 .I mbstate_t
 object.
 An
-.IR mbstate_t 
+.IR mbstate_t
 object
 .I a
 can be initialized to the initial state
@@ -166,7 +166,7 @@ to
 if an invalid multibyte sequence was
 encountered.
 It returns
-.I "(size_t)\ \-2" 
+.I "(size_t)\ \-2"
 if it couldn't parse a complete multibyte
 character, meaning that
 .I n
index 82314194e4b713b2775c094f01e48ac68b622afd..ad15ba94e23b3fcd1d87d4bb73f10f58d3921beb 100644 (file)
@@ -127,7 +127,7 @@ excluding the terminating null wide character,
 is returned.
 .PP
 If
-.IR dest 
+.IR dest
 is NULL,
 .I len
 is ignored, and the conversion proceeds as
index 975a51e55e6ce465b55e85a3a1a227b7f49f9e13..a743f6d3324e2cc232a19b8b71f2564b7238ebcb 100644 (file)
@@ -90,7 +90,7 @@ characters written to
 excluding the terminating null wide character, is returned.
 .PP
 If
-.IR dest 
+.IR dest
 is NULL,
 .I len
 is ignored,
index 33ffafa924f03fafbc1b7d7b54e16ca8a87c8907..bdbbfbcc09a17b1bd24d10116c588ae3ec101b3b 100644 (file)
@@ -68,7 +68,7 @@ characters at
 .IR dest .
 .PP
 If
-.IR dest 
+.IR dest
 is NULL,
 .I n
 is ignored, and the conversion proceeds as
index fd468bd7116fe9826143e8423ec9884587e4edbc..37be2e81c4951105d6047195ec1f74bd0768cc48 100644 (file)
@@ -24,7 +24,7 @@ mbtowc \- convert a multibyte sequence to a wide character
 .fi
 .SH DESCRIPTION
 The main case for this function is when
-.IR s 
+.IR s
 is not NULL and
 .I pwc
 is
@@ -49,7 +49,7 @@ of bytes that were consumed from
 otherwise it returns 0.
 .PP
 If the
-.IR n 
+.IR n
 bytes starting at
 .I s
 do not contain a complete multibyte
@@ -63,7 +63,7 @@ This can happen even if
 if the multibyte string contains redundant shift sequences.
 .PP
 A different case is when
-.IR s 
+.IR s
 is not NULL but
 .I pwc
 is NULL.
@@ -77,7 +77,7 @@ A third case is when
 .I s
 is NULL.
 In this case,
-.IR pwc 
+.IR pwc
 and
 .I n
 are
index 652c097802882abcdc998a5ddb6867588652717f..1e10ead94abeac631940334b5d27e82e243f70f2 100644 (file)
@@ -57,7 +57,7 @@ The
 .BR memccpy ()
 function returns a pointer to the next character
 in
-.IR dest 
+.IR dest
 after
 .IR c ,
 or NULL if
index a70f691d6f6885e7bd909aabf37c0f0def79b318..7b97d2db09ee6af3bfca63578e0029aacde5b8ea 100644 (file)
@@ -43,7 +43,7 @@ The
 .BR memmem ()
 function finds the start of the first occurrence
 of the substring
-.IR needle 
+.IR needle
 of length
 .I needlelen
 in the memory
@@ -61,7 +61,7 @@ This function is a GNU extension.
 .SH BUGS
 This function was broken in Linux libraries up to and including libc 5.0.9;
 there the
-.IR needle 
+.IR needle
 and
 .I haystack
 arguments were interchanged,
index 30f514b5d04ee1abea9edbb05555d313065a3460..be54aa0173916683f2106ba038f0e4750c5d8dd9 100644 (file)
@@ -39,7 +39,7 @@ becomes true, it returns
 .BR WEOF .
 If a wide character
 conversion error occurs, it sets
-.IR errno 
+.IR errno
 to
 .B EILSEQ
 and returns
index 6f1576a662283483e2fa3e6f3c42bfc1b8fb8102..300ad4f8fb7ad99762762e1a00a69917b652fb5f 100644 (file)
@@ -78,7 +78,7 @@ can be obtained by including
 .\" not in /usr/include but in a gcc lib
 .SH RETURN VALUE
 On success, these functions return
-.IR x 
+.IR x
 *
 .B FLT_RADIX
 **
index f549f2aa9d8359568d75a1cccec4ee8a29a1bdcb..2b611a513c049317ceae96e228eb96a6541b19da 100644 (file)
@@ -94,7 +94,7 @@ can be obtained by including
 .\" not in /usr/include but in a gcc lib
 .SH RETURN VALUE
 On success, these functions return
-.IR x 
+.IR x
 *
 .B FLT_RADIX
 **
index 39f9b2bccf5e916966457c240d27bc6b138ae31a..6eefbcb944695ef8dcd0d6510212fa37f9f17e21 100644 (file)
@@ -74,12 +74,12 @@ If
 .I name
 does exist in the environment, then
 its value is changed to
-.IR value 
+.IR value
 if
 .I overwrite
 is nonzero;
 if
-.IR overwrite 
+.IR overwrite
 is zero, then the value of
 .I name
 is not
index f9ca42a329f28796f6875cf1e129b30e59d8e9cc..87ee4a490aa688964908e1cb8c019ff7c15a6080 100644 (file)
@@ -82,12 +82,12 @@ the resulting string in
 is always null-terminated.
 .PP
 If
-.IR src 
+.IR src
 contains
 .I n
 or more bytes,
 .BR strncat ()
-writes 
+writes
 .I n+1
 bytes to
 .I dest
index 2073cba0580a763f68fa072b747ec484026ea1e9..ee2c56cffa277f904c333a2cf8b5f5754d16d833 100644 (file)
@@ -98,7 +98,7 @@ the matched character,
 or a pointer to the null
 byte at the end of
 .I s
-(i.e., 
+(i.e.,
 .IR "s+strlen(s)" )
 if the character is not found.
 .SH VERSIONS
index d5b88fabd5fe0117355ab7731de66d378b747c2b..684feae0c32fa20183a88b370a0f685f59864e97 100644 (file)
@@ -58,7 +58,7 @@ The
 .BR strncmp ()
 function is similar, except it compares
 the only first (at most)
-.IR n 
+.IR n
 bytes of
 .I s1
 and
index faffab1f7d41fd851358bb7ded288cf40b152805..54e6667f7093b9cc40284e47eefb3fafa9c7d373 100644 (file)
@@ -69,7 +69,7 @@ as appropriate for the current locale.
 .SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99.
 .SH NOTES
-In the 
+In the
 .I "POSIX"
 or
 .I ""C"
index 13c4f9d3edf6e86afade0892567c9672a72dff89..08b794533689ce12156405f17a28725abfac745a 100644 (file)
@@ -349,7 +349,7 @@ Note that the return value 0 does not necessarily indicate an error.
 For example, in many locales
 .B %p
 yields an empty string.
-An empty 
+An empty
 .I format
 string will likewise yield an empty string.
 .SH ENVIRONMENT
index 475ea9ebde3cb10e815c153621d809ad363e24d9..96fc8dad6849d01b9792328d40b61f892e643117 100644 (file)
@@ -77,7 +77,7 @@ argument for
 .BR strstr ().
 Later versions (like 4.6.27) work correctly,
 and return
-.IR haystack 
+.IR haystack
 when
 .I needle
 is empty.
index 5681c692d5b0bf2871b4cfbec236cfd35adcf4ca..bf4cb76a118fef238f6e9edb46afffe150096288 100644 (file)
@@ -89,7 +89,7 @@ that determines the point from which to start searching for the next token.
 The first call to
 .BR strtok ()
 sets this pointer to point to the first byte of the string.
-The start of the next token is determined by scanning forward 
+The start of the next token is determined by scanning forward
 for the next nondelimiter byte in
 .IR str .
 If such a byte is found, it is taken as the start of the next token.
@@ -125,7 +125,7 @@ are always nonempty strings.
 Thus, for example, given the string "\fIaaa;;bbb,\fP",
 successive calls to
 .BR strtok ()
-that specify the delimiter string "\fI;,\fP" 
+that specify the delimiter string "\fI;,\fP"
 would return the strings "\fIaaa\fP" and "\fIbbb\fP",
 and then a NULL pointer.
 
index 85314a360a2466a5dafc234ef60567bd5efe6eec..d31465890252110ab923c42bf536fd5bcd997fa8 100644 (file)
@@ -153,7 +153,7 @@ contains an unsupported value.
 The resulting value was out of range.
 .LP
 The implementation may also set
-.IR errno 
+.IR errno
 to
 .B EINVAL
 in case
index 42ac8b357c522726c5b49a5f056fcc3585d3d5cc..a40a99ae288a234b58b8ffe846322b516ea5e924 100644 (file)
@@ -157,7 +157,7 @@ contains an unsupported value.
 The resulting value was out of range.
 .LP
 The implementation may also set
-.IR errno 
+.IR errno
 to
 .B EINVAL
 in case
index cfc5a458e7b516e4e1e6fb027ed9b200bc2db952..116a534a607bb6dc40a26cee916359d67778bd83 100644 (file)
@@ -76,7 +76,7 @@ are indeterminate.
 .SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99.
 .SH NOTES
-In the 
+In the
 .IR POSIX
 or
 .IR C
index d1fa6ff19a8ae075b4a3665d80c47141067d74a0..a0613cc5663e0144c49854ef5da948c927f225a2 100644 (file)
@@ -31,7 +31,7 @@ function
 translates it according to the transliteration descriptor
 .IR desc .
 If
-.IR wc 
+.IR wc
 is
 .BR WEOF ,
 .B WEOF
@@ -47,7 +47,7 @@ The
 .BR towctrans ()
 function returns the translated wide character,
 or
-.BR WEOF 
+.BR WEOF
 if
 .I wc
 is
index 8727e33d84f6ef19bd91bdb51608669d73eea2b3..1c2e09733a665aa88f76c9175b4a70a44e4377bc 100644 (file)
@@ -34,7 +34,7 @@ is a wide character, it is converted to
 lowercase.
 Characters which do not have case are returned unchanged.
 If
-.IR wc 
+.IR wc
 is
 .BR WEOF ,
 .B WEOF
@@ -45,7 +45,7 @@ The
 function returns the lowercase equivalent of
 .IR wc ,
 or
-.BR WEOF 
+.BR WEOF
 if
 .I wc
 is
index 8364f3883ae3f4c07e6cbf9b15789426d8ca2caf..3c591951cbf7f59706c1b46d7163ad1e7a9f5a86 100644 (file)
@@ -34,7 +34,7 @@ is a wide character, it is converted to
 uppercase.
 Characters which do not have case are returned unchanged.
 If
-.IR wc 
+.IR wc
 is
 .BR WEOF ,
 .B WEOF
@@ -45,7 +45,7 @@ The
 function returns the uppercase equivalent of
 .IR wc ,
 or
-.BR WEOF 
+.BR WEOF
 if
 .I wc
 is
index 333ccf9211a8a019ac0acf23bec9b944e1dbb3d6..d65c70f1afc34b74af1bdf42fa5e2c220b39f3fd 100644 (file)
@@ -64,7 +64,7 @@ not larger in absolute value.
 These functions return the rounded integer value.
 
 If
-.IR x 
+.IR x
 is integral, infinite, or NaN,
 .I x
 itself is returned.
index 093c84488ad690fb1835b8937a1983e569048568..64c386e15a6690518f66ab80e3df8b8cfa0e39c0 100644 (file)
@@ -42,7 +42,7 @@ If
 .I wc
 is an invalid wide character,
 it sets
-.IR errno 
+.IR errno
 to
 .B EILSEQ
 and returns
@@ -69,7 +69,7 @@ level of push-back is guaranteed.
 The
 .BR ungetwc ()
 function returns
-.IR wc 
+.IR wc
 when successful, or
 .B WEOF
 upon
index b96e5d214bd09e741253b01e74d1937bcf5b65c2..b5fd2bd9bdcfe7dbae4a0536a20e484b47defd7e 100644 (file)
@@ -122,7 +122,7 @@ excluding the terminating null byte (\(aq\\0\(aq), is
 returned.
 .PP
 If
-.IR dest 
+.IR dest
 is NULL,
 .I len
 is ignored,
index 2e128af15a38253ef3353154a87bb2848551a25c..0c1566900adec64f67fca51f306457ba5a70816f 100644 (file)
@@ -88,7 +88,7 @@ excluding the terminating null byte (\(aq\\0\(aq),
 is returned.
 .PP
 If
-.IR dest 
+.IR dest
 is NULL,
 .I len
 is ignored,
index f83c6a4279a5c25876fdc4f6a9c0c56112c5a2ed..1e1b045c6dc7f4e0b3aac4c26b99563daaf1d3c7 100644 (file)
@@ -65,7 +65,7 @@ at
 .IR dest .
 .PP
 If
-.IR dest 
+.IR dest
 is NULL,
 .I n
 is ignored, and the conversion proceeds as
index 88971419e6770c84ccf858acc85d0126dc3cde57..4cc354d96447fb91fc6afab9d4a173cf5f34f172 100644 (file)
@@ -29,7 +29,7 @@ type represents a mapping
 which can map a wide character to
 another wide character.
 Its nature is implementation-dependent, but the special
-value 
+value
 .IR "(wctrans_t)\ 0"
 denotes an invalid mapping.
 Nonzero
index 6829a022bed3fb3cac598be0a0abb7334ac9c7e2..4ac3579893ce4d2e7f2ff9a4bd7047d3efd3a348 100644 (file)
@@ -29,7 +29,7 @@ function is the wide-character equivalent of the
 .BR memchr (3)
 function.
 It searches the
-.IR n 
+.IR n
 wide characters starting at
 .I s
 for
@@ -41,7 +41,7 @@ The
 function returns a pointer to the first occurrence of
 .I c
 among the
-.IR n 
+.IR n
 wide characters starting at
 .IR s ,
 or NULL if
index b69319df61c19ca7df01d3070baae88eac9c8e14..4b67f903fec082107fc0c234f3084cdf8d27ca85 100644 (file)
@@ -28,7 +28,7 @@ function is the wide-character equivalent of the
 .BR memcmp (3)
 function.
 It compares the
-.IR n 
+.IR n
 wide-characters starting at
 .I s1
 and the
@@ -42,7 +42,7 @@ function returns
 zero if the wide-character arrays of size
 .I n
 at
-.IR s1 
+.IR s1
 and
 .I s2
 are equal.
index a459c9988647644e192d304e07dd95e7700d91ce..51e3a980b24eb2a9d8021ef987b5e174505ffb93 100644 (file)
@@ -144,7 +144,7 @@ argument, but these functions do not return \-1 upon
 buffer overflow on Linux.)
 .PP
 The treatment of the conversion characters
-.BR c 
+.BR c
 and
 .B s
 is different:
index dcf0b2361e7632efa475d60f9b996f1c72f07fe8..b3bd7875abf9f295f1979b825b933a42055ec252 100644 (file)
@@ -16,7 +16,7 @@ console \- console terminal and virtual consoles
 A Linux system has up to 63
 .I "virtual consoles"
 (character devices with major number 4 and minor number 1 to 63),
-usually called 
+usually called
 .I /dev/ttyn
 with 1 \(<=
 .I n
@@ -76,7 +76,7 @@ the above mentioned key combinations are according to the default settings.)
 .LP
 The command
 .BR deallocvt (1)
-(formerly 
+(formerly
 .BR disalloc )
 will free the memory taken by the screen buffers for consoles
 that no longer have any associated process.
index 6e2400db6b22e957b7fc15b563433176e70873ad..fd3c0cf6bbe81fd373798e5c8f505c081027bc5e 100644 (file)
--- a/man4/hd.4
+++ b/man4/hd.4
@@ -40,7 +40,7 @@ number 3) is
 the slave drive is
 .BR hdb .
 The master drive of the second controller (major device number 22)
-is 
+is
 .B hdc
 and the slave
 .BR hdd .
index ecef67dd85d5e268f7a0d2d477909472f210a302..b469b80b2f8fd6776d331d2d61f09ef50eca0d4a 100644 (file)
@@ -81,7 +81,7 @@ protocol uses 1 start bit, 7 data bits, no parity
 and one stop bit at the speed of 1200 bits/sec.
 Data is sent to RxD in 3-byte packets.
 The
-.IR dx 
+.IR dx
 and
 .I dy
 movements are sent as
index 42e751fb5d9eeed0bef380947af1d1658d110b92..4861020cd19e36540e002eeffd24f52837cf2c14 100644 (file)
@@ -28,7 +28,7 @@
 null, zero \- data sink
 .SH DESCRIPTION
 Data written to a
-.BR null 
+.BR null
 or
 .B zero
 special file is discarded.
index 49cf6964db19bbcab263b3a1bede0b8bed801895..08b9b5cc2976b6677ffbbbb778475447f8b74bdb 100644 (file)
@@ -62,7 +62,7 @@ the 9th bit position can be fetched by applying the
 .B VT_GETHIFONTMASK
 operation
 (available in Linux kernels 2.6.18 and above)
-on 
+on
 .IR /dev/tty[1\-63] ;
 the value is returned in the
 .I "unsigned short"
index 966999cdcdb1cdf207f1a1c8d10336f6aeb272fa..ecfd3c52d9f6da4de923f99e5f8e89884a10218f 100644 (file)
@@ -53,12 +53,12 @@ use boot loader software that is able to pass parameters, such as GRUB.
 .\" and
 .\" .BR lilo.conf (5).)
 .\" LILO can boot DOS, OS/2, Linux, FreeBSD, UnixWare, etc., and is quite flexible.
-.\" 
+.\"
 .\" The other commonly used Linux loader is 'LoadLin', which is a DOS
 .\" program that has the capability to launch a Linux kernel from the DOS
 .\" prompt (with boot-args) assuming that certain resources are available.
 .\" This is good for people that want to launch Linux from DOS.
-.\" 
+.\"
 .\" It is also very useful if you have certain hardware which relies on
 .\" the supplied DOS driver to put the hardware into a known state.
 .\" A common example is 'SoundBlaster Compatible' sound cards that require
@@ -428,7 +428,7 @@ a 'ramdisk=N' parameter to tell its size.
 These days ram disks use the buffer cache, and grow dynamically.
 For a lot of information in conjunction with the new ramdisk
 setup), see the kernel source file
-.IR Documentation/blockdev/ramdisk.txt 
+.IR Documentation/blockdev/ramdisk.txt
 .RI ( Documentation/ramdisk.txt
 in older kernels).
 
index 12137c6c31499857aa0f515bdeddcda957cb8246..cd58d9309004db3d9319ae332a179d0896acbcc6 100644 (file)
@@ -44,7 +44,7 @@ stack and the sockets API.
 4.2BSD was released in 1983.
 
 Earlier major BSD releases included
-.IR 3BSD 
+.IR 3BSD
 (1980),
 .I 4BSD
 (1980),