git: 33fe72214aee - stable/13 - stand: Change libstand.3 to libsa.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 22:10:29 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=33fe72214aee8369acb193ffa98f734e8fa89e87
commit 33fe72214aee8369acb193ffa98f734e8fa89e87
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-04-30 14:07:52 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:21 +0000
stand: Change libstand.3 to libsa.3
Changes instances of the non-existant libstand.3 to the more correct,
but also non-existant libsa.3.
Sponsored by: Netflix
(cherry picked from commit 11f49259c88ed4c110eefe89fa3862ef419b4150)
---
stand/man/loader.8 | 2 +-
stand/man/loader_4th.8 | 4 ++--
stand/man/loader_lua.8 | 4 ++--
stand/man/loader_simp.8 | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/stand/man/loader.8 b/stand/man/loader.8
index aff8c14d4a59..7e652a536b21 100644
--- a/stand/man/loader.8
+++ b/stand/man/loader.8
@@ -94,7 +94,7 @@ The environment variables common to all interpreters are described in the
.Dq BUILTIN ENVIRONMENT VARIABLES
section.
.Sh SEE ALSO
-.Xr libstand 3 ,
+.Xr libsa 3 ,
.Xr loader.conf 5 ,
.Xr tuning 7 ,
.Xr boot 8 ,
diff --git a/stand/man/loader_4th.8 b/stand/man/loader_4th.8
index d6d4d9329882..868e70d180d2 100644
--- a/stand/man/loader_4th.8
+++ b/stand/man/loader_4th.8
@@ -40,7 +40,7 @@ On IA32 (i386) architectures, it is a
.Pa BTX
client.
It is linked statically to
-.Xr libstand 3
+.Xr libsa 3
and usually located in the directory
.Pa /boot .
.Pp
@@ -530,7 +530,7 @@ executed.
Unspecified error.
.El
.Sh SEE ALSO
-.Xr libstand 3 ,
+.Xr libsa 3 ,
.Xr loader.conf 5 ,
.Xr tuning 7 ,
.Xr boot 8 ,
diff --git a/stand/man/loader_lua.8 b/stand/man/loader_lua.8
index adf2bca6be14..1432000c4b53 100644
--- a/stand/man/loader_lua.8
+++ b/stand/man/loader_lua.8
@@ -40,7 +40,7 @@ On IA32 (i386) architectures, it is a
.Pa BTX
client.
It is linked statically to
-.Xr libstand 3
+.Xr libsa 3
and usually located in the directory
.Pa /boot .
.Pp
@@ -254,7 +254,7 @@ executed.
Unspecified error.
.El
.Sh SEE ALSO
-.Xr libstand 3 ,
+.Xr libsa 3 ,
.Xr loader.conf 5 ,
.Xr tuning 7 ,
.Xr boot 8 ,
diff --git a/stand/man/loader_simp.8 b/stand/man/loader_simp.8
index 389cf15f3867..ee1f5f1c3cb9 100644
--- a/stand/man/loader_simp.8
+++ b/stand/man/loader_simp.8
@@ -40,7 +40,7 @@ On IA32 (i386) architectures, it is a
.Pa BTX
client.
It is linked statically to
-.Xr libstand 3
+.Xr libsa 3
and usually located in the directory
.Pa /boot .
.Pp
@@ -724,7 +724,7 @@ executed.
Unspecified error.
.El
.Sh SEE ALSO
-.Xr libstand 3 ,
+.Xr libsa 3 ,
.Xr loader.conf 5 ,
.Xr tuning 7 ,
.Xr boot 8 ,