summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaron <>1998-09-06 22:23:18 +0000
committeraaron <>1998-09-06 22:23:18 +0000
commitade0dae7e64ee2e2da0fa5e7cd8192920cfcd6a3 (patch)
tree04c3b24a6cd6c45c7543c9ff2f1b78d8bd49fb34
parent4f18564c797c09f53c447b69b968481f38168241 (diff)
downloadopenbsd-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.34
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
104The string functions 104The string functions
105functions manipulate strings terminated by a 105manipulate strings terminated by a
106null byte. 106null byte.
107.Pp 107.Pp
108See the specific manual pages for more information. 108See the specific manual pages for more information.