diff options
-rw-r--r-- | fref.lex | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +/* + * fref creates troff-formatted references according to specifications + * given on standard in. The specification syntax is similar to that of + * refer, but differs in that all identifiers are two letters instead of + * one (like troff itself). This allows for a larger number of fields. + */ + #include <err.h> #include <stdarg.h> |