diff options
Diffstat (limited to 'usr/src/man/man1/touch.1')
-rw-r--r-- | usr/src/man/man1/touch.1 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/usr/src/man/man1/touch.1 b/usr/src/man/man1/touch.1 index 81191a19d5..f7590dfe91 100644 --- a/usr/src/man/man1/touch.1 +++ b/usr/src/man/man1/touch.1 @@ -432,10 +432,10 @@ first operand is assumed to be a \fIfile\fR operand. .RE .SH USAGE -See \fBlargefile\fR(5) for the description of the behavior of \fBtouch\fR when +See \fBlargefile\fR(7) for the description of the behavior of \fBtouch\fR when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes). .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 \fBtouch\fR: \fBLANG\fR, \fBLC_ALL\fR, \fBLANG\fR, \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .sp @@ -474,7 +474,7 @@ which the times could not be successfully modified. .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 @@ -488,12 +488,16 @@ CSI Enabled _ Interface Stability Committed _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO -\fBfutimens\fR(2), \fBstat\fR(2), \fBattributes\fR(5), \fBenviron\fR(5), -\fBlargefile\fR(5), \fBstandards\fR(5) +.BR futimens (2), +.BR stat (2), +.BR attributes (7), +.BR environ (7), +.BR largefile (7), +.BR standards (7) .SH NOTES Users familiar with the BSD environment find that for the \fBtouch\fR utility, the \fB-f\fR option is accepted but ignored. The \fB-f\fR option is unnecessary |