diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-11 10:38:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-11 10:38:23 +0000 |
commit | 22f44340763b29a0a3a0740054bfb9857b0c6920 (patch) | |
tree | e2603be5a4920e42db42370dc263bb79cf56e835 /doc/omni-utils.texi | |
parent | 500f90eab596d2a0569e2b66763ca44e291cc38b (diff) | |
download | coreutils-22f44340763b29a0a3a0740054bfb9857b0c6920.tar.xz |
remove trailing spaces
Diffstat (limited to 'doc/omni-utils.texi')
-rw-r--r-- | doc/omni-utils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/omni-utils.texi b/doc/omni-utils.texi index 65e8f565f..fdd79430a 100644 --- a/doc/omni-utils.texi +++ b/doc/omni-utils.texi @@ -410,7 +410,7 @@ Numeric operations File permissions -* Mode Structure:: Structure of File Permissions +* Mode Structure:: Structure of File Permissions * Symbolic Modes:: Mnemonic permissions representation * Numeric Modes:: Permissions as octal numbers @@ -2976,7 +2976,7 @@ Warning: the @samp{+@var{pos1}} usage is obsolescent. Future versions of @sc{posix} will require that support for it be withdrawn. Use @option{--key} (@option{-k}) instead. -@end table +@end table Historical (BSD and System V) implementations of @code{sort} have differed in their interpretation of some options, particularly @@ -7728,7 +7728,7 @@ By default, @code{true} honors the @samp{--help} and @samp{--version} options. However, that is contrary to @sc{POSIX}, so when the environment variable @env{POSIXLY_CORRECT} is set, @code{true} ignores @emph{all} command line arguments, including @samp{--help} and @samp{--version}. - + This version of @code{true} is implemented as a C program, and is thus more secure and faster than a shell script implementation, and may safely be used as a dummy shell for the purpose of disabling accounts. |