summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-08-13 14:10:36 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-08-13 14:10:36 +0000
commite091d0c2ac8a8047e7eceb649826f86681603f65 (patch)
treeec9b40e714884b3d61cfcff2635bd7b10c401dd3 /lib/libc
parentf6daca0dac7c21a5371e4e7e12484bd93ad82d18 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/fmtcheck.32
-rw-r--r--lib/libc/sys/acct.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/fmtcheck.3 b/lib/libc/gen/fmtcheck.3
index 64fbf2db36ab..e070cc5e415e 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 c9b79c3b78b4..0095dc4ebc15 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