ref: d328f9dfaf6a2134a7715a2ca0885787661d7c06
parent: bbc9cf576436e4e7ee57e5062ad9d789b2ef56bf
author: Ali Gholami Rudi <ali@rudi.ir>
date: Fri Aug 8 13:33:32 EDT 2014
fmt: mention that fmt.c does not perform hyphenation
--- a/fmt.c
+++ b/fmt.c
@@ -2,9 +2,10 @@
* line formatting buffer for line adjustment and hyphenation
*
* The line formatting buffer does two main functions: breaking
- * words into lines (possibly after hyphenating some of them),
- * and, if requested, adjusting the space between words in a line.
- * In this file the first step is referred to as filling.
+ * words into lines (possibly after breaking them at their
+ * hyphenation points), and, if requested, adjusting the space
+ * between words in a line. In this file the first step is
+ * referred to as filling.
*
* Functions like fmt_word() return nonzero on failure, which
* means the call should be repeated after fetching previously