Skip to content

Commit

Permalink
Fix zipfs canonical manpage to match TIP 430 and actual implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Sep 27, 2024
1 parent 47bc45a commit e5934bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/zipfs.n
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
zipfs \- Mount and work with ZIP files within Tcl
.SH SYNOPSIS
.nf
\fBzipfs canonical\fR ?\fImountpoint\fR? \fIfilename\fR ?\fIZIPFS\fR?
\fBzipfs canonical\fR ?\fImountpoint\fR? \fIfilename\fR
\fBzipfs exists\fI filename\fR
\fBzipfs find\fI directoryName\fR
\fBzipfs info\fI filename\fR
Expand Down Expand Up @@ -48,13 +48,12 @@ mounted archive in memory and are not persisted to disk.
Paths in mounted archives are case-sensitive on all platforms.
.\" METHOD: canonical
.TP
\fBzipfs canonical\fR ?\fImountpoint\fR? \fIfilename\fR ?\fIinZipfs\fR?
\fBzipfs canonical\fR ?\fImountpoint\fR? \fIfilename\fR
.
This takes the name of a file, \fIfilename\fR, and produces where it would be
mapped into a zipfs mount as its result. If specified, \fImountpoint\fR says
within which mount the mapping will be done; if omitted, the main root of the
zipfs system is used. The \fIinZipfs\fR argument is a an optional boolean
which controls whether to fully canonicalize the name; it defaults to true.
zipfs system is used.
.\" METHOD: exists
.TP
\fBzipfs exists\fI filename\fR
Expand Down

0 comments on commit e5934bd

Please sign in to comment.