[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] [PATCH] Docs: `ls' -> `ls -l'
From: |
Michael Witten |
Subject: |
[Bug-tar] [PATCH] Docs: `ls' -> `ls -l' |
Date: |
Tue, 22 Feb 2011 19:02:41 +0000 |
In the example, the output is that of `ls -l'
rather than just `ls'.
Signed-off-by: Michael Witten <address@hidden>
---
doc/tar.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/tar.texi b/doc/tar.texi
index edeabf5..5c1c8b4 100644
--- a/doc/tar.texi
+++ b/doc/tar.texi
@@ -9387,7 +9387,7 @@ once. For example, consider the following two files:
@smallexample
@group
-$ ls
+$ ls -l
-rw-r--r-- 2 gray staff 4 2007-10-30 15:11 one
-rw-r--r-- 2 gray staff 4 2007-10-30 15:11 jeden
@end group
--
1.7.4.21.g6595b
- [Bug-tar] [PATCH] Docs: `ls' -> `ls -l',
Michael Witten <=