diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-08-02 00:33:11 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-08-02 00:33:11 +0800 |
commit | 0c926073ff9ccf507fb7969e19f3b28b833eab44 (patch) | |
tree | 205eda5f4c924f487263ec17828845ca6f3b83cc /sysutils | |
parent | c04cc57a1dbdc00a417751d12e5017e649cb74b3 (diff) | |
download | freebsd-ports-gnome-0c926073ff9ccf507fb7969e19f3b28b833eab44.tar.gz freebsd-ports-gnome-0c926073ff9ccf507fb7969e19f3b28b833eab44.tar.zst freebsd-ports-gnome-0c926073ff9ccf507fb7969e19f3b28b833eab44.zip |
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dvdisaster/pkg-message | 2 | ||||
-rw-r--r-- | sysutils/hextools/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dvdisaster/pkg-message b/sysutils/dvdisaster/pkg-message index 4ade30318520..53d552a16433 100644 --- a/sysutils/dvdisaster/pkg-message +++ b/sysutils/dvdisaster/pkg-message @@ -7,7 +7,7 @@ so the program will not detect any available drives if the user running dvdisaster does not have permissions to read /dev/pass* FreeBSD 9.x does not pre-install an uniform CD-ROM driver for SCSI and ATAPI -drives. Therefore dvdisaster can not use any ATAPI drives in an out-of-the-box +drives. Therefore dvdisaster cannot use any ATAPI drives in an out-of-the-box FreeBSD 9.x installation. * Loading the atapicam kernel module by hand diff --git a/sysutils/hextools/pkg-descr b/sysutils/hextools/pkg-descr index 401f97506d93..04060145a7e6 100644 --- a/sysutils/hextools/pkg-descr +++ b/sysutils/hextools/pkg-descr @@ -1,5 +1,5 @@ reversible hexdump is a hexdump/hex2bin-toolkit that dumps to a special -readable and reversible hexadecimal byte-dump,where you can not only change +readable and reversible hexadecimal byte-dump,where you cannot only change bytes, but also insert or delete bytes. It has a flush-switch, where it will output hexbytes for each single char it reads. This is especially useful for watching output from slow devices (e.g., serial devices like mice). The |