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 /gnu | |
parent | 2a6f0e09d3644fc41986fb25ef97b1ea9b556dd4 (diff) | |
download | FreeBSD-src-dfc370659669107ad53bb2da1c4eaa52acf9f1b5.zip FreeBSD-src-dfc370659669107ad53bb2da1c4eaa52acf9f1b5.tar.gz |
can not -> cannot.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/ld.1 | 2 | ||||
-rw-r--r-- | gnu/usr.bin/ld/ld.1aout | 2 | ||||
-rw-r--r-- | gnu/usr.bin/tar/tar.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1 index f60de7f..23e76e8 100644 --- a/gnu/usr.bin/ld/ld.1 +++ b/gnu/usr.bin/ld/ld.1 @@ -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 diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout index 0592d98..7a3eed8 100644 --- a/gnu/usr.bin/ld/ld.1aout +++ b/gnu/usr.bin/ld/ld.1aout @@ -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 diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index 3cc2ea7..b48b194 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -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. |