From 9d3e59a01d612e311bdb96d16d436b4b7db9c691 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 10 Oct 2023 01:53:32 +0200 Subject: [PATCH] man: Use VARIANTS instead of ALTERNATIVES in libbsd(7) Using alternatives seems confusing in this context. --- man/libbsd.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/libbsd.7 b/man/libbsd.7 index 559eee4..d4a2d42 100644 --- a/man/libbsd.7 +++ b/man/libbsd.7 @@ -128,7 +128,7 @@ It only works in non-overlay mode. .Bl -tag -width 4m -compact .It In bsd/bsd.h .El -.Sh ALTERNATIVES +.Sh VARIANTS Some functions have different prototypes depending on the BSD where they originated from, and these various implementations provided are selectable at build-time.