diff options
author | phk <phk@FreeBSD.org> | 1998-05-13 07:57:49 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-05-13 07:57:49 +0000 |
commit | 4c734c0e4de709683f4afbb37447b0af994c3c58 (patch) | |
tree | 468158a2227f1452af6ed05d9ffd880ad8ad173b /contrib | |
parent | f11a8e465dc7311a07bb695b047439fac46e0f6e (diff) | |
download | FreeBSD-src-4c734c0e4de709683f4afbb37447b0af994c3c58.zip FreeBSD-src-4c734c0e4de709683f4afbb37447b0af994c3c58.tar.gz |
.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/awk/doc/awk.1 | 2 | ||||
-rw-r--r-- | contrib/bc/doc/bc.1 | 2 | ||||
-rw-r--r-- | contrib/cvs/man/cvs.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/awk/doc/awk.1 b/contrib/awk/doc/awk.1 index 0568c16..df74e0f 100644 --- a/contrib/awk/doc/awk.1 +++ b/contrib/awk/doc/awk.1 @@ -2481,7 +2481,7 @@ statement. will support this usage if .B \-\^\-traditional has been specified. -.SH ENVIRONMENT VARIABLES +.SH ENVIRONMENT If .B POSIXLY_CORRECT exists in the environment, then diff --git a/contrib/bc/doc/bc.1 b/contrib/bc/doc/bc.1 index e0cef9c..9194dca 100644 --- a/contrib/bc/doc/bc.1 +++ b/contrib/bc/doc/bc.1 @@ -743,7 +743,7 @@ to have more than 16 segments of 1024 bytes. .IP "variable names" The current limit on the number of unique names is 32767 for each of simple variables, arrays and functions. -.SH ENVIRONMENT VARIABLES +.SH ENVIRONMENT The following environment variables are processed by \fBbc\fR: .IP "POSIXLY_CORRECT" This is the same as the \fB-s\fR option. diff --git a/contrib/cvs/man/cvs.1 b/contrib/cvs/man/cvs.1 index a0efd4b..e8dcbe0 100644 --- a/contrib/cvs/man/cvs.1 +++ b/contrib/cvs/man/cvs.1 @@ -2048,7 +2048,7 @@ A read lock. .TP #cvs.wfl.\fIpid\fP A write lock. -.SH "ENVIRONMENT VARIABLES" +.SH "ENVIRONMENT" .TP .SM CVSROOT Should contain the full pathname to the root of the |