summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-11-05 20:20:14 +0000
committerjmc <jmc@openbsd.org>2013-11-05 20:20:14 +0000
commit16597e9e5231b65510920ff358fd1830e9134ec1 (patch)
tree269d6d1a9e6728a0e9c77e507c67609f8cd4340e
parentavoid touching the signal traps during autoinstall (diff)
downloadwireguard-openbsd-16597e9e5231b65510920ff358fd1830e9134ec1.tar.xz
wireguard-openbsd-16597e9e5231b65510920ff358fd1830e9134ec1.zip
no more iop/ioprbs; ok deraadt
-rw-r--r--share/man/man9/domountroothooks.912
-rw-r--r--share/man/man9/dostartuphooks.912
-rw-r--r--share/man/man9/startuphook_establish.910
3 files changed, 6 insertions, 28 deletions
diff --git a/share/man/man9/domountroothooks.9 b/share/man/man9/domountroothooks.9
index c4aa944444c..0f9af7fc73b 100644
--- a/share/man/man9/domountroothooks.9
+++ b/share/man/man9/domountroothooks.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: domountroothooks.9,v 1.4 2013/06/04 19:27:05 schwarze Exp $
+.\" $OpenBSD: domountroothooks.9,v 1.5 2013/11/05 20:20:14 jmc Exp $
.\"
.\" Copyright (c) 2001 Niklas Hallqvist.
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: November 5 2013 $
.Dt DOMOUNTROOTHOOKS 9
.Os
.Sh NAME
@@ -52,19 +52,11 @@ It is called immediately before the system configures its root and swap
devices, but fully after all normal autoconfiguration.
This can be used to let device subsystems needing delayed configuration (e.g.,
due to very long initialization times) still provide the root device.
-The
-I2O system, implemented by the
-.Xr iop 4
-and
-.Xr ioprbs 4
-drivers, is a good example.
.Pp
Mountroot hooks are, like shutdown hooks, implemented via the more general
.Xr dohooks 9
API.
.Sh SEE ALSO
-.Xr iop 4 ,
-.Xr ioprbs 4 ,
.Xr dohooks 9 ,
.Xr doshutdownhooks 9 ,
.Xr mountroothook_establish 9
diff --git a/share/man/man9/dostartuphooks.9 b/share/man/man9/dostartuphooks.9
index d8e650ede4f..f77efb5cd09 100644
--- a/share/man/man9/dostartuphooks.9
+++ b/share/man/man9/dostartuphooks.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dostartuphooks.9,v 1.9 2013/06/04 19:27:05 schwarze Exp $
+.\" $OpenBSD: dostartuphooks.9,v 1.10 2013/11/05 20:20:14 jmc Exp $
.\"
.\" Copyright (c) 2001 Niklas Hallqvist.
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: November 5 2013 $
.Dt DOSTARTUPHOOKS 9
.Os
.Sh NAME
@@ -52,19 +52,11 @@ It is called immediately before the system configures its root and swap
devices, but fully after all normal autoconfiguration.
This can be used to let device subsystems needing delayed configuration (e.g.,
due to very long initialization times) still provide the root device.
-The
-I2O system, implemented by the
-.Xr iop 4
-and
-.Xr ioprbs 4
-drivers, is a good example.
.Pp
Startup hooks are, like shutdown hooks, implemented via the more general
.Xr dohooks 9
API.
.Sh SEE ALSO
-.Xr iop 4 ,
-.Xr ioprbs 4 ,
.Xr dohooks 9 ,
.Xr domountroothooks 9 ,
.Xr doshutdownhooks 9 ,
diff --git a/share/man/man9/startuphook_establish.9 b/share/man/man9/startuphook_establish.9
index b4c42f8507f..2d65e6e2aab 100644
--- a/share/man/man9/startuphook_establish.9
+++ b/share/man/man9/startuphook_establish.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: startuphook_establish.9,v 1.6 2013/06/04 19:27:13 schwarze Exp $
+.\" $OpenBSD: startuphook_establish.9,v 1.7 2013/11/05 20:20:14 jmc Exp $
.\"
.\" Copyright (c) 1995 Niklas Hallqvist.
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: November 5 2013 $
.Dt STARTUPHOOK_ESTABLISH 9
.Os
.Sh NAME
@@ -78,12 +78,6 @@ returns an opaque pointer describing the newly established
startup hook.
Otherwise, it returns
.Dv NULL .
-.Sh EXAMPLES
-It may be appropriate to use a startup hook to provide potential root or
-swap devices that have delayed configuration.
-The
-.Xr iop 4
-shows an example of this usage.
.Sh SEE ALSO
.Xr dohooks 9 ,
.Xr doshutdownhooks 9 ,