diff options
author | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
commit | e279c872b10e211440c54ef0e9fa86e257f027d2 (patch) | |
tree | 726e3637f17a75ad2b0fa38b159f04e427d5a32b | |
parent | 53041c5448209c163cc4a5fa4172163b787b80c9 (diff) | |
download | FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.zip FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.tar.gz |
[mdoc] add missing space before a punctuation type argument.
-rw-r--r-- | bin/setfacl/setfacl.1 | 2 | ||||
-rw-r--r-- | lib/libarchive/tar.5 | 2 | ||||
-rw-r--r-- | sbin/ipfw/ipfw.8 | 2 | ||||
-rw-r--r-- | share/man/man9/bus_dma.9 | 6 | ||||
-rw-r--r-- | share/man/man9/namei.9 | 2 | ||||
-rw-r--r-- | usr.sbin/lmcconfig/lmcconfig.8 | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index 166328f..a791e49 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -252,7 +252,7 @@ on .Pp Remove the group mail ACL entry containing read/write permissions from -.Pa file. +.Pa file . .Pp .Dl setfacl -bn file .Pp diff --git a/lib/libarchive/tar.5 b/lib/libarchive/tar.5 index c887931..d46e1b5 100644 --- a/lib/libarchive/tar.5 +++ b/lib/libarchive/tar.5 @@ -591,7 +591,7 @@ Note that POSIX ustar archives use two copies of the ASCII digit .It Va atime , Va ctime The time the file was last accessed and the time of last change of file information, stored in octal as with -.Va mtime. +.Va mtime . .It Va longnames This field is apparently no longer used. .It Sparse Va offset / Va numbytes diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 42e45eb..97dbc39 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1587,7 +1587,7 @@ operation comes through the and .Cm limit options of -.Nm rules. +.Nm rules . .Pp Dynamic rules are created when a packet matches a .Cm keep-state diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 111ff99..467dd07 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -337,7 +337,7 @@ Hardware that can DMA starting at any address would specify for byte alignment. Hardware requiring DMA transfers to start on a multiple of 4K would specify -.Em 4096. +.Em 4096 . .It Fa boundary Boundary constraint, in bytes, of the target DMA memory region. The boundary indicates the set of addresses, all multiples of the @@ -376,7 +376,7 @@ Optional filter function (may be NULL) to be called for any attempt to map memory into the window described by .Fa lowaddr and -.Fa highaddr. +.Fa highaddr . A filter function is only required when the single window described by .Fa lowaddr @@ -496,7 +496,7 @@ Arguments are as follows: .Bl -tag -width buflen -compact .It Fa dmat DMA tag used to allocate -.Fa map. +.Fa map . .It Fa map A DMA map without a currently active mapping. .It Fa buf diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 01260c1..1951665 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -82,7 +82,7 @@ will acquire it if the caller indicates it is in which case the caller must later release .Va Giant based on the results of -.Fn NDHASGIANT. +.Fn NDHASGIANT . .Pp The .Fn NDINIT diff --git a/usr.sbin/lmcconfig/lmcconfig.8 b/usr.sbin/lmcconfig/lmcconfig.8 index 0cb1201..ad3ef27 100644 --- a/usr.sbin/lmcconfig/lmcconfig.8 +++ b/usr.sbin/lmcconfig/lmcconfig.8 @@ -309,7 +309,7 @@ and Blue alarm are identical in T1. Start sending alarm signal (see table above). .It Fl B Ar number Send a Bit Oriented Protocol (BOP) message with code -.Ar number. +.Ar number . BOP codes are six bits. .It Fl c Ar number Set cable length to |