Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Use Pa for paths.



details:   https://anonhg.NetBSD.org/src/rev/43fd67368d8e
branches:  trunk
changeset: 828898:43fd67368d8e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 09 09:22:25 2018 +0000

description:
Use Pa for paths.

diffstat:

 share/man/man7/hier.7 |  790 +++++++++++++++++++++++++-------------------------
 1 files changed, 395 insertions(+), 395 deletions(-)

diffs (truncated from 1601 to 300 lines):

diff -r cbaab631d6af -r 43fd67368d8e share/man/man7/hier.7
--- a/share/man/man7/hier.7     Tue Jan 09 09:21:41 2018 +0000
+++ b/share/man/man7/hier.7     Tue Jan 09 09:22:25 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hier.7,v 1.126 2018/01/09 09:21:41 wiz Exp $
+.\"    $NetBSD: hier.7,v 1.127 2018/01/09 09:22:25 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -48,309 +48,309 @@
 .Pp
 Not all files will be in every system.
 .Bl -tag -width "/altroot/"
-.It Sy \&/
+.It Pa \&/
 Root directory of the system.
-.It Sy /COPYRIGHT
+.It Pa /COPYRIGHT
 System copyright notice, most often put on CD-ROM distributions.
-.It Sy "/[a-z]/"
+.It Pa "/[a-z]/"
 User file systems.
-.It Sy /altroot/
+.It Pa /altroot/
 Alternate root file system, in case of disaster.
-.\" .It Sy /amd/
+.\" .It Pa /amd/
 .\" Home directories mount point; see
 .\" .Xr amd 8 .
-.It Sy /bin/
+.It Pa /bin/
 Utilities used in both single and multi-user environments.
-.It Sy /boot*
+.It Pa /boot*
 Second-stage boot loader(s) for some platforms; see
 .Xr installboot 8 .
-.It Sy /cdrom/
+.It Pa /cdrom/
 Empty directory commonly used by
 system administrators as a temporary mount point for ISO-9660 file
 systems on CD (or DVD) media.
-.It Sy /dev/
+.It Pa /dev/
 Block, character, and other special device files.
 .Pp
 .Bl -tag -width "MAKEDEV" -compact
-.It Sy MAKEDEV
+.It Pa MAKEDEV
 Script for creating device files;
 see
 .Xr makedev 8 .
-.It Sy console
+.It Pa console
 The computer's console device.
-.It Sy drum
+.It Pa drum
 The computer's swap space device; see
 .Xr drum 4 .
-.It Sy fd/
+.It Pa fd/
 File descriptor files;
 see
 .Xr fd 4 .
-.It Sy klog
+.It Pa klog
 Kernel logging device; see
 .Xr syslog 3 .
-.It Sy kmem
+.It Pa kmem
 Kernel virtual memory device; see
 .Xr mem 4 .
-.It Sy log
+.It Pa log
 .Ux
 domain datagram log socket; see
 .Xr syslogd 8 .
-.It Sy mem
+.It Pa mem
 Kernel physical memory device; see
 .Xr mem 4 .
-.It Sy null
+.It Pa null
 The null device; see
 .Xr null 4 .
-.It Sy pts/
+.It Pa pts/
 Mount point for the pseudo-terminal device file system; see
 .Xr mount_ptyfs 8 .
-.It Sy stderr
-.It Sy stdin
-.It Sy stdout
+.It Pa stderr
+.It Pa stdin
+.It Pa stdout
 File descriptor files;
 see
 .Xr fd 4 .
-.It Sy tty
+.It Pa tty
 Device pointing to each process's own controlling terminal; see
 .Xr tty 4 .
-.It Sy zero
+.It Pa zero
 The zero device; see
 .Xr zero 4 .
 .El
-.\" .It Sy /dump/
+.\" .It Pa /dump/
 .\" Online
 .\" .Xr dump 8
 .\" repository.
-.It Sy /etc/
+.It Pa /etc/
 System configuration files and scripts.
 .Pp
 .Bl -tag -width "master.passwd" -compact
-.It Sy amd*
+.It Pa amd*
 Configuration files for
 .Xr amd 8 .
-.It Sy changelist
+.It Pa changelist
 Files backed up by the
-.Sy security
+.Pa security
 script.
-.It Sy crontab
+.It Pa crontab
 Schedule used by the
 .Xr cron 8
 daemon.
-.It Sy csh.cshrc
-.It Sy csh.login
-.It Sy csh.logout
+.It Pa csh.cshrc
+.It Pa csh.login
+.It Pa csh.logout
 System-wide scripts for
 .Xr csh 1 .
