diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/rc.shutdown.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man8/rc.shutdown.8 b/share/man/man8/rc.shutdown.8 index 291b105eb61..93e45ac7503 100644 --- a/share/man/man8/rc.shutdown.8 +++ b/share/man/man8/rc.shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.shutdown.8,v 1.15 2017/07/13 19:16:33 jmc Exp $ +.\" $OpenBSD: rc.shutdown.8,v 1.16 2020/05/16 16:58:12 jmc Exp $ .\" .\" Copyright (c) 1999 Aaron Campbell .\" All rights reserved. @@ -24,7 +24,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: July 13 2017 $ +.Dd $Mdocdate: May 16 2020 $ .Dt RC.SHUTDOWN 8 .Os .Sh NAME @@ -77,6 +77,8 @@ though not the latter. .Bl -tag -width "/etc/rc.shutdown" .It Pa /etc/rc.shutdown Command script run at system shutdown. +.It Pa /etc/examples/rc.shutdown +Example script. .El .Sh SEE ALSO .Xr init 8 , |