diff options
Diffstat (limited to 'usr/src/man/man1/bc.1')
-rw-r--r-- | usr/src/man/man1/bc.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/src/man/man1/bc.1 b/usr/src/man/man1/bc.1 index bc76faf47e..7e481b9d7f 100644 --- a/usr/src/man/man1/bc.1 +++ b/usr/src/man/man1/bc.1 @@ -431,7 +431,7 @@ or .sp .SH ENVIRONMENT VARIABLES -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 \fBbc\fR: \fBLANG\fR, \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .SH EXIT STATUS @@ -473,7 +473,7 @@ to define BC_ parameters .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -487,8 +487,11 @@ Interface Stability Standard .TE .SH SEE ALSO -\fBdc\fR(1), \fBawk\fR(1), \fBattributes\fR(5), \fBenviron\fR(5), -\fBstandards\fR(5) +.BR awk (1), +.BR dc (1), +.BR attributes (7), +.BR environ (7), +.BR standards (7) .SH NOTES The \fBbc\fR command does not recognize the logical operators \fB&&\fR and \fB|\||\fR. |