git: dca2b27e4247 - main - jail.conf.5: Minor igor issues
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Sep 2024 13:00:07 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=dca2b27e4247c4dad18a8e82d237e05c8ace7271
commit dca2b27e4247c4dad18a8e82d237e05c8ace7271
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-09-21 12:43:34 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-09-21 12:43:34 +0000
jail.conf.5: Minor igor issues
Sponsored by: Netflix
---
usr.sbin/jail/jail.conf.5 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/jail/jail.conf.5 b/usr.sbin/jail/jail.conf.5
index dda2c0366dd1..f2c1861cc304 100644
--- a/usr.sbin/jail/jail.conf.5
+++ b/usr.sbin/jail/jail.conf.5
@@ -98,7 +98,7 @@ parameter is implicitly set to the name in the jail definition.
.Ss String format
Parameter values, including jail names, can be single tokens or quoted
strings.
-A token is any sequence of characters that aren't considered special in
+A token is any sequence of characters that are not considered special in
the syntax of the configuration file (such as a semicolon or
whitespace).
If a value contains anything more than letters, numbers, dots, dashes
@@ -146,7 +146,7 @@ definition.
.Pp
Variable substitution is done on a per-jail basis, even when that
substitution is for a parameter defined in a wildcard section.
-This is useful for wildcard parameters based on e.g. a jail's name.
+This is useful for wildcard parameters based on e.g., a jail's name.
.Pp
Later definitions in the configuration file supersede earlier ones, so a
wildcard section placed before (above) a jail definition defines
@@ -196,7 +196,7 @@ shell formats:
# This is a shell style comment.
.Ed
.Pp
-Comments are legal wherever whitespace is allowed, i.e. anywhere except
+Comments are legal wherever whitespace is allowed, i.e., anywhere except
in the middle of a string or a token.
.Sh FILES
.Bl -tag -width "indent" -compact