Source-Changes-HG archive

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

[src/trunk]: src/share/man Fix a few file system paths to use Pa macro.



details:   https://anonhg.NetBSD.org/src/rev/16773e043856
branches:  trunk
changeset: 785478:16773e043856
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Mar 15 19:32:30 2013 +0000

description:
Fix a few file system paths to use Pa macro.

diffstat:

 share/man/man4/man4.x86/coretemp.4 |  4 ++--
 share/man/man5/floppytab.5         |  4 ++--
 share/man/man5/netconfig.5         |  6 +++---
 share/man/man5/rpc.5               |  6 +++---
 share/man/man7/security.7          |  4 ++--
 share/man/man9/mca.9               |  4 ++--
 share/man/man9/sysmon_envsys.9     |  4 ++--
 7 files changed, 16 insertions(+), 16 deletions(-)

diffs (144 lines):

diff -r 9adf17922821 -r 16773e043856 share/man/man4/man4.x86/coretemp.4
--- a/share/man/man4/man4.x86/coretemp.4        Fri Mar 15 16:18:49 2013 +0000
+++ b/share/man/man4/man4.x86/coretemp.4        Fri Mar 15 19:32:30 2013 +0000
@@ -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 @@
 .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 ,
diff -r 9adf17922821 -r 16773e043856 share/man/man5/floppytab.5
--- a/share/man/man5/floppytab.5        Fri Mar 15 16:18:49 2013 +0000
+++ b/share/man/man5/floppytab.5        Fri Mar 15 19:32:30 2013 +0000
@@ -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 @@
 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
diff -r 9adf17922821 -r 16773e043856 share/man/man5/netconfig.5
--- a/share/man/man5/netconfig.5        Fri Mar 15 16:18:49 2013 +0000
+++ b/share/man/man5/netconfig.5        Fri Mar 15 19:32:30 2013 +0000
@@ -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 @@
 };
 .Ed
 .Sh FILES
-.Nm /etc/netconfig
+.Pa /etc/netconfig
 .Sh SEE ALSO
 .Xr getnetconfig 3 ,
 .Xr getnetpath 3
diff -r 9adf17922821 -r 16773e043856 share/man/man5/rpc.5
--- a/share/man/man5/rpc.5      Fri Mar 15 16:18:49 2013 +0000
+++ b/share/man/man5/rpc.5      Fri Mar 15 19:32:30 2013 +0000
@@ -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 @@
 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
diff -r 9adf17922821 -r 16773e043856 share/man/man7/security.7
--- a/share/man/man7/security.7 Fri Mar 15 16:18:49 2013 +0000
+++ b/share/man/man7/security.7 Fri Mar 15 19:32:30 2013 +0000
@@ -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 <elad%NetBSD.org@localhost>
 .\" All rights reserved.
@@ -429,7 +429,7 @@
 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
diff -r 9adf17922821 -r 16773e043856 share/man/man9/mca.9
--- a/share/man/man9/mca.9      Fri Mar 15 16:18:49 2013 +0000
+++ b/share/man/man9/mca.9      Fri Mar 15 19:32:30 2013 +0000
@@ -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 @@
 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.
diff -r 9adf17922821 -r 16773e043856 share/man/man9/sysmon_envsys.9
--- a/share/man/man9/sysmon_envsys.9    Fri Mar 15 16:18:49 2013 +0000
+++ b/share/man/man9/sysmon_envsys.9    Fri Mar 15 19:32:30 2013 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index