Source-Changes-HG archive

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

[src/trunk]: src/share/man/man5 Typo, whitespace and punctuation fixes.



details:   https://anonhg.NetBSD.org/src/rev/2c01f5c53925
branches:  trunk
changeset: 511419:2c01f5c53925
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jun 19 12:34:26 2001 +0000

description:
Typo, whitespace and punctuation fixes.

diffstat:

 share/man/man5/a.out.5       |   6 +++---
 share/man/man5/core.5        |  38 +++++++++++++++++++-------------------
 share/man/man5/dir.5         |   6 +++---
 share/man/man5/elf.5         |  10 +++++-----
 share/man/man5/ethers.5      |   6 +++---
 share/man/man5/genassym.cf.5 |   4 ++--
 share/man/man5/ipsec.conf.5  |  10 +++++-----
 share/man/man5/link.5        |  18 +++++++++---------
 share/man/man5/mk.conf.5     |  17 +++++++----------
 9 files changed, 56 insertions(+), 59 deletions(-)

diffs (truncated from 432 to 300 lines):

diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/a.out.5
--- a/share/man/man5/a.out.5    Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/a.out.5    Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: a.out.5,v 1.13 2001/04/13 18:51:15 pooka Exp $
+.\"    $NetBSD: a.out.5,v 1.14 2001/06/19 12:34:26 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -130,7 +130,7 @@
 .El
 .Pp
 If both EX_DYNAMIC and EX_PIC are set, the object file is a position independent
-executable image (eg. a shared library), which is to be loaded into the
+executable image (e.g. a shared library), which is to be loaded into the
 process address space by the run-time link editor.
 .Pp
 The macro
@@ -288,7 +288,7 @@
 .It Fa r_copy
 If set, this relocation record identifies a symbol whose contents should
 be copied to the location given in
-.Fa r_address.
+.Fa r_address .
 The copying is done by the run-time link-editor from a suitable data
 item in a shared object.
 .El
diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/core.5
--- a/share/man/man5/core.5     Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/core.5     Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: core.5,v 1.13 2000/11/17 10:14:17 lukem Exp $
+.\"    $NetBSD: core.5,v 1.14 2001/06/19 12:34:26 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -46,7 +46,7 @@
 also cause a record of the process's in-core state to be written
 to disk for later examination by one of the available debuggers
 (see
-.Xr signal 7 ).
+.Xr signal 7 ) .
 .Pp
 This memory image is written to a file named from a per-process template;
 provided the terminated process had write permission, and provided the
@@ -59,14 +59,14 @@
 (where <pid> has to be replaced by the pid in decimal format of the
 process).
 This template is either an absolute or relative path name, in which format
-characters can be used, preceeded by the percent character
+characters can be used, preceded by the percent character
 .Pq Dq \&% .
-The following characters are recognised as format and subsituted:
+The following characters are recognised as format and substituted:
 .Bl -tag -width 4n -offset indent -compact
 .It Sy n
 The process's name
 .It Sy p
-The PID of the process (in decimal) 
+The PID of the process (in decimal)
 .It Sy t
 The process's creation date (a la
 .Xr time 3 ,
@@ -96,11 +96,11 @@
 Files which would be larger than the limit are not created.
 .Pp
 The core file contains of a core header followed by a number of
-segments. Each segment is preceded by a core segment header. 
+segments. Each segment is preceded by a core segment header.
 Both the core header and core segment header are defined in
 .Aq Pa sys/core.h .
 
-The core header, 
+The core header,
 .Fa struct core ,
 specifies the lengths of the core header itself and
 each of the following core segment headers to allow for any machine
@@ -126,16 +126,16 @@
 are as follows:
 .Bl -tag -width XXXc_seghdrsize
 .It c_midmag
-Core file machine ID, magic value, and flags. 
-These values may be extracted with the 
+Core file machine ID, magic value, and flags.
+These values may be extracted with the
 .Fn CORE_GETMID ,
 .Fn CORE_GETMAGIC ,
 and
 .Fn CORE_GETFLAG
-macros. The machine ID values are listed in 
+macros. The machine ID values are listed in
 .Aq Pa sys/exec_aout.h .
 For a valid core file, the magic value in the header must be
-.Dv COREMAGIC . 
+.Dv COREMAGIC .
 No flags are defined for the core header.
 .It c_hdrsize
 Size of this data structure.
@@ -144,14 +144,14 @@
 .It c_nseg
 Number of segments that follow this header.
 .It c_name
-Process name, copied from the p_comm field of 
+Process name, copied from the p_comm field of
 .Fa struct proc .
 .It c_signo
 Signal that caused the process to dump core.
 .It c_ucode
 Code associated with the signal.
 .It c_cpusize
-Size of the segment containing CPU-specific information. 
+Size of the segment containing CPU-specific information.
 This segment will have the
 .Dv CORE_CPU
 flag set.
@@ -183,21 +183,21 @@
 .Bl -tag -width XXXc_midmag
 .It c_midmag
 Core segment magic value and flags.
-These values may be extracted with the 
+These values may be extracted with the
 .Fn CORE_GETMAGIC
 and
 .Fn CORE_GETFLAG
-macros. 
+macros.
 The magic value in the segment header must be
-.Dv CORESEGMAGIC . 
+.Dv CORESEGMAGIC .
 Exactly one of of the flags
 .Dv CORE_CPU ,
-.Dv CORE_DATA, 
+.Dv CORE_DATA ,
 or
 .Dv CORE_STACK
 will be set to indicate the segment type.
 .It c_addr
-Virtual address of the segment in the program image. 
+Virtual address of the segment in the program image.
 Meaningless if the segment type is
 .Dv CORE_CPU .
 .It c_size
