diff options
Diffstat (limited to 'man1')
| -rw-r--r-- | man1/dd.1 | 2 | ||||
| -rw-r--r-- | man1/dircolors.1 | 2 | ||||
| -rw-r--r-- | man1/intro.1 | 6 | ||||
| -rw-r--r-- | man1/ls.1 | 20 |
4 files changed, 15 insertions, 15 deletions
@@ -46,7 +46,7 @@ may be shorter. .PP The numeric-valued options below (bytes and blocks) can be followed by a multiplier: `k'=1024, `b'=512, `w'=2, `c'=1 -(`w' and `c' are GNU extensions; `w' should never be used - +(`w' and `c' are GNU extensions; `w' should never be used \- it means 2 in System V and 4 in 4.2BSD). Two or more of such numeric expressions can be multiplied by putting `x' in between. diff --git a/man1/dircolors.1 b/man1/dircolors.1 index 5670e608cc..306c72e8b5 100644 --- a/man1/dircolors.1 +++ b/man1/dircolors.1 @@ -96,7 +96,7 @@ This implementation is not entirely compatible with the original .BR dircolors / color-ls package distributed with Slackware Linux. Notably, specific support for the Z shell and Korn shell is not present. Users of these shells -should use the Bourne shell (-b) mode. +should use the Bourne shell (\-b) mode. .SH "SEE ALSO" .BR ls (1), .BR dir_colors (5) 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 @@ -297,24 +297,24 @@ and is especially useful when browsing directories that contain many files with indices/version numbers in their names. For example: .nf - > ls -1 > ls -1v - foo.zml-1.gz foo.zml-1.gz - foo.zml-100.gz foo.zml-12.gz - foo.zml-12.gz foo.zml-25.gz - foo.zml-25.gz foo.zml-100.gz + > ls \-1 > ls \-1v + foo.zml\-1.gz foo.zml\-1.gz + foo.zml\-100.gz foo.zml\-12.gz + foo.zml\-12.gz foo.zml\-25.gz + foo.zml\-25.gz foo.zml\-100.gz .fi Note also that numeric parts with leading zeroes are considered as fractional: .nf - > ls -1 > ls -1v - abc-1.007.tgz abc-1.007.tgz - abc-1.012b.tgz abc-1.01a.tgz - abc-1.01a.tgz abc-1.012b.tgz + > ls \-1 > ls \-1v + abc\-1.007.tgz abc\-1.007.tgz + abc\-1.012b.tgz abc\-1.01a.tgz + abc\-1.01a.tgz abc\-1.012b.tgz .fi -(New in file\%utils-4.0.) +(New in file\%utils\-4.0.) .TP .BI "\-w, \-\-width " cols Assume the screen is |
