diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-06 10:24:47 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-06 10:24:47 +0000 |
commit | 4b26c07c41fd53d5f0036fc4eb39faa1339f8541 (patch) | |
tree | 876a7a4c100883e6c1169703734243bf78f4c380 | |
parent | e182a3e689f3f66c28359be2304f0fc9a767e4c8 (diff) |
1-Wire bus support will first appear in OpenBSD 4.0, not 3.9.
Spotted by Dries Schellekens <gwyllion@ulyssis.org>.
-rw-r--r-- | share/man/man4/gpioow.4 | 4 | ||||
-rw-r--r-- | share/man/man4/onewire.4 | 4 | ||||
-rw-r--r-- | share/man/man4/owid.4 | 4 | ||||
-rw-r--r-- | share/man/man4/owtemp.4 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/gpioow.4 b/share/man/man4/gpioow.4 index d5433a6de5e..fc6c4ff7ca1 100644 --- a/share/man/man4/gpioow.4 +++ b/share/man/man4/gpioow.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpioow.4,v 1.2 2006/03/05 09:14:14 jmc Exp $ +.\" $OpenBSD: gpioow.4,v 1.3 2006/03/06 10:24:46 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -44,7 +44,7 @@ locator should always be 0x1. The .Nm driver first appeared in -.Ox 3.9 . +.Ox 4.0 . .Sh AUTHORS .An -nosplit The diff --git a/share/man/man4/onewire.4 b/share/man/man4/onewire.4 index 6c5b60dc5a0..719caf75601 100644 --- a/share/man/man4/onewire.4 +++ b/share/man/man4/onewire.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: onewire.4,v 1.1 2006/03/04 16:27:03 grange Exp $ +.\" $OpenBSD: onewire.4,v 1.2 2006/03/06 10:24:46 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -59,7 +59,7 @@ temperature family type device The .Nm driver first appeared in -.Ox 3.9 . +.Ox 4.0 . .Sh AUTHORS .An -nosplit The diff --git a/share/man/man4/owid.4 b/share/man/man4/owid.4 index bca36fb8461..065beeb2732 100644 --- a/share/man/man4/owid.4 +++ b/share/man/man4/owid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: owid.4,v 1.2 2006/03/05 09:15:55 jmc Exp $ +.\" $OpenBSD: owid.4,v 1.3 2006/03/06 10:24:46 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -45,7 +45,7 @@ Maxim/Dallas DS1990 The .Nm driver first appeared in -.Ox 3.9 . +.Ox 4.0 . .Sh AUTHORS .An -nosplit The diff --git a/share/man/man4/owtemp.4 b/share/man/man4/owtemp.4 index b5fb707242a..a8dcdb25468 100644 --- a/share/man/man4/owtemp.4 +++ b/share/man/man4/owtemp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: owtemp.4,v 1.2 2006/03/05 09:16:48 jmc Exp $ +.\" $OpenBSD: owtemp.4,v 1.3 2006/03/06 10:24:46 grange Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -45,7 +45,7 @@ Maxim/Dallas DS1820, DS1920 The .Nm driver first appeared in -.Ox 3.9 . +.Ox 4.0 . .Sh AUTHORS .An -nosplit The |