The man page says: > The length of the arrays in a struct utsname is unspecified (see NOTES); Since the commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections"), this information is in VERSIONS and HISTORY. Fixes: 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections") Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx> --- man/man2/uname.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/uname.2 b/man/man2/uname.2 index 572bfd3a6..09453dc9c 100644 --- a/man/man2/uname.2 +++ b/man/man2/uname.2 @@ -44,7 +44,7 @@ .SH DESCRIPTION .P The length of the arrays in a .I struct utsname -is unspecified (see NOTES); +is unspecified (see VERSIONS and HISTORY); the fields are terminated by a null byte (\[aq]\[rs]0\[aq]). .SH RETURN VALUE On success, zero is returned. -- 2.45.2