Fix a typo.
This commit is contained in:
parent
07468576da
commit
9c2889aa78
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dmover.9,v 1.4 2002/08/04 04:53:36 thorpej Exp $
|
||||
.\" $NetBSD: dmover.9,v 1.5 2002/08/04 04:54:19 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 Wasabi Systems, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -288,16 +288,16 @@ of 3.
|
|||
Perform an XOR operation on 4 inputs. This algorithm has an input count
|
||||
of 4.
|
||||
.It Dq xor5
|
||||
Perform an XOR operation on 5 inpute. This algorithm has an input count
|
||||
Perform an XOR operation on 5 inputs. This algorithm has an input count
|
||||
of 5.
|
||||
.It Dq xor6
|
||||
Perform an XOR operation on 6 inpute. This algorithm has an input count
|
||||
Perform an XOR operation on 6 inputs. This algorithm has an input count
|
||||
of 6.
|
||||
.It Dq xor7
|
||||
Perform an XOR operation on 7 inpute. This algorithm has an input count
|
||||
Perform an XOR operation on 7 inputs. This algorithm has an input count
|
||||
of 7.
|
||||
.It Dq xor8
|
||||
Perform an XOR operation on 8 inpute. This algorithm has an input count
|
||||
Perform an XOR operation on 8 inputs. This algorithm has an input count
|
||||
of 8.
|
||||
.El
|
||||
.Pp
|
||||
|
|
Loading…
Reference in New Issue