aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-09-02 14:27:23 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-09-05 13:33:12 +0000
commitd41afb814612ce005d93d2f8d127dcf6ea751cc4 (patch)
tree9004e43a4c606d3c070ac0a03c226f23ec40b2cb
parente8fc6a9980d9367f6fd4fee795a35e104104397e (diff)
downloadsrc-d41afb814612ce005d93d2f8d127dcf6ea751cc4.tar.gz
src-d41afb814612ce005d93d2f8d127dcf6ea751cc4.zip
*/string.3,arch.7,environ.7: add cross-references to simd(7)
With the new simd-dispatch framework documented in simd(7), add cross-references to the new man pages to appropriate places. Sponsored by: The FreeBSD Foundation Approved by: emaste MFC to: stable/14 MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D41697
-rw-r--r--lib/libc/string/string.35
-rw-r--r--share/man/man7/arch.75
-rw-r--r--share/man/man7/environ.712
3 files changed, 16 insertions, 6 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index a164aae01eec..b389c58acc07 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -29,7 +29,7 @@
.\"
.\" @(#)string.3 8.2 (Berkeley) 12/11/93
.\"
-.Dd December 11, 1993
+.Dd September 2, 2023
.Dt STRING 3
.Os
.Sh NAME
@@ -132,7 +132,8 @@ for size limitations.
.Xr strsep 3 ,
.Xr strspn 3 ,
.Xr strstr 3 ,
-.Xr strtok 3
+.Xr strtok 3 ,
+.Xr simd 7
.Sh STANDARDS
The
.Fn strcat ,
diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7
index 8e89203e4003..14c6af612087 100644
--- a/share/man/man7/arch.7
+++ b/share/man/man7/arch.7
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 12, 2023
+.Dd September 2, 2023
.Dt ARCH 7
.Os
.Sh NAME
@@ -431,7 +431,8 @@ it is unused outside of that scope.
.El
.Sh SEE ALSO
.Xr src.conf 5 ,
-.Xr build 7
+.Xr build 7 ,
+.Xr simd 7
.Sh HISTORY
An
.Nm
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7
index 7e3437e7c6d4..8a927c0f9f3d 100644
--- a/share/man/man7/environ.7
+++ b/share/man/man7/environ.7
@@ -27,7 +27,7 @@
.\"
.\" @(#)environ.7 8.3 (Berkeley) 4/19/94
.\"
-.Dd August 5, 2020
+.Dd September 3, 2023
.Dt ENVIRON 7
.Os
.Sh NAME
@@ -66,6 +66,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
@@ -305,7 +312,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