diff options
author | ftrvxmtrx <devnull@localhost> | 2014-04-26 01:47:36 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-04-26 01:47:36 +0200 |
commit | 244bb0038dc2222f988b3aef7184848308b37903 (patch) | |
tree | 2fa886b8e4514de2344b1f206c77100acf1a7844 /sys/man | |
parent | ab2838aa394e963ccc12ee937334bfdc54bb5565 (diff) |
man pages: the the wich
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/hget | 2 | ||||
-rw-r--r-- | sys/man/2/event | 2 | ||||
-rw-r--r-- | sys/man/2/fcall | 2 | ||||
-rw-r--r-- | sys/man/2/mach | 2 | ||||
-rw-r--r-- | sys/man/2/pool | 2 | ||||
-rw-r--r-- | sys/man/2/proto | 2 | ||||
-rw-r--r-- | sys/man/3/draw | 2 | ||||
-rw-r--r-- | sys/man/4/nusb | 2 | ||||
-rw-r--r-- | sys/man/4/wikifs | 2 | ||||
-rw-r--r-- | sys/man/8/cifsd | 2 | ||||
-rw-r--r-- | sys/man/8/scanmail | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/sys/man/1/hget b/sys/man/1/hget index a8671369d..c4fd18d9a 100644 --- a/sys/man/1/hget +++ b/sys/man/1/hget @@ -101,7 +101,7 @@ option causes and .I hpost to print the location URL from the transaction response -instead of retrieving the the body data. This is useful +instead of retrieving the body data. This is useful for HTTP POST transactions that redirect to a URL containing the posted data so we wont refetch the data we just uploaded to the site. diff --git a/sys/man/2/event b/sys/man/2/event index b5b0087a7..9c7faaa1b 100644 --- a/sys/man/2/event +++ b/sys/man/2/event @@ -380,7 +380,7 @@ is nil, it restores the image to the default arrow. provides a simple method of text input in graphical programs. It displays a box at the current position of the mouse cursor (passed in the .B Mouse *m -argument) in wich text can be +argument) in which text can be typed and edited. If the string argument .B ask diff --git a/sys/man/2/fcall b/sys/man/2/fcall index 1ca3edb77..3ad5f6f97 100644 --- a/sys/man/2/fcall +++ b/sys/man/2/fcall @@ -295,7 +295,7 @@ entry suitable as an argument, for example, for the (see .IR stat (2)) system call. -It checks that the sizes of all the elements of the the entry sum to exactly +It checks that the sizes of all the elements of the entry sum to exactly .IR nbuf , which is a simple but effective test of validity. .I Nbuf diff --git a/sys/man/2/mach b/sys/man/2/mach index cde2cd756..deec2b0ff 100644 --- a/sys/man/2/mach +++ b/sys/man/2/mach @@ -213,7 +213,7 @@ is the offset to the start of the segment in the file. is a name to be attached to the segment. .PP .I Findseg -returns the index of the the +returns the index of the segment named .I name in diff --git a/sys/man/2/pool b/sys/man/2/pool index 12a0a02ea..a44b57d4d 100644 --- a/sys/man/2/pool +++ b/sys/man/2/pool @@ -165,7 +165,7 @@ enum { /* flags */ }; .EE .PP -The pool obtains arenas of memory to manage by calling the the given +The pool obtains arenas of memory to manage by calling the given .B alloc routine. The total number of requested bytes will not exceed diff --git a/sys/man/2/proto b/sys/man/2/proto index 48083f3f3..9e38c70b0 100644 --- a/sys/man/2/proto +++ b/sys/man/2/proto @@ -32,7 +32,7 @@ Each line of the .I proto file specifies a file to copy except lines in the form of .IB attr = val -wich sets an attribute (see below). +which sets an attribute (see below). Blank lines and lines beginning with .B # are ignored. diff --git a/sys/man/3/draw b/sys/man/3/draw index 846be6451..b4ee4f671 100644 --- a/sys/man/3/draw +++ b/sys/man/3/draw @@ -379,7 +379,7 @@ Free the resources associated with the image .B F .IR id [4] .br -Free the the screen with the specified +Free the screen with the specified .IR id . Windows on the screen must be freed separately. .HP diff --git a/sys/man/4/nusb b/sys/man/4/nusb index 1aba03b49..efcc95eab 100644 --- a/sys/man/4/nusb +++ b/sys/man/4/nusb @@ -84,7 +84,7 @@ increase verbosity. .SS Hubs .I Usbd enumerates the tree of USB hubs and configures the device on -attachment. It provides a filesystem with the the file +attachment. It provides a filesystem with the file .B usbevent (usually seen as .BR /dev/usbevent ) diff --git a/sys/man/4/wikifs b/sys/man/4/wikifs index 2f19597f6..7f8dd9d11 100644 --- a/sys/man/4/wikifs +++ b/sys/man/4/wikifs @@ -216,7 +216,7 @@ The text is grey by default: differences between versions appear in black. .TP .B edit.html -A web form for editing the the current version of the page. +A web form for editing the current version of the page. .TP .B history.html A web page listing the time stamps of the historical versions of the page. diff --git a/sys/man/8/cifsd b/sys/man/8/cifsd index 4e8654775..3e6076571 100644 --- a/sys/man/8/cifsd +++ b/sys/man/8/cifsd @@ -31,7 +31,7 @@ It is normally started by the network listen process via the .B /rc/bin/service/tcp445 service script (see .IR listen (8)), -wich passes +which passes .I conndir and filedescriptors 0 and 1 to the incoming connection. .PP diff --git a/sys/man/8/scanmail b/sys/man/8/scanmail index ce639f72a..c7044080d 100644 --- a/sys/man/8/scanmail +++ b/sys/man/8/scanmail @@ -237,7 +237,7 @@ Lines beginning with .B * contain a .I pattern-spec -that is a string; otherwise, the the +that is a string; otherwise, the .I pattern-spec is a regular expression in the style of .IR regexp (6). |