Browse Source

More man page fixes. Spelling, grammar, some typos. Lots of double-word

occurrences squashed as well.
OPENBSD_2_4
aaron 26 years ago
parent
commit
ffc6ab53d2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/string/string.3

+ 2
- 2
src/lib/libc/string/string.3 View File

@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $
.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $
.\" .\"
.Dd April 19, 1991 .Dd April 19, 1991
.Dt STRING 3 .Dt STRING 3
@ -102,7 +102,7 @@
.Fn rindex "const char *s" "int c" .Fn rindex "const char *s" "int c"
.Sh DESCRIPTION .Sh DESCRIPTION
The string functions The string functions
functions manipulate strings terminated by a
manipulate strings terminated by a
null byte. null byte.
.Pp .Pp
See the specific manual pages for more information. See the specific manual pages for more information.


Loading…
Cancel
Save