diff options
author | 2001-03-09 14:04:19 +0000 | |
---|---|---|
committer | 2001-03-09 14:04:19 +0000 | |
commit | bf8dbd1c0b137140bb1fdf937b4b9e5de60bf5db (patch) | |
tree | fedaec4c0ca4e426ec158dbce1e7d5057a21b2f4 | |
parent | typo; slade@shore.net (diff) | |
download | wireguard-openbsd-bf8dbd1c0b137140bb1fdf937b4b9e5de60bf5db.tar.xz wireguard-openbsd-bf8dbd1c0b137140bb1fdf937b4b9e5de60bf5db.zip |
Remove hard sentence break.
-rw-r--r-- | share/man/man9/doshutdownhooks.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/doshutdownhooks.9 b/share/man/man9/doshutdownhooks.9 index a3e67694e0b..6c241847d59 100644 --- a/share/man/man9/doshutdownhooks.9 +++ b/share/man/man9/doshutdownhooks.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: doshutdownhooks.9,v 1.4 1999/09/02 17:28:06 espie Exp $ +.\" $OpenBSD: doshutdownhooks.9,v 1.5 2001/03/09 14:04:19 aaron Exp $ .\" $NetBSD: doshutdownhooks.9,v 1.1 1995/11/25 21:24:49 perry Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -44,7 +44,8 @@ The .Fn doshutdownhooks function invokes all shutdown hooks established using the .Xr shutdownhook_establish 9 -function. Shutdown hooks are called in reverse order, i.e. +function. +Shutdown hooks are called in reverse order, i.e., the shutdown hook established last will be called first. .Pp This function is called from |