Module Name: src
Committed By: jruoho
Date: Tue Apr 27 15:16:28 UTC 2010
Modified Files:
src/lib/libc/gen: uname.3
Log Message:
Use .In for includes and .Va when listing the structure members.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/uname.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/uname.3
diff -u src/lib/libc/gen/uname.3:1.10 src/lib/libc/gen/uname.3:1.11
--- src/lib/libc/gen/uname.3:1.10 Thu Aug 7 16:42:59 2003
+++ src/lib/libc/gen/uname.3 Tue Apr 27 15:16:28 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: uname.3,v 1.10 2003/08/07 16:42:59 agc Exp $
+.\" $NetBSD: uname.3,v 1.11 2010/04/27 15:16:28 jruoho Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)uname.3 8.1 (Berkeley) 1/4/94
.\"
-.Dd January 4, 1994
+.Dd April 27, 2010
.Dt UNAME 3
.Os
.Sh NAME
@@ -51,18 +51,18 @@
The
.Li utsname
structure is defined in the
-.Li \*[Lt]sys/utsname.h\*[Gt]
+.In sys/utsname.h
header file, and contains the following members:
.Bl -tag -width nodenameXXXX -offset indent
-.It sysname
+.It Va sysname
Name of the operating system implementation.
-.It nodename
+.It Va nodename
Network name of this machine.
-.It release
+.It Va release
Release level of the operating system.
-.It version
+.It Va version
Version level of the operating system.
-.It machine
+.It Va machine
Machine hardware platform.
.El
.Sh RETURN VALUES