diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
commit | 58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch) | |
tree | c631dd0d4ac59c3286cbf5b06d00e840263d40da /share/man/man4/man4.amd64 | |
parent | a7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff) |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Diffstat (limited to 'share/man/man4/man4.amd64')
-rw-r--r-- | share/man/man4/man4.amd64/apm.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.amd64/intro.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.amd64/apm.4 b/share/man/man4/man4.amd64/apm.4 index 2010f2a5df7..bb7e3b1592f 100644 --- a/share/man/man4/man4.amd64/apm.4 +++ b/share/man/man4/man4.amd64/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.8 2019/01/23 22:33:43 jsg Exp $ +.\" $OpenBSD: apm.4,v 1.9 2022/03/31 17:27:21 naddy Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: January 23 2019 $ +.Dd $Mdocdate: March 31 2022 $ .Dt APM 4 amd64 .Os .Sh NAME @@ -109,7 +109,7 @@ The APM driver stores up to .Dv APM_NEVENTS events. This was defined as 16 at the time this documentation was written. -If the event list is full when a new event is detected the new event is lost. +If the event list is full when a new event is detected, the new event is lost. .Dv APM_IOC_NEXTEVENT ioctl returns the next event on the list or .Er EAGAIN diff --git a/share/man/man4/man4.amd64/intro.4 b/share/man/man4/man4.amd64/intro.4 index fe73b05d0bc..7f0e44c934a 100644 --- a/share/man/man4/man4.amd64/intro.4 +++ b/share/man/man4/man4.amd64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.37 2014/12/10 07:33:20 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.38 2022/03/31 17:27:21 naddy Exp $ .\" .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 10 2014 $ +.Dd $Mdocdate: March 31 2022 $ .Dt INTRO 4 amd64 .Os .Sh NAME @@ -76,7 +76,7 @@ When the resultant system is booted, the autoconfiguration facilities in the system probe for the device and, if found, enable the software support for it. If a device does not respond at autoconfiguration -time it is not accessible at any time afterwards. +time, it is not accessible at any time afterwards. To enable a device which did not autoconfigure, the system will have to be rebooted. .Pp |