diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-30 22:02:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-30 22:02:14 +0000 |
commit | 7e1187a2cccf76b2f846d925fdcf08aee67169ba (patch) | |
tree | f2e9d0336840548c49d7fe787c70434b7b624646 /share/man/man4 | |
parent | e66768fad2847377dded44723542c9d730ad4cec (diff) |
Do not end an enumerations of Xr with a dot, and do not let a dot hide
inside an enumeration as well.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/audio.4 | 4 | ||||
-rw-r--r-- | share/man/man4/bridge.4 | 4 | ||||
-rw-r--r-- | share/man/man4/dpt.4 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index fc40c9928fc..a488f5aae66 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.26 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: audio.4,v 1.27 2002/06/30 22:02:13 miod Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -639,7 +639,7 @@ For ports using the ISA bus: .Xr gus 4 , .Xr pss 4 , .Xr sb 4 , -.Xr wss 4 . +.Xr wss 4 .Pp For ports using the PCI bus: .Xr auich 4 , diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index 1e811f43ddc..37d305fa6ad 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.43 2002/06/30 21:45:25 deraadt Exp $ +.\" $OpenBSD: bridge.4,v 1.44 2002/06/30 22:02:13 miod Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -579,7 +579,7 @@ and certificates, to impersonate the protected host(s). .Xr brconfig 8 , .Xr ipsecadm 8 , .Xr isakmpd 8 , -.Xr photurisd 8 , +.Xr photurisd 8 .Sh AUTHORS The .Xr brconfig 8 diff --git a/share/man/man4/dpt.4 b/share/man/man4/dpt.4 index a4d21d0a4c9..f9292b44bee 100644 --- a/share/man/man4/dpt.4 +++ b/share/man/man4/dpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpt.4,v 1.11 2002/01/24 23:00:05 mickey Exp $ +.\" $OpenBSD: dpt.4,v 1.12 2002/06/30 22:02:13 miod Exp $ .\" $NetBSD: dpt.4,v 1.7 2000/01/17 16:34:44 ad Exp $ .\" .\" Copyright (c) 1999, 2000 Andy Doran <ad@NetBSD.org> @@ -71,7 +71,7 @@ A corrupt or incomplete status packet was received from the HBA. .Xr eisa 4 , .Xr intro 4 , .Xr pci 4 , -.Xr scsi 4 . +.Xr scsi 4 , .Xr sd 4 , .Xr st 4 .Sh AUTHORS |