diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-08-04 06:34:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-08-04 06:34:25 +0000 |
commit | 4f8e8863db81c99a911ce0a123a2c53decca937b (patch) | |
tree | 45e2abd1c4a8d44baae5e3c66862dc6473e8f966 /share/man | |
parent | b4a91b5b0e2c8260f9f29bc0212cc950f81bcb89 (diff) |
add /var/run/rc.d/
help/ok schwarze
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/hier.7 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 0a5c5c55369..ffcaa66d3c4 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.141 2015/07/30 11:11:33 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.142 2015/08/04 06:34:24 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: July 30 2015 $ +.Dd $Mdocdate: August 4 2015 $ .Dt HIER 7 .Os .Sh NAME @@ -578,6 +578,10 @@ System information files describing various info about the system since it was booted. .Pp .Bl -tag -width Fl -compact +.It rc.d/ +Details of currently running daemons; +used by +.Xr rc.d 8 . .It utmp Database of current users (see .Xr utmp 5 ) . |