diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-02-11 09:27:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-02-11 09:27:00 (GMT) |
commit | 0260a79109b7ac74aa3ef49221b411aacedc695f (patch) | |
tree | 340cd1bad5124d66911d7f50fb547678b089caf1 /doc/file.n | |
parent | b1598dbddda53d7d5886bc8ae50a5b2f8901a1d8 (diff) | |
download | tcl-0260a79109b7ac74aa3ef49221b411aacedc695f.zip tcl-0260a79109b7ac74aa3ef49221b411aacedc695f.tar.gz tcl-0260a79109b7ac74aa3ef49221b411aacedc695f.tar.bz2 |
Fix minor formatting glitch
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ substitution is done before executing the command (see the manual entry for file name. Any unique abbreviation for \fIoption\fR is acceptable. The valid options are: .TP -\fBfile atime \fIname\fR ?\fBtime\fR? +\fBfile atime \fIname\fR ?\fItime\fR? . Returns a decimal string giving the time at which file \fIname\fR was last accessed. If \fItime\fR is specified, it is an access time to set @@ -34,9 +34,9 @@ generated. On Windows, FAT file systems do not support access time. .TP \fBfile attributes \fIname\fR .TP -\fBfile attributes \fIname\fR ?\fBoption\fR? +\fBfile attributes \fIname\fR ?\fIoption\fR? .TP -\fBfile attributes \fIname\fR ?\fBoption value option value...\fR? +\fBfile attributes \fIname\fR ?\fIoption value option value...\fR? . This subcommand returns or sets platform specific values associated with a file. The first form returns a list of the platform specific |