-.It Sy daily
+.It Pa daily
 Script run each day by
 .Xr cron 8 .
-.It Sy daily.conf
+.It Pa daily.conf
 Configuration file for
-.Sy daily ;
+.Pa daily ;
 see
 .Xr daily.conf 5 .
-.It Sy defaults/
+.It Pa defaults/
 Default configuration files read by various
 .Pa /etc/*.conf
 files.
-.It Sy disktab
+.It Pa disktab
 Disk description file; see
 .Xr disktab 5 .
-.It Sy dm.conf
+.It Pa dm.conf
 Dungeon master configuration; see
 .Xr dm.conf 5 .
-.It Sy dumpdates
+.It Pa dumpdates
 Dump history; see
 .Xr dump 8 .
-.It Sy exports
+.It Pa exports
 File system export information; see
 .Xr mountd 8 .
-.It Sy fstab
+.It Pa fstab
 File system mounting table; see
 .Xr fstab 5
 and
 .Xr mount 8 .
-.It Sy ftpusers
+.It Pa ftpusers
 Users denied
 .Xr ftp 1
 access; see
 .Xr ftpd 8 .
-.It Sy ftpwelcome
+.It Pa ftpwelcome
 .Xr ftp 1
 initial message; see
 .Xr ftpd 8 .
-.It Sy gettytab
+.It Pa gettytab
 Terminal configuration database; see
 .Xr gettytab 5 .
-.It Sy group
+.It Pa group
 Group permissions file; see
 .Xr group 5 .
-.It Sy hosts
+.It Pa hosts
 Host name database backup for
 .Xr named 8 ;
 see
 .Xr hosts 5 .
-.It Sy hosts.equiv
+.It Pa hosts.equiv
 Trusted machines with equivalent user IDs.
 (Obsolete.)
-.It Sy hosts.lpd
+.It Pa hosts.lpd
 Trusted machines with printing privileges.
-.It Sy inetd.conf
+.It Pa inetd.conf
 Internet server configuration file; see
 .Xr inetd 8 .
-.It Sy kerberosV/
+.It Pa kerberosV/
 Configuration files for Kerberos version V;
 see
 .Xr kerberos 8 .
-.It Sy localtime
+.It Pa localtime
 Local time zone;
 see
 .Xr ctime 3 .
-.It Sy login.conf
+.It Pa login.conf
 Configuration of user classes and limits; see
 .Xr login.conf 5 .
-.It Sy mail/
+.It Pa mail/
 Configuration files for
 .Xr sendmail 1 .
 .Pp
 .Bl -tag -width "sendmail.*" -compact
-.It Sy aliases*
+.It Pa aliases*
 Username alias files.
-.It Sy sendmail.*
+.It Pa sendmail.*
 .Xr sendmail 1
 configuration information.
 .El
-.It Sy mail.rc
+.It Pa mail.rc
 System-wide initialization script for
 .Xr mail 1 .
-.It Sy man.conf
+.It Pa man.conf
 Configuration file for
 .Xr man 1 ;
 see
 .Xr man.conf 5 .
-.It Sy master.passwd
+.It Pa master.passwd
 Main password file, readable only by root; see
 .Xr passwd 5 .
-.It Sy mk.conf
+.It Pa mk.conf
 Optional file containing
 .Xr make 1
 variables, used to configure pkgsrc and the system sources.
-.It Sy monthly
+.It Pa monthly
 Script run each month by
 .Xr cron 8 .
-.It Sy monthly.conf
+.It Pa monthly.conf
 Configuration file for
-.Sy monthly ;
+.Pa monthly ;
 see
 .Xr monthly.conf 5 .
-.It Sy motd
+.It Pa motd
 System message of the day.
-.It Sy mtree/
+.It Pa mtree/
 .Xr mtree 8
 configuration files.
-.It Sy named.*
-.It Sy namedb/
+.It Pa named.*
+.It Pa namedb/
 .Xr named 8
 configuration files and databases.
-.It Sy netgroup
+.It Pa netgroup
 Network groups; see
 .Xr netgroup 5 .
-.It Sy netstart
+.It Pa netstart
 Network startup script .
-.It Sy networks
+.It Pa networks
 Network name database; see
 .Xr networks 5 .
-.It Sy passwd
+.It Pa passwd
 World readable password file generated from master.passwd; see
 .Xr passwd 5 ,
 .Xr pwd_mkdb 8 .



Home | Main Index | Thread Index | Old Index