diff options
author | rsc <devnull@localhost> | 2005-03-28 15:58:14 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-28 15:58:14 +0000 |
commit | 5ba33c04daeca7f84d0d0148725e593a0c672343 (patch) | |
tree | 74897b34527eaa3d3ea8ddb93973c133222a705b /man | |
parent | be9e0e98579e6dec33814f1074d22943eb87ef2b (diff) | |
download | plan9port-5ba33c04daeca7f84d0d0148725e593a0c672343.tar.gz plan9port-5ba33c04daeca7f84d0d0148725e593a0c672343.tar.bz2 plan9port-5ba33c04daeca7f84d0d0148725e593a0c672343.zip |
NetBSD support. Thanks to Christoph Lohmann.
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/quaternion.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man3/quaternion.3 b/man/man3/quaternion.3 index 941df245..224baea7 100644 --- a/man/man3/quaternion.3 +++ b/man/man3/quaternion.3 @@ -150,3 +150,10 @@ This is just a rotation about the same axis by half the angle. .SH SEE ALSO .IR matrix (3), .IR qball (3) +.SH BUGS +To avoid name conflicts with NetBSD, +.I qdiv +is a preprocessor macro defined as +.IR p9qdiv ; +see +.IR intro (3). |