In the example, the output is that of `ls -l' rather than just `ls'. Signed-off-by: Michael Witten <[email protected]> --- 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
