summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2022-09-27 13:26:32 +0545
committerAlejandro Colomar <alx@kernel.org>2022-10-08 02:12:02 +0200
commit7903a735d599de676fb204d061e444e14c62c47b (patch)
treea19c49d025b6a33a15bf0e95d5dd0c01512ff7a0
parentbc28d289e5066fc626df260bafc249846a0f6ae6 (diff)
unix.7: fix section reference wrt length
The description of Linux path length handling has always been in the BUGS section. The commit that added this see-also note incorrectly referred to the NOTES section instead. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/unix.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index f44ffbe30..693c339b2 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -75,7 +75,7 @@ field always contains
.BR AF_UNIX .
On Linux,
.I sun_path
-is 108 bytes in size; see also NOTES, below.
+is 108 bytes in size; see also BUGS, below.
.PP
Various systems calls (for example,
.BR bind (2),