diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-09 18:52:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-09 18:52:52 (GMT) |
commit | 0591917a06fb80bebd5396d4a8dff438b8d02dbc (patch) | |
tree | d1a9adfb689ab28c19b27db3089ced638e6f08db /doc/zipfs.n | |
parent | fed4d43bd565b34a6cf5cc7da2484f7db6fe9c42 (diff) | |
download | tcl-0591917a06fb80bebd5396d4a8dff438b8d02dbc.zip tcl-0591917a06fb80bebd5396d4a8dff438b8d02dbc.tar.gz tcl-0591917a06fb80bebd5396d4a8dff438b8d02dbc.tar.bz2 |
Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFUL
Diffstat (limited to 'doc/zipfs.n')
-rw-r--r-- | doc/zipfs.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zipfs.n b/doc/zipfs.n index 3600e64..705faa1 100644 --- a/doc/zipfs.n +++ b/doc/zipfs.n @@ -63,7 +63,7 @@ Note: querying the mount point gives the start of the zip data as the offset in (4), which can be used to truncate the zip information from an executable. .RE .TP -\fBzipfs list\fR ?(\fB\-glob\fR|\fB\-regexp\fR)? \fI?pattern?\fR +\fBzipfs list\fR ?(\fB\-glob\fR|\fB\-regexp\fR)? ?\fIpattern\fR? . Return a list of all files in the mounted zipfs, or just those matching \fIpattern\fR (optionally controlled by the option parameters). The order of |