Module Name: src
Committed By: njoly
Date: Fri Mar 15 19:32:32 UTC 2013
Modified Files:
src/share/man/man4/man4.x86: coretemp.4
src/share/man/man5: floppytab.5 netconfig.5 rpc.5
src/share/man/man7: security.7
src/share/man/man9: mca.9 sysmon_envsys.9
Log Message:
Fix a few file system paths to use Pa macro.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/coretemp.4
cvs rdiff -u -r1.3 -r1.4 src/share/man/man5/floppytab.5
cvs rdiff -u -r1.8 -r1.9 src/share/man/man5/netconfig.5
cvs rdiff -u -r1.10 -r1.11 src/share/man/man5/rpc.5
cvs rdiff -u -r1.8 -r1.9 src/share/man/man7/security.7
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/mca.9
cvs rdiff -u -r1.43 -r1.44 src/share/man/man9/sysmon_envsys.9
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/man4/man4.x86/coretemp.4
diff -u src/share/man/man4/man4.x86/coretemp.4:1.1 src/share/man/man4/man4.x86/coretemp.4:1.2
--- src/share/man/man4/man4.x86/coretemp.4:1.1 Wed Feb 23 08:52:16 2011
+++ src/share/man/man4/man4.x86/coretemp.4 Fri Mar 15 19:32:30 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: coretemp.4,v 1.1 2011/02/23 08:52:16 jruoho Exp $
+.\" $NetBSD: coretemp.4,v 1.2 2013/03/15 19:32:30 njoly Exp $
.\"-
.\" Copyright (c) 2007 Juan Romero Pardines.
.\" Copyright (c) 2007 Dag-Erling Co�dan Sm�rgrav
@@ -57,7 +57,7 @@ event to the
.Xr powerd 8
daemon.
The script
-.Fa /etc/powerd/scripts/sensor_temperature
+.Pa /etc/powerd/scripts/sensor_temperature
will be executed by the daemon (if running) when the limit has been reached.
.Sh SEE ALSO
.Xr envsys 4 ,
Index: src/share/man/man5/floppytab.5
diff -u src/share/man/man5/floppytab.5:1.3 src/share/man/man5/floppytab.5:1.4
--- src/share/man/man5/floppytab.5:1.3 Mon Jun 6 18:01:15 2011
+++ src/share/man/man5/floppytab.5 Fri Mar 15 19:32:31 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: floppytab.5,v 1.3 2011/06/06 18:01:15 wiz Exp $
+.\" $NetBSD: floppytab.5,v 1.4 2013/03/15 19:32:31 njoly Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen
.\" All rights reserved.
@@ -44,7 +44,7 @@ When invoked with the
flag,
.Xr fdformat 1
can use the known floppy formats from
-.Fa /etc/floppytab
+.Pa /etc/floppytab
directly.
.Sh FILES
.Bl -tag -width /etc/floppytab -compact
Index: src/share/man/man5/netconfig.5
diff -u src/share/man/man5/netconfig.5:1.8 src/share/man/man5/netconfig.5:1.9
--- src/share/man/man5/netconfig.5:1.8 Sun May 13 15:49:43 2012
+++ src/share/man/man5/netconfig.5 Fri Mar 15 19:32:31 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: netconfig.5,v 1.8 2012/05/13 15:49:43 wiz Exp $
+.\" $NetBSD: netconfig.5,v 1.9 2013/03/15 19:32:31 njoly Exp $
.Dd November 17, 2000
.Dt NETCONFIG 5
.Os
@@ -6,7 +6,7 @@
.Nm netconfig
.Nd network configuration data base
.Sh SYNOPSIS
-.Fa /etc/netconfig
+.Pa /etc/netconfig
.Sh DESCRIPTION
The
.Nm
@@ -117,7 +117,7 @@ struct netconfig {
};
.Ed
.Sh FILES
-.Nm /etc/netconfig
+.Pa /etc/netconfig
.Sh SEE ALSO
.Xr getnetconfig 3 ,
.Xr getnetpath 3
Index: src/share/man/man5/rpc.5
diff -u src/share/man/man5/rpc.5:1.10 src/share/man/man5/rpc.5:1.11
--- src/share/man/man5/rpc.5:1.10 Sun May 13 15:48:50 2012
+++ src/share/man/man5/rpc.5 Fri Mar 15 19:32:31 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: rpc.5,v 1.10 2012/05/13 15:48:50 wiz Exp $
+.\" $NetBSD: rpc.5,v 1.11 2013/03/15 19:32:31 njoly Exp $
.\" @(#)rpc.4 1.17 93/08/30 SMI; from SVr4
.\" Copyright 1989 AT&T
.Dd December 10, 1991
@@ -8,7 +8,7 @@
.Nm rpc
.Nd rpc program number data base
.Sh SYNOPSIS
-.Fa /etc/rpc
+.Pa /etc/rpc
.Sh DESCRIPTION
The
.Nm
@@ -30,7 +30,7 @@ indicates the beginning of a comment;
characters up to the end of the line are not interpreted
by routines which search the file.
.Sh FILES
-.Nm /etc/rpc
+.Pa /etc/rpc
.Sh EXAMPLES
Below is an example of an RPC data base:
.Pp
Index: src/share/man/man7/security.7
diff -u src/share/man/man7/security.7:1.8 src/share/man/man7/security.7:1.9
--- src/share/man/man7/security.7:1.8 Wed Mar 30 11:41:48 2011
+++ src/share/man/man7/security.7 Fri Mar 15 19:32:31 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: security.7,v 1.8 2011/03/30 11:41:48 jruoho Exp $
+.\" $NetBSD: security.7,v 1.9 2013/03/15 19:32:31 njoly Exp $
.\"
.\" Copyright (c) 2006, 2011 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -429,7 +429,7 @@ In particular, it is possible to configu
to automatically audit all third-party packages installed via
.Xr pkgsrc 7 .
To audit for any known vulnerabilities on daily basis, set the following in
-.Fa /etc/daily.conf :
+.Pa /etc/daily.conf :
.Bd -literal -offset indent
fetch_pkg_vulnerabilities=YES
.Ed
Index: src/share/man/man9/mca.9
diff -u src/share/man/man9/mca.9:1.10 src/share/man/man9/mca.9:1.11
--- src/share/man/man9/mca.9:1.10 Mon May 30 01:50:07 2011
+++ src/share/man/man9/mca.9 Fri Mar 15 19:32:31 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: mca.9,v 1.10 2011/05/30 01:50:07 dyoung Exp $
+.\" $NetBSD: mca.9,v 1.11 2013/03/15 19:32:31 njoly Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -166,7 +166,7 @@ The MCA subsystem itself is implemented
Machine-dependent portions can be found in
.Pa sys/arch/\*[Lt]arch\*[Gt]/mca/mca_machdep.c .
The database of known devices exists within the file
-.Fa sys/dev/mca/mcadevs_data.h
+.Pa sys/dev/mca/mcadevs_data.h
and is generated automatically from the file
.Pa sys/dev/mca/mcadevs .
New vendor and product identifiers should be added to this file.
Index: src/share/man/man9/sysmon_envsys.9
diff -u src/share/man/man9/sysmon_envsys.9:1.43 src/share/man/man9/sysmon_envsys.9:1.44
--- src/share/man/man9/sysmon_envsys.9:1.43 Wed Dec 5 04:21:30 2012
+++ src/share/man/man9/sysmon_envsys.9 Fri Mar 15 19:32:31 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysmon_envsys.9,v 1.43 2012/12/05 04:21:30 riastradh Exp $
+.\" $NetBSD: sysmon_envsys.9,v 1.44 2013/03/15 19:32:31 njoly Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -302,7 +302,7 @@ condition is met, an event is sent to th
.Xr powerd 8
daemon (if running), which will shutdown the system gracefully
by executing the
-.Fa /etc/powerd/scripts/sensor_battery
+.Pa /etc/powerd/scripts/sensor_battery
script.
.Pp
If