diff options
author | joel <joel@FreeBSD.org> | 2012-06-03 11:29:48 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-06-03 11:29:48 +0000 |
commit | 401c81aaa909b683c20e464e2c7929761e8d96da (patch) | |
tree | b972e3e89a958c473162abf0a81b09357b1a46c2 /usr.sbin/jail | |
parent | 2ca9c240e72283672d88c0a4bf5ad53711334456 (diff) | |
download | FreeBSD-src-401c81aaa909b683c20e464e2c7929761e8d96da.zip FreeBSD-src-401c81aaa909b683c20e464e2c7929761e8d96da.tar.gz |
Minor spelling fixes.
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.8 | 2 | ||||
-rw-r--r-- | usr.sbin/jail/jail.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 2905806..9204686 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -429,7 +429,7 @@ See the .Sx "Hierarchical Jails" section for more information. .It Va children.cur -The number of descendents of this jail, including its own child jails +The number of descendants of this jail, including its own child jails and any jails created under them. .It Va enforce_statfs This determines which information processes in a jail are able to get diff --git a/usr.sbin/jail/jail.conf.5 b/usr.sbin/jail/jail.conf.5 index 7c80d22..2e48829 100644 --- a/usr.sbin/jail/jail.conf.5 +++ b/usr.sbin/jail/jail.conf.5 @@ -125,7 +125,7 @@ Variable substitution occurs in unquoted tokens or in double-quoted strings, but not in single-quote strings. .Pp A variable is defined in the same way a parameter is, except that the -variable name is preceeded with a dollar sign: +variable name is preceded with a dollar sign: .Bd -literal -offset indent $parentdir = "/var/jail"; path = "$parentdir/$name"; |