summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xman1/ezjail-admin.14
-rwxr-xr-xman5/ezjail.56
-rwxr-xr-xman5/ezjail.conf.54
3 files changed, 7 insertions, 7 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index 68aadb4..c2b1263 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -90,9 +90,9 @@ host system with
90is considered a good idea. 90is considered a good idea.
91.SH FILES 91.SH FILES
92.T4 92.T4
93/usr/local/etc/ezjail.conf 93EZJAIL_PREFIX/etc/ezjail.conf
94.br 94.br
95/usr/local/etc/rc.d/ezjail 95EZJAIL_PREFIX/etc/rc.d/ezjail
96.SH "SEE ALSO" 96.SH "SEE ALSO"
97ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5) 97ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5)
98.SH AUTHOR 98.SH AUTHOR
diff --git a/man5/ezjail.5 b/man5/ezjail.5
index 15fbc58..5ead85a 100755
--- a/man5/ezjail.5
+++ b/man5/ezjail.5
@@ -2,7 +2,7 @@
2.SH NAME 2.SH NAME
3ezjail \- A simple jail setup framework 3ezjail \- A simple jail setup framework
4.SH SYNOPSIS 4.SH SYNOPSIS
5/usr/local/etc/rc.d/ezjail 5EZJAIL_PREFIX/etc/rc.d/ezjail
6.SH DESCRIPTION 6.SH DESCRIPTION
7The ezjail framework provides a simple way to create many virtual FreeBSD 7The ezjail framework provides a simple way to create many virtual FreeBSD
8servers by using FreeBSD's jail system. It requires little administration 8servers by using FreeBSD's jail system. It requires little administration
@@ -35,9 +35,9 @@ so it is not necessary to enable jails in the
35.B /etc/rc.conf 35.B /etc/rc.conf
36config file. 36config file.
37.SH FILES 37.SH FILES
38/usr/local/etc/ezjail.conf 38EZJAIL_PREFIX/etc/ezjail.conf
39.br 39.br
40/usr/local/etc/rc.d/ezjail 40EZJAIL_PREFIX/etc/rc.d/ezjail
41.SH "SEE ALSO" 41.SH "SEE ALSO"
42ezjail-admin(1), ezjail.conf(5), jail(8), mount_nullfs(8) 42ezjail-admin(1), ezjail.conf(5), jail(8), mount_nullfs(8)
43.SH AUTHOR 43.SH AUTHOR
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5
index bbc0b1a..529c4a3 100755
--- a/man5/ezjail.conf.5
+++ b/man5/ezjail.conf.5
@@ -87,9 +87,9 @@ for more information).
87.br 87.br
88.I default: "YES" 88.I default: "YES"
89.SH FILES 89.SH FILES
90/usr/local/etc/ezjail.conf 90EZJAIL_PREFIX/etc/ezjail.conf
91.br 91.br
92/usr/local/etc/rc.d/ezjail 92EZJAIL_PREFIX/etc/rc.d/ezjail
93.SH "SEE ALSO" 93.SH "SEE ALSO"
94ezjail-admin(1), ezjail(5), jail(8), devfs(5), fdescfs(5), procfs(5) 94ezjail-admin(1), ezjail(5), jail(8), devfs(5), fdescfs(5), procfs(5)
95.SH AUTHOR 95.SH AUTHOR