diff options
| author | Mike Frysinger <vapier@chromium.org> | 2022-09-27 13:26:32 +0545 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-10-08 02:12:02 +0200 |
| commit | 7903a735d599de676fb204d061e444e14c62c47b (patch) | |
| tree | a19c49d025b6a33a15bf0e95d5dd0c01512ff7a0 /man7 | |
| parent | bc28d289e5066fc626df260bafc249846a0f6ae6 (diff) | |
| download | man-pages-7903a735d599de676fb204d061e444e14c62c47b.tar.gz | |
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>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/unix.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index f44ffbe309..693c339b24 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), |
