.TH DIVIDEND
The dividends accruing from a particular stock each update are
calculated as follows:
.NF

		   number_of_shares * price
	dividend = ------------------------
			    10

.FI
where "price" is the going price of the stock (see "price");
i.e. the dividend on each share is equal to 10% of its sale price.
.s3
See Also: price
