diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-02-11 09:31:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-02-11 09:31:31 (GMT) |
commit | a25ea98e5c84b8db5d173499af7c9da37b5ae5f9 (patch) | |
tree | 81101fc0c5583da07239a1c6780c4b05fd5e4c85 | |
parent | 4ae2c37a12df3c08dd1479eb6e561fbad46bed58 (diff) | |
download | tcl-a25ea98e5c84b8db5d173499af7c9da37b5ae5f9.zip tcl-a25ea98e5c84b8db5d173499af7c9da37b5ae5f9.tar.gz tcl-a25ea98e5c84b8db5d173499af7c9da37b5ae5f9.tar.bz2 |
Fix a few more very minor formatting glitches.
-rw-r--r-- | doc/file.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -80,7 +80,7 @@ set to the value 0, which results in the resource fork being stripped off the file. .RE .TP -\fBfile channels ?\fIpattern\fR? +\fBfile channels\fR ?\fIpattern\fR? . If \fIpattern\fR is not specified, returns a list of names of all registered open channels in this interpreter. If \fIpattern\fR is @@ -203,7 +203,7 @@ is always canonical for the current platform: \fB/\fR for Unix and Windows. .RE .TP -\fBfile link ?\fI\-linktype\fR? \fIlinkName\fR ?\fItarget\fR? +\fBfile link\fR ?\fI\-linktype\fR? \fIlinkName\fR ?\fItarget\fR? . If only one argument is given, that argument is assumed to be \fIlinkName\fR, and this command returns the value of the link given by @@ -255,7 +255,7 @@ is for the link rather than the file it refers to. On systems that do not support symbolic links this option behaves exactly the same as the \fBstat\fR option. .TP -\fBfile mkdir ?\fIdir\fR ...? +\fBfile mkdir\fR ?\fIdir\fR ...? . Creates each directory specified. For each pathname \fIdir\fR specified, this command will create all non-existing parent directories as |