diff options
author | msi <bugcounterism@malbolge.net> | 2021-01-20 21:57:38 (GMT) |
---|---|---|
committer | msi <bugcounterism@malbolge.net> | 2021-01-20 21:57:38 (GMT) |
commit | b633ee636fa03ff2ce5efaabaec726fe6936b9e5 (patch) | |
tree | 35ae676b2a63b192d00f9a3135fdb5084c5d8832 | |
parent | 011e7c1e5fd029abe1c6cbbf292dd66ef868b9a8 (diff) | |
download | tcl-b633ee636fa03ff2ce5efaabaec726fe6936b9e5.zip tcl-b633ee636fa03ff2ce5efaabaec726fe6936b9e5.tar.gz tcl-b633ee636fa03ff2ce5efaabaec726fe6936b9e5.tar.bz2 |
Improve punctuation and wording in [file attributes] documentation
-rw-r--r-- | doc/file.n | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -38,11 +38,11 @@ generated. On Windows, FAT file systems do not support access time. .TP \fBfile attributes \fIname\fR ?\fBoption 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 -flags and their values. The second form returns the value for the -specific option. The third form sets one or more of the values. The -values are as follows: +This subcommand returns or sets platform-specific values associated +with a file. The first form returns a list of the platform-specific +options and their values. The second form returns the value for the +given option. The third form sets one or more of the values. The values +are as follows: .RS .PP On Unix, \fB\-group\fR gets or sets the group name for the file. A |