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 | |
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')
-rw-r--r-- | sys/man/1/2c | 2 | ||||
-rw-r--r-- | sys/man/1/torrent | 4 | ||||
-rw-r--r-- | sys/man/1/uhtml | 2 | ||||
-rw-r--r-- | sys/man/3/kbd | 4 | ||||
-rw-r--r-- | sys/man/4/cwfs | 2 | ||||
-rw-r--r-- | sys/man/4/hgfs | 4 | ||||
-rw-r--r-- | sys/man/8/cifsd | 8 | ||||
-rw-r--r-- | sys/man/8/cryptsetup | 2 | ||||
-rw-r--r-- | sys/man/8/hjfs | 2 | ||||
-rw-r--r-- | sys/man/8/kbdfs | 2 | ||||
-rw-r--r-- | sys/man/8/realemu | 2 | ||||
-rw-r--r-- | sys/man/8/wpa | 2 |
12 files changed, 18 insertions, 18 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 diff --git a/sys/man/3/kbd b/sys/man/3/kbd index 70234b522..3d95cb4e8 100644 --- a/sys/man/3/kbd +++ b/sys/man/3/kbd @@ -19,8 +19,8 @@ and .PP Reading the .BR scancode -file returns the raw scancode stream as it is emited by the keyboard -device without any translation. It is usualy +file returns the raw scancode stream as it is emitted by the keyboard +device without any translation. It is usually .IR kbdfs (8) task to interpret the scancodes and provide device independent keyboard input to programs. The diff --git a/sys/man/4/cwfs b/sys/man/4/cwfs index baabbb620..beb800c7e 100644 --- a/sys/man/4/cwfs +++ b/sys/man/4/cwfs @@ -309,7 +309,7 @@ io buffers. Where .I cwfs running under the Plan 9 kernel reserves a settable percentage of the remaining user pages. The percentage is read from the -enviroment variable +environment variable .B fsmempercent which when not set is assumed to be 25% (default). .SH EXAMPLES diff --git a/sys/man/4/hgfs b/sys/man/4/hgfs index 5445df3c1..94ab79b7a 100644 --- a/sys/man/4/hgfs +++ b/sys/man/4/hgfs @@ -71,7 +71,7 @@ and the hash are able to identify a revision uniquely; only one of them needs to be given when walking the root directory. The hexadecimal hash -may be shortend so long as the resulting lookup yields +may be shortened so long as the resulting lookup yields a unique result. The special name .B tip corresponds to the latest revision but does not appear @@ -107,7 +107,7 @@ commit message of the changeset. .TP .B files A directory that contains a snapshot of the tree at the time -the changeset was commited. +the changeset was committed. To retrieve the \fIn\fRth past version of a file relative to the changeset, diff --git a/sys/man/8/cifsd b/sys/man/8/cifsd index a1187301e..251c65918 100644 --- a/sys/man/8/cifsd +++ b/sys/man/8/cifsd @@ -36,7 +36,7 @@ wich passes and filedescriptors 0 and 1 to the incoming connection. .PP Users are authenticated by ther Inferno/pop secret held by the auth server. -When successfull, +When successful, .I cifsd changes its user id and namespace to the authenticated user. Informative log messages are appended to @@ -85,13 +85,13 @@ be enabled. Valid options are: .RS .TP .B trspaces -transforms whitespaces in filenames to non breaking whitespaces. This is usefull +transforms whitespace in filenames to non breaking whitespace. This is useful when exporting filesystems other than fossil. .TP .B casesensitive By default, filename lookups are done case insensitive to match -windows filesystem sematics. This option disables case insensitive -lookups wich can result in a performance improvement, but might break +windows filesystem semantics. This option disables case insensitive +lookups which can result in a performance improvement, but might break some applications. .SH FILES .B /rc/bin/service/tcp445 diff --git a/sys/man/8/cryptsetup b/sys/man/8/cryptsetup index 06209dbaf..d74ec2a50 100644 --- a/sys/man/8/cryptsetup +++ b/sys/man/8/cryptsetup @@ -30,7 +30,7 @@ The flags .B -i and .B -o -activate a previously formated encrypted partition. The +activate a previously formatted encrypted partition. The .B -o flag outputs the .IR fs (3) diff --git a/sys/man/8/hjfs b/sys/man/8/hjfs index 49573fbb4..58fb32cab 100644 --- a/sys/man/8/hjfs +++ b/sys/man/8/hjfs @@ -177,7 +177,7 @@ the old Dangerous if used carelessly. .PP .I Debug-deind -requiers a +requires a .I file argument. It prints the directory entry of .I file. diff --git a/sys/man/8/kbdfs b/sys/man/8/kbdfs index 5ec81547e..606941f68 100644 --- a/sys/man/8/kbdfs +++ b/sys/man/8/kbdfs @@ -37,7 +37,7 @@ and its .BR kbin and .BR kbdin -file and optionaly reads console input from +file and optionally reads console input from .I consfile to provide initial keyboard and console input. .PP diff --git a/sys/man/8/realemu b/sys/man/8/realemu index ab351df3b..f46d1f99f 100644 --- a/sys/man/8/realemu +++ b/sys/man/8/realemu @@ -53,7 +53,7 @@ file in the current namespace. .PP Then programs like .IR vga (8) -can use it to make ther +can use it to make their .SM BIOS calls. .PP diff --git a/sys/man/8/wpa b/sys/man/8/wpa index 18feb4282..9ef28d043 100644 --- a/sys/man/8/wpa +++ b/sys/man/8/wpa @@ -34,7 +34,7 @@ factotum or an interactive key prompter like .IR fgui (4) needs to provide it. .PP -The authentification protocol is initiated by the +The authentication protocol is initiated by the wireless access point so .I wpa will background itself after the keyprompt and establish |