mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
can not -> cannot.
This commit is contained in:
parent
f6daca0dac
commit
e091d0c2ac
8 changed files with 9 additions and 9 deletions
|
|
@ -93,7 +93,7 @@ searches for a library of the from libx.so.n.m
|
|||
(see the
|
||||
.Fl l
|
||||
option)
|
||||
according to the search rules in effect. If such a file can not be
|
||||
according to the search rules in effect. If such a file cannot be
|
||||
found a traditional archive is looked for.
|
||||
This options can appear anywhere on the command line and is complementary
|
||||
to
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ searches for a library of the from libx.so.n.m
|
|||
(see the
|
||||
.Fl l
|
||||
option)
|
||||
according to the search rules in effect. If such a file can not be
|
||||
according to the search rules in effect. If such a file cannot be
|
||||
found a traditional archive is looked for.
|
||||
This options can appear anywhere on the command line and is complementary
|
||||
to
|
||||
|
|
|
|||
|
|
@ -570,4 +570,4 @@ The
|
|||
.Nm
|
||||
file format is a semi fixed width field format, and the field
|
||||
for device numbers were designed for 16 bit (8 major, 8 minor)
|
||||
and can not absorb our 32 bit (8 major, 16+8 minor) numbers.
|
||||
and cannot absorb our 32 bit (8 major, 16+8 minor) numbers.
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ is a valid format string.
|
|||
.Pp
|
||||
The
|
||||
.Xr printf 3
|
||||
family of functions can not verify the types of arguments that they are
|
||||
family of functions cannot verify the types of arguments that they are
|
||||
passed at run-time. In some cases, like
|
||||
.Xr catgets 3 ,
|
||||
it is useful or necessary to use a user-supplied format string with no
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ conditions an accounting record is appended to
|
|||
.Fa file .
|
||||
Abnormal conditions of termination are reboots
|
||||
or other fatal system problems.
|
||||
Records for processes which never terminate can not be
|
||||
Records for processes which never terminate cannot be
|
||||
produced by
|
||||
.Fn acct .
|
||||
.Pp
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ Do not try enlarging a mounted filesystem, your system may panic and you will
|
|||
not be able to use the filesystem any longer.
|
||||
Most of the
|
||||
.Xr newfs 8
|
||||
options can not be changed by
|
||||
options cannot be changed by
|
||||
.Nm .
|
||||
In fact, you can only increase the size of the filesystem.
|
||||
Use
|
||||
|
|
@ -168,7 +168,7 @@ writes this critical structure to disk and reads it again later for doing more
|
|||
updates.
|
||||
This read operation will provide unexpected data when using
|
||||
.Fl N .
|
||||
Therefore, this part can not really be simulated and will be skipped in test
|
||||
Therefore, this part cannot really be simulated and will be skipped in test
|
||||
mode.
|
||||
.Sh SEE ALSO
|
||||
.Xr disklabel 8 ,
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ leaves it unchanged.
|
|||
Otherwise,
|
||||
.Nm
|
||||
raises the level to 1 before going multi-user for the first time.
|
||||
Since the level can not be reduced, it will be at least 1 for
|
||||
Since the level cannot be reduced, it will be at least 1 for
|
||||
subsequent operation, even on return to single-user.
|
||||
If a level higher than 1 is desired while running multi-user,
|
||||
it can be set before going multi-user, e.g., by the startup script
|
||||
|
|
|
|||
|
|
@ -465,7 +465,7 @@ rules starting from the rule number
|
|||
will be used for punching firewall holes.
|
||||
The range will be cleared for all rules on startup.
|
||||
.It Fl log_ipfw_denied
|
||||
Log when a packet can not be re-injected because an
|
||||
Log when a packet cannot be re-injected because an
|
||||
.Xr ipfw 8
|
||||
rule blocks it.
|
||||
This is the default with
|
||||
|
|
|
|||
Loading…
Reference in a new issue