diff options
author | ru <ru@FreeBSD.org> | 2002-08-13 14:10:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-08-13 14:10:36 +0000 |
commit | dfc370659669107ad53bb2da1c4eaa52acf9f1b5 (patch) | |
tree | ec9b40e714884b3d61cfcff2635bd7b10c401dd3 /lib/libc | |
parent | 2a6f0e09d3644fc41986fb25ef97b1ea9b556dd4 (diff) | |
download | FreeBSD-src-dfc370659669107ad53bb2da1c4eaa52acf9f1b5.zip FreeBSD-src-dfc370659669107ad53bb2da1c4eaa52acf9f1b5.tar.gz |
can not -> cannot.
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 |