]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove trailing white space.
authorJim Meyering <jim@meyering.net>
Wed, 8 Nov 1995 05:51:11 +0000 (05:51 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 8 Nov 1995 05:51:11 +0000 (05:51 +0000)
doc/sh-utils.texi

index 0aa35be67806f66a266d1e3c96f8c05e6f059a4e..36f4efb2def16970f50a864ef4a2e35a13ddf9b6 100644 (file)
@@ -423,7 +423,7 @@ is also allowed: @code{test} returns true if the argument is not null.
 @menu
 * File type tests::             -[bcdfhLpSt]
 * Access permission tests::     -[gkruwxOG]
-* File characteristics tests::  -e -s -nt -ot -ef 
+* File characteristics tests::  -e -s -nt -ot -ef
 * String tests::                -z -n = !=
 * Numeric tests::               -eq -ne -lt -le -gt -ge
 * Connectives for test::        ! -a -o
@@ -869,7 +869,7 @@ To add 1 to the shell variable @code{foo}, in Bourne-compatible shells:
 foo=`expr $foo + 1`
 @end example
 
-To print the non-directory part of the file name stored in 
+To print the non-directory part of the file name stored in
 @code{$fname}, which need not contain a @code{/}.
 @example
 expr $fname : '.*/\(^.*\)' '^|' $fname
@@ -1591,7 +1591,7 @@ They are set with the syntax @samp{name value}, where the names are
 listed below and the value can be given either literally, in hat
 notation (@samp{^@var{c}}), or as an integer which may start with
 @samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
-any other digit to indicate decimal.  
+any other digit to indicate decimal.
 
 @cindex disabling special characters
 @kindex u@r{, and disabling special characters}
@@ -2657,7 +2657,7 @@ Add @var{adjustment} instead of 10 to the command's priority.
 @flindex nohup.out
 @code{nohup} runs the given @var{command} with hangup signals ignored,
 so that the command can continue running in the background after you log
-out.  
+out.
 
 Synopsis: