diff options
author | 2004-11-28 22:10:02 +0000 | |
---|---|---|
committer | 2004-11-28 22:10:02 +0000 | |
commit | b83af1885ae3582db35eefa2854998589e249fbe (patch) | |
tree | 4fbacde5c1bae7b85e987d2cafd93bd8a72db135 /share/man/man9/doshutdownhooks.9 | |
parent | use gettimeofday() instead of time() in functions called from signal handlers; henning ok (diff) | |
download | wireguard-openbsd-b83af1885ae3582db35eefa2854998589e249fbe.tar.xz wireguard-openbsd-b83af1885ae3582db35eefa2854998589e249fbe.zip |
sort SEE ALSO;
Diffstat (limited to 'share/man/man9/doshutdownhooks.9')
-rw-r--r-- | share/man/man9/doshutdownhooks.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/doshutdownhooks.9 b/share/man/man9/doshutdownhooks.9 index e3113bcb167..a13ec46f667 100644 --- a/share/man/man9/doshutdownhooks.9 +++ b/share/man/man9/doshutdownhooks.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: doshutdownhooks.9,v 1.8 2004/11/28 02:29:16 deraadt Exp $ +.\" $OpenBSD: doshutdownhooks.9,v 1.9 2004/11/28 22:10:02 jmc Exp $ .\" $NetBSD: doshutdownhooks.9,v 1.1 1995/11/25 21:24:49 perry Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -63,6 +63,6 @@ API. .Sh SEE ALSO .Xr boot 9 , .Xr dohooks 9 , -.Xr dostartuphooks 9 , .Xr domountroothooks 9 , +.Xr dostartuphooks 9 , .Xr shutdownhook_establish 9 |