doc: Fix various groff/nroff warnings.

ck_pring
Samy Al Bahra 12 years ago
parent 758db2f3ac
commit 5186f1d50c

@ -188,7 +188,7 @@ main(void)
return 0; return 0;
} }
.Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr CK_COHORT_PROTOTYPE 3 , .Xr CK_COHORT_PROTOTYPE 3 ,
.Xr CK_COHORT_TRYLOCK_PROTOTYPE 3 , .Xr CK_COHORT_TRYLOCK_PROTOTYPE 3 ,

@ -95,6 +95,7 @@ function(void)
free(s); free(s);
return; return;
} }
.Ed
.Sh RETURN VALUES .Sh RETURN VALUES
This function has no return value. This function has no return value.
.Sh ERRORS .Sh ERRORS

@ -33,9 +33,7 @@
Concurrency Kit (libck, \-lck) Concurrency Kit (libck, \-lck)
.Sh SYNOPSIS .Sh SYNOPSIS
.In ck_epoch.h .In ck_epoch.h
typedef struct ck_epoch_entry ck_epoch_entry_t; typedef struct ck_epoch_entry ck_epoch_entry_t;
typedef void ck_epoch_cb_t(ck_epoch_entry_t *); typedef void ck_epoch_cb_t(ck_epoch_entry_t *);
.Ft void .Ft void
.Fn ck_epoch_call "ck_epoch_t *epoch" "ck_epoch_record_t *record" "ck_epoch_entry_t *entry" "ck_epoch_cb_t *function" .Fn ck_epoch_call "ck_epoch_t *epoch" "ck_epoch_record_t *record" "ck_epoch_entry_t *entry" "ck_epoch_cb_t *function"
@ -114,6 +112,7 @@ function(void)
ck_epoch_poll(&epoch, record); ck_epoch_poll(&epoch, record);
return; return;
} }
.Ed
.Sh RETURN VALUES .Sh RETURN VALUES
This function has no return value. This function has no return value.
.Sh ERRORS .Sh ERRORS

@ -99,6 +99,7 @@ function(void)
free(s); free(s);
return; return;
} }
.Ed
.Sh RETURN VALUES .Sh RETURN VALUES
This function has no return value. This function has no return value.
.Sh ERRORS .Sh ERRORS

@ -43,7 +43,6 @@ function will request that the underlying allocator, as specified by the
function, immediately destroy the object pointed to by the function, immediately destroy the object pointed to by the
.Fa hs .Fa hs
argument. argument.
The user must guarantee that no threads are accessing the object pointed to The user must guarantee that no threads are accessing the object pointed to
by by
.Fa hs .Fa hs

@ -48,6 +48,7 @@ struct ck_hs_stat {
unsigned long n_entries; /* Current number of keys in hash set. */ unsigned long n_entries; /* Current number of keys in hash set. */
unsigned int probe_maximum; /* Longest read-side probe sequence. */ unsigned int probe_maximum; /* Longest read-side probe sequence. */
}; };
.Ed
.Sh RETURN VALUES .Sh RETURN VALUES
.Fn ck_hs_stat 3 .Fn ck_hs_stat 3
has no return value. has no return value.

Loading…
Cancel
Save