diff options
author | 2001-04-18 20:58:54 +0000 | |
---|---|---|
committer | 2001-04-18 20:58:54 +0000 | |
commit | 40b5da667cf641d1c1ffbdbfde3e4632bc9bef72 (patch) | |
tree | 8ff88714efcfcd5cd94aac020b572c8f88e284f9 | |
parent | date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0 (diff) | |
download | wireguard-openbsd-40b5da667cf641d1c1ffbdbfde3e4632bc9bef72.tar.xz wireguard-openbsd-40b5da667cf641d1c1ffbdbfde3e4632bc9bef72.zip |
xref rc.conf(8) and rc.shutdown(8). ok aaron@
-rw-r--r-- | share/man/man8/rc.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 0c1b6c0d26d..82e5a54a4a1 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.14 2001/03/11 05:46:51 aaron Exp $ +.\" $OpenBSD: rc.8,v 1.15 2001/04/18 20:58:54 jakob Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -184,6 +184,8 @@ login class as described in .Xr login.conf 5 , .Xr sysctl.conf 5 , .Xr init 8 , +.Xr rc.conf 8 , +.Xr rc.shutdown 8 , .Xr reboot 8 , .Xr savecore 8 .Sh HISTORY |