diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-09-27 17:06:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-09-27 17:06:25 +0000 |
commit | 87cfd801b3bf52ee9440e216f0eead4fe8683c1c (patch) | |
tree | a6a36bb3f8b9449d973322c689f518a10a501f37 /share/man | |
parent | 8a1cb64ca1f3c49eaf03af9575167a52f523271a (diff) |
missing colon; from Rob Pierce <rob at 2keys dot ca>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/hifn.4 | 6 | ||||
-rw-r--r-- | share/man/man9/hardclock.9 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 index 32b5dfb1bad..fe729334a54 100644 --- a/share/man/man4/hifn.4 +++ b/share/man/man4/hifn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hifn.4,v 1.50 2015/12/10 21:00:51 naddy Exp $ +.\" $OpenBSD: hifn.4,v 1.51 2016/09/27 17:06:24 schwarze Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 10 2015 $ +.Dd $Mdocdate: September 27 2016 $ .Dt HIFN 4 .Os .Sh NAME @@ -36,7 +36,7 @@ The .Nm driver supports various cards containing the Hifn 7751, Hifn 7811, Hifn 7951, -Hifn 7955, Hifn 7956, or Hifn 9751 chipsets, such as +Hifn 7955, Hifn 7956, or Hifn 9751 chipsets, such as: .Bl -tag -width namenamenamena -offset indent .It Invertex AEON Comes as 128KB SRAM model, or 2MB DRAM model. diff --git a/share/man/man9/hardclock.9 b/share/man/man9/hardclock.9 index b411220b439..bf4a0fd0b79 100644 --- a/share/man/man9/hardclock.9 +++ b/share/man/man9/hardclock.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hardclock.9,v 1.11 2016/04/03 06:43:59 jsg Exp $ +.\" $OpenBSD: hardclock.9,v 1.12 2016/09/27 17:06:24 schwarze Exp $ .\" .\" Copyright (c) 2001 Kenneth R Westerback .\" All rights reserved. @@ -24,7 +24,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2016 $ +.Dd $Mdocdate: September 27 2016 $ .Dt HARDCLOCK 9 .Os .Sh NAME @@ -47,7 +47,7 @@ is an opaque, machine dependent structure that encapsulates the previous machine state. .Pp .Fn hardclock -performs a variety of time related housekeeping tasks, such as +performs a variety of time related housekeeping tasks, such as: .Bl -bullet -offset indent .It If the current process has virtual or profiling interval |