aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2025-04-17 18:04:26 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2025-04-17 18:04:26 +0000
commitf5f37c3fb8de5d093430f2062034e7d2bc4ab52b (patch)
tree9b67891c4f1583b63183007a179d6e422276c95c /lib/libc/stdlib
parent93f4377caba08e4a47fb9f1878bf609bd4181564 (diff)
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getenv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 1337ec867237..d78dcfbef9eb 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 14, 2023
+.Dd April 17, 2025
.Dt GETENV 3
.Os
.Sh NAME
@@ -85,7 +85,7 @@ returns
when the environment cannot be trusted, otherwise it acts like
.Fn getenv .
The environment currently is not trusted when
-.Xr issetugid 3
+.Xr issetugid 2
returns a non-zero value, but other conditions may be added
in the future.
.Pp