issetugid() is a system call and belongs in section 2 (not 3).

This commit is contained in:
Jens Schweikhardt
2025-04-17 20:04:26 +02:00
parent 93f4377cab
commit f5f37c3fb8
+2 -2
View File
@@ -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