diff options
author | aaron <> | 1998-09-06 22:23:18 +0000 |
---|---|---|
committer | aaron <> | 1998-09-06 22:23:18 +0000 |
commit | ade0dae7e64ee2e2da0fa5e7cd8192920cfcd6a3 (patch) | |
tree | 04c3b24a6cd6c45c7543c9ff2f1b78d8bd49fb34 | |
parent | 4f18564c797c09f53c447b69b968481f38168241 (diff) | |
download | openbsd-ade0dae7e64ee2e2da0fa5e7cd8192920cfcd6a3.tar.gz openbsd-ade0dae7e64ee2e2da0fa5e7cd8192920cfcd6a3.tar.bz2 openbsd-ade0dae7e64ee2e2da0fa5e7cd8192920cfcd6a3.zip |
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
-rw-r--r-- | src/lib/libc/string/string.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/string.3 b/src/lib/libc/string/string.3 index 80da886e57..323d4f3040 100644 --- a/src/lib/libc/string/string.3 +++ b/src/lib/libc/string/string.3 | |||
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $ | 34 | .\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ |
35 | .\" | 35 | .\" |
36 | .Dd April 19, 1991 | 36 | .Dd April 19, 1991 |
37 | .Dt STRING 3 | 37 | .Dt STRING 3 |
@@ -102,7 +102,7 @@ | |||
102 | .Fn rindex "const char *s" "int c" | 102 | .Fn rindex "const char *s" "int c" |
103 | .Sh DESCRIPTION | 103 | .Sh DESCRIPTION |
104 | The string functions | 104 | The string functions |
105 | functions manipulate strings terminated by a | 105 | manipulate strings terminated by a |
106 | null byte. | 106 | null byte. |
107 | .Pp | 107 | .Pp |
108 | See the specific manual pages for more information. | 108 | See the specific manual pages for more information. |