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

man9 fixes



Unlike my previous message, this one addresses actual problems (albeit
ones of not much importance).

Here are a few man9 spelling fixes.


jsyn


--- share/man/man9/bus_dma.9.orig	Thu Jun 28 14:53:29 2001
+++ share/man/man9/bus_dma.9	Thu Jun 28 14:56:14 2001
@@ -512,7 +512,7 @@ The address value returned as part of
 can thus not be used to program DMA controller address registers.
 Only the values in the
 .Fa dm_segs
-array of a sucessfully loaded DMA map (using
+array of a successfully loaded DMA map (using
 .Fn bus_dmamap_load
 ) can be used for this purpose.
 .Pp
--- share/man/man9/bus_space.9.orig	Thu Jun 28 14:57:52 2001
+++ share/man/man9/bus_space.9	Thu Jun 28 14:59:11 2001
@@ -345,7 +345,7 @@ header file.
 .Pp
 Many common devices are used on multiple architectures, but are accessed
 differently on each because of architectural constraints.
-For instance, a device which is mapped in one systems's I/O space may be
+For instance, a device which is mapped in one system's I/O space may be
 mapped in memory space on a second system.
 On a third system, architectural limitations might change the way
 registers need to be accessed (e.g. creating a non-linear register
--- share/man/man9/malloc.9.orig	Thu Jun 28 15:24:39 2001
+++ share/man/man9/malloc.9	Thu Jun 28 15:26:03 2001
@@ -156,7 +156,7 @@ Process group header.
 .It Dv M_SESSION
 Session header.
 .It Dv M_IOV
-Large iov's.
+Large IOVs.
 .It Dv M_MOUNT
 Vfs mount struct.
 .It Dv M_NFSREQ
@@ -321,7 +321,7 @@ debug structures.
 .It Dv M_KNOTE
 Kernel event queue.
 .It Dv M_CRYPTO_DATA
-Cryptographic framewrok data buffers.
+Cryptographic framework data buffers.
 .It Dv M_IPSEC_POLICY
 .Xr ipsec 4
 SPD structures.
--- share/man/man9/physio.9.orig	Thu Jun 28 15:28:31 2001
+++ share/man/man9/physio.9	Thu Jun 28 15:28:51 2001
@@ -128,7 +128,7 @@ returns 0.
 .Er EFAULT
 is returned if the address range described by
 .Fa uio
-is not accessable by the requesting process.
+is not accessible by the requesting process.
 .Fn physio
 will return any error resulting from calls to the device strategy routine,
 by examining the
--- share/man/man9/style.9.orig	Thu Jun 28 15:41:05 2001
+++ share/man/man9/style.9	Thu Jun 28 15:54:24 2001
@@ -436,8 +436,9 @@ Hiding file declarations in what appears
 undesirable and will elicit complaints from a good compiler, such as
 .Dq Li gcc -Wtraditional .
 .Pp
-Casts and sizeof's are not followed by a space.
-Note that
+Casts and 
+.Fn sizeof 
+calls are not followed by a space.  Note that
 .Xr indent 1
 does not understand this rule.
 .Pp
--- share/man/man9/uvm.9.orig	Thu Jun 28 15:57:07 2001
+++ share/man/man9/uvm.9	Thu Jun 28 16:02:59 2001
@@ -152,7 +152,7 @@ and
 is
 .Dv UVM_UNKNOWN_OFFSET ,
 .Fn uvm_map
-does not use the machine-dependant
+does not use the machine-dependent
 .Dv PMAP_PREFER
 function.  If
 .Fa uoffset
@@ -543,7 +543,7 @@ at a new offset
 .Fa newoff .
 .Pp
 .Fn uvm_pagefree
-free's the physical page
+frees the physical page
 .Fa pg .
 .Pp
 .Fn uvm_pglistalloc
@@ -779,8 +779,8 @@ int nswapdev;   /* number of configured 
 int swpages;    /* number of PAGE_SIZE'ed swap pages */
 int swpginuse;  /* number of swap pages in use */
 int nswget;     /* number of times fault calls uvm_swap_get() */
-int nanon;      /* number total of anon's in system */
-int nfreeanon;  /* number of free anon's */
+int nanon;      /* number total of anons in system */
+int nfreeanon;  /* number of free anons */
 
 /* stat counters */
 int faults;             /* page fault count */
--- share/man/man9/vn_lock.9.orig	Thu Jun 28 16:03:15 2001
+++ share/man/man9/vn_lock.9	Thu Jun 28 16:03:32 2001
@@ -49,7 +49,7 @@ releases the vnode interlock before exit
 
 
 .Sh RETURN VALUES
-Upon succesful completion, a value of 0 is returned.
+Upon successful completion, a value of 0 is returned.
 Otherwise, one of the following errors is returned.
 
 .Sh ERRORS
--- share/man/man9/vnode.9.orig	Thu Jun 28 16:04:20 2001
+++ share/man/man9/vnode.9	Thu Jun 28 16:04:55 2001
@@ -103,7 +103,7 @@ The vnode lock may be held when sleeping
 .Pp
 The 
 .Xr revoke 2 
-and forceable unmount features in BSD UNIX allows a
+and forcible unmount features in BSD UNIX allows a
 user to invalidate files and their associated vnodes at almost any
 time, even if there are active open files on it. While in a region of code
 protected by the vnode lock, the process is guaranteed that the vnode



Visit your host, monkey.org