diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-20 02:42:01 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-21 11:19:55 +0200 |
commit | fa547f513fb97828aa87cd5370ff81cf4ecae709 (patch) | |
tree | 5b8439ccfde17cc84f59258e62d0d47fa2d25c2c | |
parent | 8fc6be0a9b2dc6987f315a710b01531d99f68105 (diff) | |
download | fref-fa547f513fb97828aa87cd5370ff81cf4ecae709.tar.gz |
Add some documentation
-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> |