uname.2: DESCRIPTION: Point reader at NOTES for further info on field lengths

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Reported-by: Rob Landley <rob@landley.net>
This commit is contained in:
Michael Kerrisk 2008-12-04 09:01:54 -05:00
parent 5892dcdae4
commit cc883662a3
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@
.\"
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
.TH UNAME 2 2008-11-20 "Linux" "Linux Programmer's Manual"
.TH UNAME 2 2008-12-03 "Linux" "Linux Programmer's Manual"
.SH NAME
uname \- get name and information about current kernel
.SH SYNOPSIS
@ -56,7 +56,8 @@ struct utsname {
.in
The length of the arrays in a
.I struct utsname
is unspecified; the fields are terminated by a null byte (\(aq\\0\(aq).
is unspecified (see NOTES);
the fields are terminated by a null byte (\(aq\\0\(aq).
.SH "RETURN VALUE"
On success, zero is returned.
On error, \-1 is returned, and