diff options
author | eivind <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
commit | 7a1932b3971138464cfb10763fe5d59809ef0bf6 (patch) | |
tree | e70dcc788e560fb997c5e4fc1fb579bea644fb53 /usr.sbin/fdwrite | |
parent | 41df10b059eb574e0f5c7392aff64eec58760cdc (diff) | |
download | FreeBSD-src-7a1932b3971138464cfb10763fe5d59809ef0bf6.zip FreeBSD-src-7a1932b3971138464cfb10763fe5d59809ef0bf6.tar.gz |
`it's'' -> `its'' where appropriate and typo fixes in time2posix.3.
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
Diffstat (limited to 'usr.sbin/fdwrite')
-rw-r--r-- | usr.sbin/fdwrite/fdwrite.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index 1063875..d445eed 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id$ +.\" $Id: fdwrite.1,v 1.4 1997/02/22 16:05:48 peter Exp $ .\" .\" .Dd September 16, 1993 @@ -29,7 +29,7 @@ Any floppy disk device capable of formatting can be used. will ask the user .Pq on /dev/tty to insert a new floppy and press return. -The device will then be opened, and queried for it's parameters, +The device will then be opened, and queried for its parameters, then each track will be formatted, written with data from the .Ar inputfile , read back and compared. |