aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/environ.7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7/environ.7')
-rw-r--r--share/man/man7/environ.717
1 files changed, 11 insertions, 6 deletions
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7
index 9a77100ff6d3..51fb6544fc5a 100644
--- a/share/man/man7/environ.7
+++ b/share/man/man7/environ.7
@@ -25,10 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)environ.7 8.3 (Berkeley) 4/19/94
-.\" $FreeBSD$
-.\"
-.Dd August 5, 2020
+.Dd September 3, 2023
.Dt ENVIRON 7
.Os
.Sh NAME
@@ -67,6 +64,13 @@ are documented in the
section of the appropriate manual page.
.Sh ENVIRONMENT
.Bl -tag -width LD_LIBRARY_PATH
+.It Ev ARCHLEVEL
+On
+.Em amd64 ,
+controls the level of SIMD enhancements used.
+See
+.Xr simd 7
+for details.
.It Ev BLOCKSIZE
The size of the block units used by several disk-related commands,
most notably
@@ -197,7 +201,7 @@ The full pathname of the user's login shell.
.It Ev TERM
The kind of terminal for which output is to be prepared.
This information is used by commands, such as
-.Xr nroff 1
+.Xr nroff 1 Pq Pa ports/textproc/groff
or
.Xr plot 1
which may exploit special terminal capabilities.
@@ -306,7 +310,8 @@ built-in command in
.Xr setlocale 3 ,
.Xr system 3 ,
.Xr termcap 3 ,
-.Xr termcap 5
+.Xr termcap 5 ,
+.Xr simd 7
.Sh HISTORY
The
.Nm