diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-02-10 22:23:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-02-10 22:23:52 +0000 |
commit | 836a49c2ed973c56f65e96d13ee4e779c4177bfb (patch) | |
tree | aee64a7e40eefdf6bd6da3d81e62b74d6ceb46ab | |
parent | 559c44fe5a009b5b9da0eeca68f7ea723e97e177 (diff) |
remove extra word in previous;
-rw-r--r-- | share/man/man9/uiomove.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uiomove.9 b/share/man/man9/uiomove.9 index 8c257d6b7d7..1ccfac80f1d 100644 --- a/share/man/man9/uiomove.9 +++ b/share/man/man9/uiomove.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uiomove.9,v 1.15 2015/02/10 21:56:08 miod Exp $ +.\" $OpenBSD: uiomove.9,v 1.16 2015/02/10 22:23:51 jmc Exp $ .\" $NetBSD: uiomove.9,v 1.6 2001/12/26 00:16:30 wiz Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -135,7 +135,7 @@ to easily be used to fill or drain the region of data. .Pp The .Nm uiomovei -function is a similar to +function is similar to .Nm uiomove , but uses a signed integer as the byte count. It is a temporary legacy interface and should not be used in new code. |