diff --git a/share/man/man9/fetch.9 b/share/man/man9/fetch.9 index c804089be74d..c5259cd3bf34 100644 --- a/share/man/man9/fetch.9 +++ b/share/man/man9/fetch.9 @@ -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 . diff --git a/share/man/man9/store.9 b/share/man/man9/store.9 index 26b1cee76e95..ca7df6a49c05 100644 --- a/share/man/man9/store.9 +++ b/share/man/man9/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 .