summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-07-01 14:48:24 +0000
committeraaron <aaron@openbsd.org>2000-07-01 14:48:24 +0000
commit472d76c28eb552d4410ebb5b1edcb9abf3bc22d9 (patch)
tree63416149655a48605c6495fb8b4b9ef5aaab023e
parentAdd man pages for the kernel power hook mechanisms. (diff)
downloadwireguard-openbsd-472d76c28eb552d4410ebb5b1edcb9abf3bc22d9.tar.xz
wireguard-openbsd-472d76c28eb552d4410ebb5b1edcb9abf3bc22d9.zip
Better english.
-rw-r--r--share/man/man9/shutdownhook_establish.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/shutdownhook_establish.9 b/share/man/man9/shutdownhook_establish.9
index 855677bba6c..9c8c2f69983 100644
--- a/share/man/man9/shutdownhook_establish.9
+++ b/share/man/man9/shutdownhook_establish.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shutdownhook_establish.9,v 1.7 1999/09/05 16:23:11 espie Exp $
+.\" $OpenBSD: shutdownhook_establish.9,v 1.8 2000/07/01 14:48:24 aaron Exp $
.\" $NetBSD: shutdownhook_establish.9,v 1.1 1995/11/25 21:24:52 perry Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
@@ -68,8 +68,8 @@ is undefined.
Shutdown hooks should be used to perform one-time activities
that must happen immediately before the kernel exits. Because
of the environment in which they are run, shutdown hooks cannot
-rely on many system services (including file systems, and timeouts
-and other interrupt-driven services), or even basic system
+rely on many system services (including file systems, timeouts,
+and other interrupt-driven services) or even basic system
integrity (because the system could be rebooting after a crash).
.Sh RETURN VALUES
If successful,