diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2018-11-26 13:23:10 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2018-11-26 13:23:10 +0000 |
| commit | 81b5eaa2d1e9b8e165d74fc75c3ee817bddb7aa0 (patch) | |
| tree | cc85c0443d83c083787062864b3f2011193c18d4 /sbin/rcorder | |
| parent | 8e2dbf775a1d4fd087c573a4c3d0fdfe79bfe1cc (diff) | |
Notes
Diffstat (limited to 'sbin/rcorder')
| -rw-r--r-- | sbin/rcorder/rcorder.8 | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8 index 5397b4ba4e24..84e508b09f9d 100644 --- a/sbin/rcorder/rcorder.8 +++ b/sbin/rcorder/rcorder.8 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 10, 2016 +.Dd October 27, 2018 .Dt RCORDER 8 .Os .Sh NAME @@ -136,6 +136,23 @@ There must be at least one file with no dependencies in the set of arguments passed to .Nm in order for it to find a starting place in the dependency ordering. +.Sh KEYWORDS +There are several +.Em KEYWORDs +in use: +.Bl -tag -width ".Cm shutdown" -offset indent +.It Cm firstboot, nojail, nojailvnet, nostart +Used by +.Xr rc 8 . +.It Cm resume +Used by +.Nm /etc/rc.resume +(see +.Xr acpiconf 8 ) +.It Cm shutdown +Used by +.Xr rc.shutdown 8 . +.El .Sh DIAGNOSTICS The .Nm @@ -156,7 +173,9 @@ A set of files has a circular dependency which was detected while processing the stated file. .El .Sh SEE ALSO -.Xr rc 8 +.Xr acpiconf 8 , +.Xr rc 8 , +.Xr rc.shutdown 8 .Sh HISTORY The .Nm |
