summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-04-23 14:37:22 +0000
committerjmc <jmc@openbsd.org>2007-04-23 14:37:22 +0000
commit05d5762ef737b2a20316f017348fef1be5aa9358 (patch)
tree70e041980d40940eebf6bf885d2e546c60b785ad
parentbgpctl needs to know about 4-byte AS numbers as well. (diff)
downloadwireguard-openbsd-05d5762ef737b2a20316f017348fef1be5aa9358.tar.xz
wireguard-openbsd-05d5762ef737b2a20316f017348fef1be5aa9358.zip
tweaks;
-rw-r--r--share/man/man4/man4.macppc/macgpio.45
-rw-r--r--share/man/man4/man4.macppc/sysbutton.418
2 files changed, 15 insertions, 8 deletions
diff --git a/share/man/man4/man4.macppc/macgpio.4 b/share/man/man4/man4.macppc/macgpio.4
index d8087b6e5d4..0ca2306dd74 100644
--- a/share/man/man4/man4.macppc/macgpio.4
+++ b/share/man/man4/man4.macppc/macgpio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: macgpio.4,v 1.2 2007/04/23 03:53:29 gwk Exp $
+.\" $OpenBSD: macgpio.4,v 1.3 2007/04/23 14:38:57 jmc Exp $
.\"
.\" Copyright (c) 2007 Gordon Willem Klok <gwk@openbsd.org>
.\"
@@ -19,7 +19,7 @@
.Os
.Sh NAME
.Nm macgpio
-.Nd Support for on-board GPIO controllers
+.Nd support for on-board GPIO controllers
.Sh SYNOPSIS
.Cd "macgpio* at macobio?"
.Cd "macgpio* at macgpio?"
@@ -39,4 +39,3 @@ Xserve G4 and G5 front system identifier button
.Sh SEE ALSO
.Xr intro 4 ,
.Xr macobio 4
-
diff --git a/share/man/man4/man4.macppc/sysbutton.4 b/share/man/man4/man4.macppc/sysbutton.4
index 7f7db0eef1f..d81a6dd1366 100644
--- a/share/man/man4/man4.macppc/sysbutton.4
+++ b/share/man/man4/man4.macppc/sysbutton.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysbutton.4,v 1.3 2007/04/23 01:02:39 gwk Exp $
+.\" $OpenBSD: sysbutton.4,v 1.4 2007/04/23 14:37:22 jmc Exp $
.\"
.\" Copyright (c) 2007 Gordon Willem Klok <gwk@openbsd.org>
.\"
@@ -28,13 +28,21 @@ The
driver provides support for the system identifier button found on
the front panel of Apple G4 and G5 Xserve machines.
.Pp
-If the ddb.console sysctl is set pressing the system identifier
+If the
+.Va ddb.console
+.Xr sysctl 8
+is set,
+pressing the system identifier
button will cause the machine to enter
.Xr ddb 4 .
-.Sh BUGS
-If the ddb.console sysctl is not set holding the system identifier button
-down will impair system performance.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr macgpio 4 ,
.Xr sysctl 8
+.Sh BUGS
+If the
+.Va ddb.console
+.Xr sysctl 8
+is not set,
+holding the system identifier button
+down will impair system performance.