diff options
Diffstat (limited to 'usr/src/man/man1/expr.1')
| -rw-r--r-- | usr/src/man/man1/expr.1 | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/usr/src/man/man1/expr.1 b/usr/src/man/man1/expr.1 index 6fa0408693..db291258e4 100644 --- a/usr/src/man/man1/expr.1 +++ b/usr/src/man/man1/expr.1 @@ -158,7 +158,7 @@ The matching operator \fB:\fR (colon) compares the first argument with the second argument, which must be an internationalized basic regular expression (BRE), except that all patterns are anchored to the beginning of the string. That is, only sequences starting at the first character of a string are matched -by the regular expression. See \fBregex\fR(5) and NOTES. Normally, the +by the regular expression. See \fBregex\fR(7) and NOTES. Normally, the \fB/usr/bin/expr\fR matching operator returns the number of bytes matched and the \fB/usr/xpg4/bin/expr\fR matching operator returns the number of characters matched (\fB0\fR on failure). If the second argument contains at least one BRE @@ -302,7 +302,7 @@ example$ \fBexpr "$VAR" : '.*'\fR .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 \fBexpr\fR: \fBLANG\fR, \fBLC_ALL\fR, \fBLC_COLLATE\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .SH EXIT STATUS @@ -349,7 +349,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 @@ -367,8 +367,14 @@ Interface Stability Standard .SH SEE ALSO .sp .LP -\fBbasename\fR(1), \fBed\fR(1), \fBsh\fR(1), \fBIntro\fR(3), -\fBattributes\fR(5), \fBenviron\fR(5), \fBregex\fR(5), \fBstandards\fR(5) +.BR basename (1), +.BR ed (1), +.BR sh (1), +.BR Intro (3), +.BR attributes (7), +.BR environ (7), +.BR regex (7), +.BR standards (7) .SH DIAGNOSTICS .sp .ne 2 @@ -430,4 +436,4 @@ example$ \fBexpr X$a = X=\fR .LP Unlike some previous versions, \fBexpr\fR uses Internationalized Basic Regular Expressions for all system-provided locales. Internationalized Regular -Expressions are explained on the \fBregex\fR(5) manual page. +Expressions are explained on the \fBregex\fR(7) manual page. |
