Fix typo - or_eq is "|=" and not "!="

This commit is contained in:
pgoyette 2010-12-16 18:51:39 +00:00
parent df18c5ee83
commit 1ac135da61
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: iso646.3,v 1.2 2010/05/14 02:45:39 joerg Exp $
.\" $NetBSD: iso646.3,v 1.3 2010/12/16 18:51:39 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -49,7 +49,7 @@ header defines eleven alternative spellings for standard operators:
.It Li 6. Ta Em not Ta \&!
.It Li 7. Ta Em not_eq Ta \*[Ne]
.It Li 8. Ta Em or Ta \*[Ba]\*[Ba]
.It Li 9. Ta Em or_eq Ta \&!\&=
.It Li 9. Ta Em or_eq Ta \&[Ba]\&=
.It Li 10. Ta Em xor Ta \&^
.It Li 11. Ta Em xor_eq Ta \&^\&=
.El