Doc fixes & clarifications.

This commit is contained in:
Markus Armbruster 2004-08-21 11:47:17 +00:00
parent 56be9a66b6
commit b523740a2b
5 changed files with 5 additions and 4 deletions

View file

@ -42,7 +42,7 @@ struct trtstr {
s_char trt_fill;
short trt_acond; /* conditions for proposer */
short trt_bcond; /* conditions for accepter */
float trt_bond; /* amount of bond involved */
float trt_bond; /* amount of bond involved (unused) */
time_t trt_exp; /* expiration date */
};