summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-06-10 19:31:24 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-06-10 19:31:24 +0000
commit2de803d91b5b0f019e02af3f1d9e709bc0e36d9e (patch)
tree11576974adef63dd9f15a97082a52917ca8200f3 /doc
parenta53809b3df1a1f7e8d81197ccdf0d821aceeb836 (diff)
downloadcoreutils-2de803d91b5b0f019e02af3f1d9e709bc0e36d9e.tar.xz
Remove the extra spaces in "ls -l" output.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 3bc70f34b..e422aba93 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -5500,23 +5500,23 @@ $ touch a/sub/deeper/file
$ ls -gloRF --dired a
a:
total 8
- -rw-r--r-- 1 0 Dec 3 00:50 f1
- -rw-r--r-- 1 0 Dec 3 00:50 f2
- drwxr-xr-x 3 4096 Dec 3 00:50 sub/
- drwxr-xr-x 2 4096 Dec 3 00:50 sub2/
+ -rw-r--r-- 1 0 Jun 10 12:27 f1
+ -rw-r--r-- 1 0 Jun 10 12:27 f2
+ drwxr-xr-x 3 4096 Jun 10 12:27 sub/
+ drwxr-xr-x 2 4096 Jun 10 12:27 sub2/
a/sub:
total 4
- drwxr-xr-x 2 4096 Dec 3 00:50 deeper/
+ drwxr-xr-x 2 4096 Jun 10 12:27 deeper/
a/sub/deeper:
total 0
- -rw-r--r-- 1 0 Dec 3 00:50 file
+ -rw-r--r-- 1 0 Jun 10 12:27 file
a/sub2:
total 0
-//DIRED// 49 51 86 88 123 126 162 166 222 228 288 292
-//SUBDIRED// 2 3 171 176 233 245 296 302
+//DIRED// 48 50 84 86 120 123 158 162 217 223 282 286
+//SUBDIRED// 2 3 167 172 228 240 290 296
//DIRED-OPTIONS// --quoting-style=literal
@end example
@@ -5545,8 +5545,8 @@ on a file whose name contains special characters, notice that the backslash
@example
$ touch 'a b'
$ ls -blog --dired 'a b'
- -rw-r--r-- 1 0 Dec 3 00:52 a\ b
-//DIRED// 31 35
+ -rw-r--r-- 1 0 Jun 10 12:28 a\ b
+//DIRED// 30 34
//DIRED-OPTIONS// --quoting-style=escape
@end example
@@ -12337,7 +12337,7 @@ Then you'll see output like this:
@example
/:
total 1023
--rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
+-rwxr-xr-x 1 0 0 1041745 Aug 16 11:17 ls
@end example
If you want to use a dynamically linked executable, say @command{bash},