diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-08-23 15:48:52 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-08-23 15:48:52 -0400 |
commit | 1556afae40c09034f2e1e53570c61593912c4fd4 (patch) | |
tree | 425c748d1b46a9d9f1083627ee9653a59729c41c /sys/man/1 | |
parent | eca2dbed8b9872f8071b0e8ddc2d1da3f097f283 (diff) |
2c(1), torrent(1), uhtml(1), kbd(3), cwfs(4), hgfs(4), cifsd(8), cryptsetup(8), hjfs(8), kbdfs(8), realemu(8), wpa(8): fix spelling, typos
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/2c | 2 | ||||
-rw-r--r-- | sys/man/1/torrent | 4 | ||||
-rw-r--r-- | sys/man/1/uhtml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/1/2c b/sys/man/1/2c index cb663e306..023ccc099 100644 --- a/sys/man/1/2c +++ b/sys/man/1/2c @@ -404,7 +404,7 @@ only division and modulus use the run-time library and the other operators generate in-line code (and .I uvlong-expression -.I divison-or-modulus +.I division-or-modulus .BI "(1<<" constant ) will turn into in-line bit operations, as is done for shorter diff --git a/sys/man/1/torrent b/sys/man/1/torrent index d0502975a..e2bc3f747 100644 --- a/sys/man/1/torrent +++ b/sys/man/1/torrent @@ -45,7 +45,7 @@ option. If provided, .I torrent reads the file given at the final .I file -argument (or standard-input when omited) and writes +argument (or standard-input when omitted) and writes a torrent file to standard-output and exits. A .I tracker-url @@ -60,7 +60,7 @@ can be passed with the .B -w option. If .I webseed-url -ends with a slash, the filename, from the torrent, concatinated +ends with a slash, the filename, from the torrent, concatenated with the url forms the target url. .PP Without the diff --git a/sys/man/1/uhtml b/sys/man/1/uhtml index 5e91a5608..4d81c3175 100644 --- a/sys/man/1/uhtml +++ b/sys/man/1/uhtml @@ -14,7 +14,7 @@ uhtml \- convert foreign character set HTML file to unicode .SH DESCRIPTION HTML comes in various character set encodings and has special forms to encode characters. To -make it easier to process html, uthml is used +make it easier to process html, uhtml is used to normalize it to a unicode only form. .LP Uhtml detects the character set of the html input |