Fix spelling errors.

This commit is contained in:
jtc 1994-01-10 23:58:48 +00:00
parent 558be1794a
commit 62c2139aff
5 changed files with 10 additions and 10 deletions

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ffs.3 5.3 (Berkeley) 4/19/91
.\" $Id: ffs.3,v 1.2 1993/08/01 07:44:03 mycroft Exp $
.\" $Id: ffs.3,v 1.3 1994/01/10 23:58:48 jtc Exp $
.\"
.Dd April 19, 1991
.Dt FFS 3
@ -47,7 +47,7 @@
.Sh DESCRIPTION
The
.Fn ffs
fucntion
function
finds the first bit set in
.Fa value
and returns the index of that bit.

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strchr.3 5.4 (Berkeley) 6/29/91
.\" $Id: strchr.3,v 1.2 1993/08/01 07:43:53 mycroft Exp $
.\" $Id: strchr.3,v 1.3 1994/01/10 23:58:54 jtc Exp $
.\"
.Dd June 29, 1991
.Dt STRCHR 3
@ -49,7 +49,7 @@
.Sh DESCRIPTION
The
.Fn strchr
function locates the first occurence of
function locates the first occurrence of
.Ar c
in the string pointed to by
.Ar s .

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strerror.3 6.9 (Berkeley) 6/29/91
.\" $Id: strerror.3,v 1.1 1993/10/07 19:27:52 jtc Exp $
.\" $Id: strerror.3,v 1.2 1994/01/10 23:58:57 jtc Exp $
.\"
.Dd June 29, 1991
.Dt STRERROR 3
@ -49,7 +49,7 @@
.Sh DESCRIPTION
The
.Fn strerror
function returns a pointer to the language-dependant error message string
function returns a pointer to the language-dependent error message string
affiliated with an error number.
.Pp
The array pointed to is not to be modified by the program, but may be

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strmode.3 5.4 (Berkeley) 7/31/91
.\" $Id: strmode.3,v 1.2 1993/08/01 07:43:44 mycroft Exp $
.\" $Id: strmode.3,v 1.3 1994/01/10 23:59:00 jtc Exp $
.\"
.Dd July 31, 1991
.Dt STRMODE 3
@ -84,7 +84,7 @@ third for the ``other'', or default, set of users.
.Pp
Permission checking is done as specifically as possible.
If read permission is denied to the owner of a file in the first set
of permssions, the owner of the file will not be able to read the file.
of permissions, the owner of the file will not be able to read the file.
This is true even if the owner is in the file's group and the group
permissions allow reading or the ``other'' permissions allow reading.
.Pp

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strsep.3 5.3 (Berkeley) 4/19/91
.\" $Id: strsep.3,v 1.2 1993/08/01 07:43:41 mycroft Exp $
.\" $Id: strsep.3,v 1.3 1994/01/10 23:59:03 jtc Exp $
.\"
.Dd April 19, 1991
.Dt STRSEP 3
@ -49,7 +49,7 @@ The
.Fn strsep
locates in the null-terminated string at
.Fa *stringp
the first occurence of any character in
the first occurrence of any character in
.Fa delim
and replaces this with a
.Ql \e0 ,