diff options
Diffstat (limited to 'usr/src/man/man1/lex.1')
-rw-r--r-- | usr/src/man/man1/lex.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/src/man/man1/lex.1 b/usr/src/man/man1/lex.1 index 3aad37adf2..ba33ea760e 100644 --- a/usr/src/man/man1/lex.1 +++ b/usr/src/man/man1/lex.1 @@ -475,7 +475,7 @@ following \fByylex\fR. .sp .LP The \fBlex\fR utility supports the set of Extended Regular Expressions (EREs) -described on \fBregex\fR(5) with the following additions and exceptions to the +described on \fBregex\fR(7) with the following additions and exceptions to the syntax: .sp .ne 2 @@ -973,7 +973,7 @@ int main(int argc, char *argv[\|]) .SH ENVIRONMENT VARIABLES .sp .LP -See \fBenviron\fR(5) for descriptions of the following environment variables +See \fBenviron\fR(7) for descriptions of the following environment variables that affect the execution of \fBlex\fR: \fBLANG\fR, \fBLC_ALL\fR, \fBLC_COLLATE\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .SH EXIT STATUS @@ -1001,7 +1001,7 @@ An error occurred. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -1017,8 +1017,11 @@ Interface Stability Standard .SH SEE ALSO .sp .LP -\fByacc\fR(1), \fBattributes\fR(5), \fBenviron\fR(5), \fBregex\fR(5), -\fBstandards\fR(5) +.BR yacc (1), +.BR attributes (7), +.BR environ (7), +.BR regex (7), +.BR standards (7) .SH NOTES .sp .LP |