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/jail.conf.5 | |
parent | 2ca9c240e72283672d88c0a4bf5ad53711334456 (diff) | |
download | FreeBSD-src-401c81aaa909b683c20e464e2c7929761e8d96da.zip FreeBSD-src-401c81aaa909b683c20e464e2c7929761e8d96da.tar.gz |
Minor spelling fixes.
Diffstat (limited to 'usr.sbin/jail/jail.conf.5')
-rw-r--r-- | usr.sbin/jail/jail.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |