Fix typo: failire -> failure
This commit is contained in:
parent
7dd8344d86
commit
da23f444f4
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fetch.9,v 1.1 1996/01/09 03:23:05 thorpej Exp $
|
||||
.\" $NetBSD: fetch.9,v 1.2 1996/01/09 21:59:24 perry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Jason R. Thorpe.
|
||||
.\" All rights reserved.
|
||||
|
@ -75,7 +75,7 @@ Fetches a word of data from the user-space address
|
|||
.Sh RETURN VALUES
|
||||
The
|
||||
.Nm
|
||||
functions return the data fetched or -1 on failire.
|
||||
functions return the data fetched or -1 on failure.
|
||||
.Sh SEE ALSO
|
||||
.Xr copy 9 ,
|
||||
.Xr store 9 .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: store.9,v 1.1 1996/01/09 03:23:06 thorpej Exp $
|
||||
.\" $NetBSD: store.9,v 1.2 1996/01/09 21:59:27 perry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Jason R. Thorpe.
|
||||
.\" All rights reserved.
|
||||
|
@ -75,7 +75,7 @@ Stores a word of data to the user-space address
|
|||
.Sh RETURN VALUES
|
||||
The
|
||||
.Nm
|
||||
functions return 0 on success or -1 on failire.
|
||||
functions return 0 on success or -1 on failure.
|
||||
.Sh SEE ALSO
|
||||
.Xr copy 9 ,
|
||||
.Xr fetch 9 .
|
||||
|
|
Loading…
Reference in New Issue