Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Use .In for includes and .Va when listing the s...



details:   https://anonhg.NetBSD.org/src/rev/d795cc754761
branches:  trunk
changeset: 754318:d795cc754761
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Apr 27 15:16:28 2010 +0000

description:
Use .In for includes and .Va when listing the structure members.

diffstat:

 lib/libc/gen/uname.3 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 364338d898ee -r d795cc754761 lib/libc/gen/uname.3
--- a/lib/libc/gen/uname.3      Tue Apr 27 14:33:19 2010 +0000
+++ b/lib/libc/gen/uname.3      Tue Apr 27 15:16:28 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index