Does this makes sense? I took the same approach used in chpass.1.

Regards,

Index: flex.1
===================================================================
RCS file: /cvs/src/usr.bin/lex/flex.1,v
retrieving revision 1.41
diff -u -p -r1.41 flex.1
--- flex.1      7 Sep 2015 15:28:06 -0000       1.41
+++ flex.1      20 Sep 2015 02:21:13 -0000
@@ -33,7 +33,9 @@
 .Dt FLEX 1
 .Os
 .Sh NAME
-.Nm flex
+.Nm flex ,
+.Nm flex++ ,
+.Nm lex
 .Nd fast lexical analyzer generator
 .Sh SYNOPSIS
 .Nm
@@ -69,6 +71,12 @@ library to produce an executable.
 When the executable is run, it analyzes its input for occurrences
 of the regular expressions.
 Whenever it finds one, it executes the corresponding C code.
+.Pp
+.Nm flex++
+and
+.Nm lex
+are synonyms for
+.Nm flex .
 .Pp
 The manual includes both tutorial and reference sections:
 .Bl -ohang

Reply via email to