summaryrefslogtreecommitdiffstats
path: root/doc/file.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2016-02-11 09:31:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2016-02-11 09:31:31 (GMT)
commitf7ea5b6cc57fafcbcb3377e83fdbc4d999d123d4 (patch)
tree81101fc0c5583da07239a1c6780c4b05fd5e4c85 /doc/file.n
parent0260a79109b7ac74aa3ef49221b411aacedc695f (diff)
downloadtcl-f7ea5b6cc57fafcbcb3377e83fdbc4d999d123d4.zip
tcl-f7ea5b6cc57fafcbcb3377e83fdbc4d999d123d4.tar.gz
tcl-f7ea5b6cc57fafcbcb3377e83fdbc4d999d123d4.tar.bz2
Fix a few more very minor formatting glitches.
Diffstat (limited to 'doc/file.n')
-rw-r--r--doc/file.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/file.n b/doc/file.n
index cef3c64..9f89f6d 100644
--- a/doc/file.n
+++ b/doc/file.n
@@ -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