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 | |
| parent | be9950897a9a9fe0e43eaa0650a2f49265843d46 (diff) | |
Notes
| -rw-r--r-- | bin/df/df.1 | 4 | ||||
| -rw-r--r-- | bin/ls/ls.1 | 6 | ||||
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdtime/ctime.3 | 2 | ||||
| -rw-r--r-- | lib/libncurses/curs_termatt.3 | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/lp/lp.1 | 4 | ||||
| -rw-r--r-- | usr.sbin/quot/quot.8 | 6 |
7 files changed, 14 insertions, 14 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 diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 6af08ecbf451..a7d3240fd735 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 -.\" $Id: malloc.3,v 1.13 1997/07/01 18:39:36 phk Exp $ +.\" $Id: malloc.3,v 1.14 1997/08/27 06:40:34 phk Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -233,7 +233,7 @@ The following environment variables affect the execution of the allocation functions: .Bl -tag -width MMM .It Ev MALLOC_OPTIONS -If the environmental variable +If the environment variable .Ev MALLOC_OPTIONS is set, the characters it contains will be interpreted as flags to the allocation functions. diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index eccb664ce85c..47ae9a146ab2 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -83,7 +83,7 @@ the broken-out time information for the value after adjusting for the current time zone (and any other factors such as Daylight Saving Time). Time zone adjustments are performed as specified by the .Ev TZ -environmental variable (see +environment variable (see .Xr tzset 3 ) . The function .Fn localtime diff --git a/lib/libncurses/curs_termatt.3 b/lib/libncurses/curs_termatt.3 index e7a507821e3c..ea4a62cb0c81 100644 --- a/lib/libncurses/curs_termatt.3 +++ b/lib/libncurses/curs_termatt.3 @@ -55,7 +55,7 @@ returns a logical \fBOR\fR of all video attributes supported by the terminal. This information is useful when a \fBncurses\fR program needs complete control over the appearance of the screen. -The \fBtermname\fR routine returns the value of the environmental +The \fBtermname\fR routine returns the value of the environment variable \fBTERM\fR (truncated to 14 characters). .SH RETURN VALUE \fBlongname\fR and \fBtermname\fR return \fBNULL\fR on error. diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index fe0329e99d84..58d469cd8b45 100644 --- a/usr.sbin/lpr/lp/lp.1 +++ b/usr.sbin/lpr/lp/lp.1 @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: lp.1,v 1.4 1997/02/22 16:06:13 peter Exp $ .\" .Dd January 22, 1995 .Dt LP 1 @@ -67,7 +67,7 @@ To specify a particular printer, option .Fl d Ar dest can be used. If no .Fl d -is provided on the command line, the contents of the environmental +is provided on the command line, the contents of the environment variables .Ev LPDEST or diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index bd7b07e3a483..98d09d4a42ef 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: quot.8,v 1.6 1997/02/22 16:12:38 peter Exp $ .\" .Dd February 8, 1994 .Dt QUOT 8 @@ -77,10 +77,10 @@ to get a report of files and their owners. In addition to the default output, display the number of files not accessed within 30, 60 and 90 days. .El -.Sh ENVIRONMENTAL VARIABLES +.Sh ENVIRONMENT VARIABLES .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE -If the environmental variable +If the environment variable .Ev BLOCKSIZE is set, and the .Gl k |
