CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/02/03 00:03:04
Modified files:
share/man/man9 : Makefile
Added files:
share/man/man9 : atomic_add_int.9 atomic_cas_uint.9
atomic_dec_int.9 atomic_inc_int.9
atomic_sub_int.9 atomic_swap_uint.9
Removed files:
share/man/man9 : atomic_add.9 atomic_cas.9 atomic_dec.9
atomic_inc.9 atomic_sub.9 atomic_swap.9
Log message:
rename the atomic_foo manpages to atomic_foo_int or _uint cos we name these
after functions. for reasons.
reminded by jmc@