diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/fmtcheck.3 | 2 | ||||
-rw-r--r-- | lib/libc/sys/acct.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/fmtcheck.3 b/lib/libc/gen/fmtcheck.3 index 64fbf2d..e070cc5 100644 --- a/lib/libc/gen/fmtcheck.3 +++ b/lib/libc/gen/fmtcheck.3 @@ -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 diff --git a/lib/libc/sys/acct.2 b/lib/libc/sys/acct.2 index c9b79c3..0095dc4 100644 --- a/lib/libc/sys/acct.2 +++ b/lib/libc/sys/acct.2 @@ -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 |