Module Name: src
Committed By: christos
Date: Tue Feb 1 21:06:13 UTC 2011
Modified Files:
src/share/man/man7: symlink.7
Log Message:
prettier markup
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man7/symlink.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/symlink.7
diff -u src/share/man/man7/symlink.7:1.18 src/share/man/man7/symlink.7:1.19
--- src/share/man/man7/symlink.7:1.18 Tue Feb 1 16:03:53 2011
+++ src/share/man/man7/symlink.7 Tue Feb 1 16:06:13 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: symlink.7,v 1.18 2011/02/01 21:03:53 christos Exp $
+.\" $NetBSD: symlink.7,v 1.19 2011/02/01 21:06:13 christos Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -518,10 +518,10 @@
.Po
equivalent to the output of
.Dq uname -m
-.Pc .
-(
+or
.Xr sysctl 3
-.Dq hw.machine )
+.Dq hw.machine
+.Pc .
.It @machine_arch
Expands to the value of
.Li MACHINE_ARCH
@@ -529,28 +529,28 @@
.Po
equivalent to the output of
.Dq uname -p
-.Pc .
-(
+or
.Xr sysctl 3
-.Dq hw.machine_arch )
+.Dq hw.machine_arch
+.Pc .
.It @osrelease
Expands to the operating system release of the running kernel
.Po
equivalent to the output of
.Dq uname -r
-.Pc .
-(
+or
.Xr sysctl 3
-.Dq kern.osrelease )
+.Dq kern.osrelease
+.Pc .
.It @ostype
Expands to the operating system type of the running kernel
.Po
equivalent to the output of
.Dq uname -s
-.Pc .
-(
+or
.Xr sysctl 3
-.Dq kern.ostype )
+.Dq kern.ostype
+.Pc .
This will always be
.Dq NetBSD
on