aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-20 02:42:01 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-21 11:19:55 +0200
commitfa547f513fb97828aa87cd5370ff81cf4ecae709 (patch)
tree5b8439ccfde17cc84f59258e62d0d47fa2d25c2c
parent8fc6be0a9b2dc6987f315a710b01531d99f68105 (diff)
downloadfref-fa547f513fb97828aa87cd5370ff81cf4ecae709.tar.gz
Add some documentation
-rw-r--r--fref.lex7
1 files changed, 7 insertions, 0 deletions
diff --git a/fref.lex b/fref.lex
index 8d640ae..bc26dc7 100644
--- a/fref.lex
+++ b/fref.lex
@@ -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>