diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
| commit | 2bc2f4798feabd972879ff8f1633b08e337f57e1 (patch) | |
| tree | 7c2c27db04f020b2ec55c5e24bf135161c5d0b84 /man1/intro.1 | |
| parent | 06795d3a1f10b71e1da07ac269240455d40e62b3 (diff) | |
| download | man-pages-2bc2f4798feabd972879ff8f1633b08e337f57e1.tar.gz | |
hyphen/dash fixes
Diffstat (limited to 'man1/intro.1')
| -rw-r--r-- | man1/intro.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man1/intro.1 b/man1/intro.1 index 7a51e2d3d4..338600478f 100644 --- a/man1/intro.1 +++ b/man1/intro.1 @@ -80,7 +80,7 @@ Su Mo Tu We Th Fr Sa .BI "% " ls bin tel -.BI "% " "ls -l" +.BI "% " "ls \-l" total 2 drwxrwxr-x 2 aeb 1024 Aug 6 23:51 bin -rw-rw-r-- 1 aeb 37 Aug 6 23:52 tel @@ -88,13 +88,13 @@ drwxrwxr-x 2 aeb 1024 Aug 6 23:51 bin maja 0501-1136285 peter 0136-7399214 .BI "% " "cp tel tel2" -.BI "% " "ls -l" +.BI "% " "ls \-l" total 3 drwxr-xr-x 2 aeb 1024 Aug 6 23:51 bin -rw-r--r-- 1 aeb 37 Aug 6 23:52 tel -rw-r--r-- 1 aeb 37 Aug 6 23:53 tel2 .BI "% " "mv tel tel1" -.BI "% " "ls -l" +.BI "% " "ls \-l" total 3 drwxr-xr-x 2 aeb 1024 Aug 6 23:51 bin -rw-r--r-- 1 aeb 37 Aug 6 23:52 tel1 |
