diff options
author | green <green@FreeBSD.org> | 2000-03-06 23:06:11 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-03-06 23:06:11 +0000 |
commit | d5638c997dc4e9cc88530568ed8e67c7020c5d91 (patch) | |
tree | 6efe17a3a302ef09c2f7ca9bb7f684d43f92d960 /usr.bin | |
parent | d441a3a42128d23e617cc12dbc636623a662f9b1 (diff) | |
download | FreeBSD-src-d5638c997dc4e9cc88530568ed8e67c7020c5d91.zip FreeBSD-src-d5638c997dc4e9cc88530568ed8e67c7020c5d91.tar.gz |
Make a run-on sentence into two proper sentences, and clarify the meaning
a bit.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/script/script.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 0665de8..e6486d3 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -109,9 +109,8 @@ Certain interactive commands, such as .Xr vi 1 , create garbage in the typescript file. .Nm Script -works best with commands that do not manipulate the -screen, the results are meant to emulate a hardcopy -terminal. +works best with commands that do not manipulate the screen. +The results are meant to emulate a hardcopy terminal, not an addressable one. .Sh ENVIRONMENT The following environment variable is utilized by .Nm script : |