From 2e54ff24967bf05fd3a5edfeab7b13f74a9ad0f0 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 6 Aug 2008 16:05:08 +0000 Subject: Grammar fixes. Thanks and a beer go out to Fred Condo. --- man5/ezjail.5 | 10 +++++----- man5/ezjail.conf.5 | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'man5') diff --git a/man5/ezjail.5 b/man5/ezjail.5 index f147ea9..62cbb42 100755 --- a/man5/ezjail.5 +++ b/man5/ezjail.5 @@ -17,17 +17,17 @@ then mounted read only into a number of stripped down jails via .SH INVOCATION The ezjail script \fBEZJAIL_PREFIX/etc/rc.d/ezjail.sh\fR takes parameters \fIstart, startcrypto, restart\fR and \fIstop\fR. It may be passed an additional list of -jails. If no jail name is specified (usually when the script is being called by -rc.local at boot and shutdown time), all jails in ezjails scope, except crypto -image jails (or jails marked as blocking), are being started/stopped. To start +jails. If no jail name is specified (usually when the script is called by +rc.local at boot and shutdown time), all jails in ezjail's scope, except crypto +image jails (or jails marked as blocking), are started/stopped. To start all crytpo image jails (or those depending on them), use the \fIstartcrypto\fR parameter. -The script examines its config, attaches and mounts images, sets +The script examines its config, attaches and mounts images, and sets variables for each jail in the jail_list before passing its command on to the \fB/etc/rc.d/jail\fR script. .SH NOTES .B ezjail.sh\fR enforces the execution of \fB/etc/rc.d/jail\fR, by -prepending \fI"one"\fR to the start, restart and stop commands so it is +prepending \fI"one"\fR to the start, restart, and stop commands so it is .B NOT NECESSARY\fR to set \fIjail_enable\fR in the \fB/etc/rc.conf\fR config file. .SH FILES diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5 index 042d915..9089b86 100755 --- a/man5/ezjail.conf.5 +++ b/man5/ezjail.conf.5 @@ -38,7 +38,7 @@ Cvs root to use when checking out or updating the ports tree in base jail .I default: :pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs .TP .B ezjail_ftphost (str) -This is where the install sub command defaults to fetch its packages from +This is where the install subcommand defaults to fetch its packages from .br .I default: ftp.freebsd.org .TP @@ -60,13 +60,13 @@ utility. Be careful about disabling ezjail_mount_enable. (Refer to for more information). .TP .B ezjail_mount_enable (bool) -Controls, whether /etc/fstab.hostname should be executed at jail startup +Controls whether /etc/fstab.hostname should be executed at jail startup time. .br .I default: "YES" .TP .B ezjail_devfs_enable (bool) -Controls, whether newly created jails will be given a working +Controls whether newly created jails are given a working .I /dev directory. (Refer to .B devfs(5) @@ -77,7 +77,7 @@ for more information). .I default: "YES" .TP .B ezjail_devfs_ruleset (str) -Specifies, which devfs ruleset should apply for newly created jails. +Specifies which devfs ruleset should apply for newly created jails. (Refer to .B devfs(5) and @@ -87,7 +87,7 @@ for more information). .I default: "devfsrules_jail" .TP .B ezjail_procfs_enable (bool) -Controls, whether newly created jails will be given a working +Controls whether newly created jails are given a working .I /proc directory. (Refer to .B procfs(5) @@ -98,7 +98,7 @@ for more information). .I default: "YES" .TP .B ezjail_fdescfs_enable (bool) -Controls, whether newly created jails will be given a working +Controls whether newly created jails are given a working .I /dev/fd/ directory. (Refer to .B fdescfs(5) -- cgit v1.2.3