git: 11f49259c88e - main - stand: Change libstand.3 to libsa.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Apr 2022 14:09:01 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=11f49259c88ed4c110eefe89fa3862ef419b4150 commit 11f49259c88ed4c110eefe89fa3862ef419b4150 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-04-30 14:07:52 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-04-30 14:07:52 +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 --- 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 12da719d2e89..d628b0d6d008 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 @@ -725,7 +725,7 @@ executed. Unspecified error. .El .Sh SEE ALSO -.Xr libstand 3 , +.Xr libsa 3 , .Xr loader.conf 5 , .Xr tuning 7 , .Xr boot 8 ,