diff options
-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 174af30..0d12946 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 d3b807d..abf95c7 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: |