diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-11-15 05:25:51 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-11-15 05:25:51 +0000 |
commit | eb581844e4339a481b679f315bd1cc8da837555e (patch) | |
tree | 0c5c095163aee9832509df4b65eab457818905c7 /share/doc/papers | |
parent | d448536ceb53078d1b67f95b21995c2422b49b9c (diff) |
Remove references to MAKEDEV(8)
Notes
Notes:
svn path=/head/; revision=215334
Diffstat (limited to 'share/doc/papers')
-rw-r--r-- | share/doc/papers/jail/mgt.ms | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/doc/papers/jail/mgt.ms b/share/doc/papers/jail/mgt.ms index e2835d7f4947..f3ab716dfbf0 100644 --- a/share/doc/papers/jail/mgt.ms +++ b/share/doc/papers/jail/mgt.ms @@ -56,8 +56,6 @@ FreeBSD build environment. .PP One notable difference from the default FreeBSD install is that only a limited set of device nodes should be created. -MAKEDEV(8) has been modified to accept a ``jail'' argument that creates -the correct set of nodes. .PP To improve storage efficiency, a fair number of the binaries in the system tree may be deleted, as they are not relevant in a jail environment. |