summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-09-18 06:55:21 +0000
committercharnier <charnier@FreeBSD.org>1997-09-18 06:55:21 +0000
commit1754071cd4379522b965738c1e339a06907577b6 (patch)
treef1c984443dc2da19cb34adf9782fac73fa8cbced /lib
parent335b8fc3ace5a4525488029e6d41244efe8433c1 (diff)
downloadFreeBSD-src-1754071cd4379522b965738c1e339a06907577b6.zip
FreeBSD-src-1754071cd4379522b965738c1e339a06907577b6.tar.gz
environmental -> environment.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/malloc.34
-rw-r--r--lib/libc/stdtime/ctime.32
-rw-r--r--lib/libncurses/curs_termatt.32
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 6af08ec..a7d3240 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 eccb664..47ae9a1 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 e7a5078..ea4a62c 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.
OpenPOWER on IntegriCloud