git: e434c56fcd4f - main - rtld_get_var.3: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Nov 2024 18:49:43 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e434c56fcd4f9eee04ac6bb5e0cf028db3006be3 commit e434c56fcd4f9eee04ac6bb5e0cf028db3006be3 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-11-07 18:48:28 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-11-07 18:48:28 +0000 rtld_get_var.3: fix typo Noted by: Christos Longros @github MFC after: 3 days --- lib/libc/gen/rtld_get_var.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/rtld_get_var.3 b/lib/libc/gen/rtld_get_var.3 index 06d2e8a41cbc..e211d78345e3 100644 --- a/lib/libc/gen/rtld_get_var.3 +++ b/lib/libc/gen/rtld_get_var.3 @@ -44,7 +44,7 @@ .Sh DESCRIPTION The dynamic linker .Xr rtld 1 -can be configured be setting some environment variables for the process, +can be configured by setting some environment variables for the process, before image activation. Sometimes it is desirable to query the current effective settings or change them afterward.