diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-24 13:58:21 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-24 13:58:21 +0000 |
| commit | 025e7517235ad7a42cda71aeea8aa14cadf50389 (patch) | |
| tree | 10aed4311fc798bf8247204d25f6b4a2962e1b04 /share/doc | |
| parent | 468e81775d3f2a1c37ef4695ccadb3f34d06bd59 (diff) | |
Notes
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/papers/jail/Makefile | 6 | ||||
| -rw-r--r-- | share/doc/papers/jail/paper.ms | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/share/doc/papers/jail/Makefile b/share/doc/papers/jail/Makefile index 174af30c374a..0d12946eaef6 100644 --- a/share/doc/papers/jail/Makefile +++ b/share/doc/papers/jail/Makefile @@ -1,10 +1,8 @@ # $FreeBSD$ -PRINTERDEVICE=ps -NODOCCOMPRESS=1 VOLUME= papers DOC= jail SRCS= paper.ms -MACROS= -ms -U -OBJS= implementation.ms mgt.ms future.ms +EXTRA= implementation.ms mgt.ms future.ms +MACROS= -ms -mpspic -U .include <bsd.doc.mk> diff --git a/share/doc/papers/jail/paper.ms b/share/doc/papers/jail/paper.ms index d3b807dccebe..abf95c7d87c7 100644 --- a/share/doc/papers/jail/paper.ms +++ b/share/doc/papers/jail/paper.ms @@ -1,6 +1,8 @@ .\" .\" $FreeBSD$ .\" +.if n .ftr C R +.ig TL .ds CH " .nr PI 2n .nr PS 12 @@ -341,7 +343,6 @@ prohibited. \(bu Changing securelevel-related file flags is prohibited. .IP \(bu Accessing network resources not associated with the jail is prohibited. -.bp .PP Other privileged activities are permitted as long as they are limited to the scope of the jail: |
