summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2021-03-20 19:36:29 +0000
committerkn <kn@openbsd.org>2021-03-20 19:36:29 +0000
commit954f50b2ab195d884bce51376cac02c76efa35c2 (patch)
treec1d7686a8fe5298dfb010a4529a12f88ded6900c /share
parentRFC 8981 allows the configuration of only temporary IPv6 addresses. (diff)
downloadwireguard-openbsd-954f50b2ab195d884bce51376cac02c76efa35c2.tar.xz
wireguard-openbsd-954f50b2ab195d884bce51376cac02c76efa35c2.zip
End sentence and add .Pp after (all) "NOT SUPPORTED" lines
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.macppc/apm.420
1 files changed, 13 insertions, 7 deletions
diff --git a/share/man/man4/man4.macppc/apm.4 b/share/man/man4/man4.macppc/apm.4
index ce61e25cedb..f8087784fd8 100644
--- a/share/man/man4/man4.macppc/apm.4
+++ b/share/man/man4/man4.macppc/apm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apm.4,v 1.14 2019/01/23 22:33:43 jsg Exp $
+.\" $OpenBSD: apm.4,v 1.15 2021/03/20 19:36:29 kn 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 20 2021 $
.Dt APM 4 macppc
.Os
.Sh NAME
@@ -28,6 +28,7 @@ Currently only battery level, AC connection, and charging status is available
from the
.Nm
device.
+.Pp
Suspend/resume and other power events are
.Em NOT YET SUPPORTED .
.Pp
@@ -53,19 +54,22 @@ They are defined in
.It Dv APM_IOC_REJECT
.Em Not implemented . DO NOT USE .
.It Dv APM_IOC_STANDBY
-.Em NOT YET SUPPORTED on macppc
+.Em NOT YET SUPPORTED on macppc .
+.Pp
.Pq Li "no parameters"
Request
.Dq standby
mode.
.It Dv APM_IOC_SUSPEND
-.Em NOT YET SUPPORTED on macppc
+.Em NOT YET SUPPORTED on macppc .
+.Pp
.Pq Li "no parameters"
Request
.Dq suspend
mode.
.\" .It Dv APM_IOC_HIBERNATE
-.\" .Em NOT YET SUPPORTED on macppc
+.\" .Em NOT YET SUPPORTED on macppc .
+.\" .Pp
.\" .Pq Li "no parameters"
.\" Request
.\" .Dq hibernate
@@ -172,7 +176,8 @@ is one of:
.It Dv APM_SYS_STANDBY_RESUME
.El
.It Dv APM_IOC_DEV_CTL
-.Em NOT YET SUPPORTED on macppc
+.Em NOT YET SUPPORTED on macppc .
+.Pp
.Pq Li "struct apm_ctl"
Allows an application to directly set the
APM operating mode.
@@ -200,7 +205,8 @@ Possible values are
.It Dv APM_LASTREQ_REJECTED
.El
.It Dv APM_IOC_PRN_CTL
-.Em NOT YET SUPPORTED on macppc
+.Em NOT YET SUPPORTED on macppc .
+.Pp
.Pq Li "int"
This
.Xr ioctl 2