diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-01 19:13:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-01 19:13:59 +0000 |
commit | 13d9c1d52488002d7a24c749e8614d67658510c9 (patch) | |
tree | 6e1b37b707060d3d24a97ad066b6f272b9b1e81e | |
parent | 42b8cc55a6af550200f91ca26ff55ce67dbfa299 (diff) |
after nicm's last commit, fix some cases where non-arguments
had been left on macro lines...
-rw-r--r-- | share/man/man3/stdarg.3 | 7 | ||||
-rw-r--r-- | share/man/man4/gdt.4 | 10 | ||||
-rw-r--r-- | share/man/man4/twe.4 | 7 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 7 |
4 files changed, 18 insertions, 13 deletions
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index ef441133283..368d8a6bbec 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdarg.3,v 1.15 2007/05/31 19:19:48 jmc Exp $ +.\" $OpenBSD: stdarg.3,v 1.16 2011/04/01 19:13:58 jmc Exp $ .\" $NetBSD: stdarg.3,v 1.15 2002/08/18 08:57:07 yamt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 1 2011 $ .Dt STDARG 3 .Os .Sh NAME @@ -149,7 +149,8 @@ is promoted to .Pp The same rules apply to unsigned versions of the above types, as well as their bit-type equivalents (e.g.\& -.Dv int8_t and +.Dv int8_t +and .Dv int16_t ) . .Pp The first use of the diff --git a/share/man/man4/gdt.4 b/share/man/man4/gdt.4 index 802beefad6d..076f1c9fd19 100644 --- a/share/man/man4/gdt.4 +++ b/share/man/man4/gdt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gdt.4,v 1.29 2007/05/31 19:19:50 jmc Exp $ +.\" $OpenBSD: gdt.4,v 1.30 2011/04/01 19:13:58 jmc Exp $ .\" .\" Copyright (c) 2000 Niklas Hallqvist <niklas@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 1 2011 $ .Dt GDT 4 .Os .Sh NAME @@ -100,14 +100,16 @@ driver provides support for ICP-Vortex adapters such as: .Tn GDT8x43RZ , .Tn GDT8x46RZ , .Tn GDT8x53RZ , -.Tn GDT8x63RZ , and +.Tn GDT8x63RZ , +and .Tn GDT8x86RZ . .Pp As well as Intel adapters such as: .Pp .Tn SRCU42L , .Tn SRCU32 , -.Tn SRCZCR , and +.Tn SRCZCR , +and .Tn SRCS14L . .Pp Although the controllers are actual RAID controllers, diff --git a/share/man/man4/twe.4 b/share/man/man4/twe.4 index e3e80cca1ad..4545774216c 100644 --- a/share/man/man4/twe.4 +++ b/share/man/man4/twe.4 @@ -1,8 +1,8 @@ -.\" $OpenBSD: twe.4,v 1.25 2007/05/31 19:19:52 jmc Exp $ +.\" $OpenBSD: twe.4,v 1.26 2011/04/01 19:13:58 jmc Exp $ .\" .\" Michael Shalayeff, 2000. Public Domain. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 1 2011 $ .Dt TWE 4 .Os .Sh NAME @@ -47,7 +47,8 @@ driver supports the following AMCC 3ware PATA/SATA RAID adapters: .Tn 8506-4LP , .Tn 8506-8 , .Tn 8506-8MI , -.Tn 8506-12 , and +.Tn 8506-12 , +and .Tn 8506-12MI . .Sh SEE ALSO .Xr intro 4 , diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index d909befab31..5d5fdc94f93 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,10 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.45 2010/12/03 12:39:19 millert Exp $ +.\" $OpenBSD: login.conf.5,v 1.46 2011/04/01 19:13:58 jmc Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" -.Dd $Mdocdate: December 3 2010 $ +.Dd $Mdocdate: April 1 2011 $ .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -412,7 +412,8 @@ It may have a trailing .Li b , .Li k , .Li m , -.Li g or +.Li g +or .Li t to indicate that the value is in 512-byte blocks, kilobytes, megabytes, gigabytes, or terrabytes, respectively. |