diff --git a/doc/Makefile.in b/doc/Makefile.in index 4697345..d98cbc3 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -107,7 +107,7 @@ all: html: for target in $(OBJECTS); do \ echo $$target; \ - groff -man -Tascii $(SRC_DIR)/doc/$$target | man2html -noheads -bare -compress -cgiurl='$$title.html' > $(BUILD_DIR)/doc/$$target$(HTML_SUFFIX); \ + groff -man -Tascii $(SRC_DIR)/doc/$$target | man2html -noheads -bare -cgiurl='$$title.html' > $(BUILD_DIR)/doc/$$target$(HTML_SUFFIX); \ done install: diff --git a/doc/ck_pr_dec b/doc/ck_pr_dec index afd5dcc..f1a0659 100644 --- a/doc/ck_pr_dec +++ b/doc/ck_pr_dec @@ -76,9 +76,7 @@ family of functions will atomically decrement the value pointed to by .Fa target . .Sh RETURN VALUES -The -.Fn ck_pr_dec_*_zero -family of functions will return true if the result +The ck_pr_dec_zero family of functions will return true if the result of the decrement operation was 0. They will return false otherwise. .Sh SEE ALSO diff --git a/doc/ck_pr_inc b/doc/ck_pr_inc index cdc9798..b2d9cbd 100644 --- a/doc/ck_pr_inc +++ b/doc/ck_pr_inc @@ -76,10 +76,8 @@ family of functions will atomically increment the value pointed to by .Fa target . .Sh RETURN VALUES -The -.Fn ck_pr_inc_*_zero -family of functions will return true if the result -of the increment operation was 0. They will return +The ck_pr_inc_zero family of functions will return true +if the result of the increment operation was 0. They will return false otherwise. .Sh SEE ALSO .Xr ck_pr_fence_load 3 , diff --git a/doc/ck_pr_neg b/doc/ck_pr_neg index 78e4a87..d5f196b 100644 --- a/doc/ck_pr_neg +++ b/doc/ck_pr_neg @@ -76,11 +76,8 @@ family of functions will atomically negation the value pointed to by .Fa target . .Sh RETURN VALUES -The -.Fn ck_pr_neg_*_zero -family of functions will return true if the result -of the negation operation was 0. They will return -false otherwise. +The ck_pr_neg_zero family of functions will return true if the result +of the negation operation was 0. They will return false otherwise. .Sh SEE ALSO .Xr ck_pr_fence_load 3 , .Xr ck_pr_fence_load_depends 3 ,