diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-09-18 06:55:21 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-09-18 06:55:21 +0000 |
| commit | 34384756cd560fbdfacc1100579776ba7808d7be (patch) | |
| tree | e6540eb6c2714bdf707982c0db49b2763e81f4f2 /bin | |
| parent | be9950897a9a9fe0e43eaa0650a2f49265843d46 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/df/df.1 | 4 | ||||
| -rw-r--r-- | bin/ls/ls.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 964ce8d5a85d..25ddf4e37745 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)df.1 8.3 (Berkeley) 5/8/95 -.\" $Id: df.1,v 1.9 1997/02/22 14:02:56 peter Exp $ +.\" $Id: df.1,v 1.10 1997/03/13 17:32:39 bde Exp $ .\" .Dd May 8, 1995 .Dt DF 1 @@ -105,7 +105,7 @@ sysctl vfs .Sh ENVIRONMENT VARIABLES .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE -If the environmental variable +If the environment variable .Ev BLOCKSIZE is set, the block counts will be displayed in units of that size block. .El diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index df4692dabbd1..32c5b1d61a26 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 -.\" $Id: ls.1,v 1.13 1997/03/26 17:48:37 obrien Exp $ +.\" $Id: ls.1,v 1.14 1997/04/29 10:03:05 dfr Exp $ .\" .Dd July 29, 1994 .Dt LS 1 @@ -305,12 +305,12 @@ or The .Nm ls utility exits 0 on success, and >0 if an error occurs. -.Sh ENVIRONMENTAL VARIABLES +.Sh ENVIRONMENT VARIABLES The following environment variables affect the execution of .Nm ls : .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE -If the environmental variable +If the environment variable .Ev BLOCKSIZE is set, the block counts (see |
