diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-25 10:22:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-25 10:22:32 +0000 |
commit | 823202b1bb5f7b566020f1b390fdb798ba19a7cc (patch) | |
tree | 6846fc9fa2a2b42f586c1ea1edbe466981b90854 /share | |
parent | d9a33cf76e26570487b13d4dfc10418183b1ea77 (diff) |
document bsd.rd; text from tom;
ok nick@ tom@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/hier.7 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index e61bae904c8..8ed0f2b8c77 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.53 2005/01/20 17:03:21 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.54 2005/02/25 10:22:31 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -54,6 +54,11 @@ system libraries to run. .It /bsd Pure kernel executable (the operating system loaded into memory at boot-time). +.It /bsd.rd +Installation kernel. +The built-in RAM disk contains utilities which can be run +without an external file system, so this kernel is useful +for limited system maintenance too. .It /dev/ Block and character device files. .Pp |