Remark that ^ is xor.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 5 Apr 2006 20:11:14 +0000 (20:11 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 5 Apr 2006 20:11:14 +0000 (20:11 +0000)
Thanks to Jennifer G <jgee@stanford.edu> for the question.

doc/tour.texi

index 01cbde831e22e6421ae114e18f4ff566d7012e04..f4760ec1ffd5a4cd76a2d1830814ead39e5f1a2c 100644 (file)
@@ -1400,6 +1400,7 @@ If your key is a single piece of data of an appropriate type, it is
 sensible for your hash function to directly return the output of one of
 these functions.  For multiple pieces of data, you may wish to combine
 the output of more than one call to them using, e.g., the @samp{^}
+(exclusive or)
 operator.  Finally, you may entirely ignore these functions and write
 your own hash function from scratch, but remember that your goal is to
 build an operating system kernel, not to design a hash function.