@@ -216,6 +216,6 @@
 .At v6 .
 .Sh BUGS
 There is no standard location or name for the
-CPU-dependant data structure stored in the
+CPU-dependent data structure stored in the
 .Dv CORE_CPU
 segment.
diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/dir.5
--- a/share/man/man5/dir.5      Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/dir.5      Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dir.5,v 1.7 1999/03/17 20:19:44 garbled Exp $
+.\"    $NetBSD: dir.5,v 1.8 2001/06/19 12:34:26 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -53,8 +53,8 @@
 It consists of records (directory entries) each of which contains
 information about a file and a pointer to the file itself.
 Directory entries may contain other directories
-as well as plain files; such nested directories are refered to as
-subdirectories. 
+as well as plain files; such nested directories are referred to as
+subdirectories.
 A hierarchy of directories and files is formed in this manner
 and is called a file system (or referred to as a file system tree).
 .\" An entry in this tree,
diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/elf.5
--- a/share/man/man5/elf.5      Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/elf.5      Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: elf.5,v 1.4 2001/04/22 15:00:17 pooka Exp $
+.\"    $NetBSD: elf.5,v 1.5 2001/06/19 12:34:27 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -113,7 +113,7 @@
 The array contains the following information in the indicated locations:
 .Bl -tag -width EI_ABIVERSION
 .It Dv ELFMAG0
-The elements ranging from 
+The elements ranging from
 .Dv ELFMAG0
 to
 .Dv ELFMAG3
@@ -209,7 +209,7 @@
 .It Dv SHT_STRTAB
 Section contains a string table.
 .It Dv SHT_RELA
-Section contains relocation information with an explicit addend. 
+Section contains relocation information with an explicit addend.
 .It Dv SHT_HASH
 Section contains a symbol hash table.
 .It Dv SHT_DYNAMIC
@@ -283,7 +283,7 @@
 Section index of the section to which the relocation information applies.
 .Pp
 .It Dv SHT_SYMTAB
-.It Dv SHT_DYNSYM 
+.It Dv SHT_DYNSYM
 Contains a value one greater that the last local symbol table index.
 .El
 .It Fa sh_addralign
@@ -326,7 +326,7 @@
 is greater than
 .Fa p_filesz ,
 the memory range from
-.Po Fa p_vaddr 
+.Po Fa p_vaddr
 +
 .Fa p_filesz Pc
 to
diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/ethers.5
--- a/share/man/man5/ethers.5   Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/ethers.5   Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ethers.5,v 1.7 2000/11/17 10:14:17 lukem Exp $
+.\"    $NetBSD: ethers.5,v 1.8 2001/06/19 12:34:27 wiz Exp $
 .\"
 .\"     Written by Roland McGrath <roland%frob.com@localhost>.  Public domain.
 .\"
@@ -27,13 +27,13 @@
 .Pp
 Ethernet MAC addresses are expressed as six hexadecimal numbers separated
 by colons, e.g. "08:00:20:00:5a:bc".
-The functions described in 
+The functions described in
 .Xr ethers 3
 and
 .Xr ether_aton 3
 can read and produce this format.
 .Pp
-The tradional use of
+The traditional use of
 .Nm
 involved using hostnames for the second argument.
 This may not be suitable for machines that don't have a common MAC
diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/genassym.cf.5
--- a/share/man/man5/genassym.cf.5      Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/genassym.cf.5      Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: genassym.cf.5,v 1.7 2001/06/05 12:39:40 wiz Exp $
+.\"    $NetBSD: genassym.cf.5,v 1.8 2001/06/19 12:34:27 wiz Exp $
 .\"
 .\" Copyright (c) 1997 Matthias Pfaller.
 .\" All rights reserved.
@@ -77,7 +77,7 @@
 .Xr genassym.sh 8 .
 When producing C output, values are casted to <ctype> (default: long)
 before they get handed to printf. <gcc constraint> (default: n) is the
-constraint used in the __asm__ statments. <asm print modifier> (default:
+constraint used in the __asm__ statements. <asm print modifier> (default:
 empty) can be used to force gcc to output operands in different ways
 then normal. The "a" modifier e.g. stops gcc from emitting immediate
 prefixes in front of constants for the i386 and m68k port.
diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/ipsec.conf.5
--- a/share/man/man5/ipsec.conf.5       Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/ipsec.conf.5       Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ipsec.conf.5,v 1.1 2001/02/23 02:32:27 hubertf Exp $
+.\"    $NetBSD: ipsec.conf.5,v 1.2 2001/06/19 12:34:27 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,11 +38,11 @@
 .Sh DESCRIPTION
 The
 .Nm
-file is read at system startup time if 
+file is read at system startup time if
 .Sy ipsec
-is set to 
+is set to
 .Dq yes
-in 
+in
 .Xr rc.conf 5 .
 .Xr setkey 8
 is run with the
@@ -51,7 +51,7 @@
 .Pa /etc/ipsec.conf
 at boot time, before any interfaces are configured.
 .Pp
-Please see the 
+Please see the
 .Xr setkey 8
 manpage for all the commands available.
 .Sh FILES
diff -r cf1fefa110e6 -r 2c01f5c53925 share/man/man5/link.5
--- a/share/man/man5/link.5     Tue Jun 19 12:07:50 2001 +0000
+++ b/share/man/man5/link.5     Tue Jun 19 12:34:26 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: link.5,v 1.10 1999/03/24 06:14:18 mycroft Exp $
+.\"    $NetBSD: link.5,v 1.11 2001/06/19 12:34:27 wiz Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.



Home | Main Index | Thread Index | Old Index