summaryrefslogtreecommitdiff
path: root/doc/sh-utils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-08 05:51:11 +0000
committerJim Meyering <jim@meyering.net>1995-11-08 05:51:11 +0000
commit0c43179cf92de7293d264e5704de623e6f4fefe7 (patch)
treee68c4c3414dcb2c0a9d5fbfcc14d41f1ff5db393 /doc/sh-utils.texi
parentb031f89b29bc19232b3af2316f5d0e7e488d27fb (diff)
downloadcoreutils-0c43179cf92de7293d264e5704de623e6f4fefe7.tar.xz
Remove trailing white space.
Diffstat (limited to 'doc/sh-utils.texi')
-rw-r--r--doc/sh-utils.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index 0aa35be67..36f4efb2d 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -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: