From 401c81aaa909b683c20e464e2c7929761e8d96da Mon Sep 17 00:00:00 2001 From: joel Date: Sun, 3 Jun 2012 11:29:48 +0000 Subject: Minor spelling fixes. --- usr.sbin/jail/jail.8 | 2 +- usr.sbin/jail/jail.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/jail') 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"; -- cgit v1.1