diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-01 14:48:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-01 14:48:25 +0000 |
commit | d2be8859de9d4ab53fcb0927967b74b85875c556 (patch) | |
tree | 59f405761b8ad481c8fb8e267c2c388034e905fd /share | |
parent | f2a3d530ae72948ba706dc14c2d10cc6f52d0415 (diff) |
Better english.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/shutdownhook_establish.9 | 6 |
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, |