diff options
| author | Tim Allen <screwtape@froup.com> | 2016-12-02 22:18:46 +1100 |
|---|---|---|
| committer | Tim Allen <screwtape@froup.com> | 2016-12-02 22:18:46 +1100 |
| commit | a0c2f75d7ab8518126fc905ac11566b34a301ca4 (patch) | |
| tree | 2fa454df789a0cafa626bc603bc152fcdba62b49 /vis-open.1 | |
| parent | 819d7159d52973a5bbd105a502c483647f0d9414 (diff) | |
| download | vis-a0c2f75d7ab8518126fc905ac11566b34a301ca4.tar.gz vis-a0c2f75d7ab8518126fc905ac11566b34a301ca4.tar.xz | |
man: Make vis-{clipboard,menu,open} manpages lint-clean.
They now pass `mandoc -Tlint` (the BSD manpage renderer) and `man
--warnings=w` (the GNU one).
Diffstat (limited to 'vis-open.1')
| -rw-r--r-- | vis-open.1 | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -1,11 +1,11 @@ .Dd November 29, 2016 -.Os Vis VERSION .Dt VIS-OPEN 1 - +.Os Vis VERSION +. .Sh NAME .Nm vis-open .Nd Interactively select a file to open - +. .Sh SYNOPSIS .Nm vis-open .Op Fl p Ar prompt @@ -16,7 +16,7 @@ .Nm vis-open .Fl h | .Fl -help - +. .Sh DESCRIPTION .Nm vis-open takes a list of filenames and directories on the command-line @@ -33,7 +33,7 @@ uses .Xr vis-menu 1 as its user-interface, so see that page for more details. - +. .Bl -tag -width flag .It Fl p Ar prompt Display @@ -74,6 +74,8 @@ If present, .Nm vis-open prints a usage summary and exits, ignoring any other flag and arguments. +.El +. .Sh EXIT STATUS .Ex -std vis-open .Pp @@ -83,6 +85,7 @@ like .Nm vis-open prints nothing and sets its exit status to 1 if the user refused to select a file. +. .Sh EXAMPLES .Bd -literal -offset indent CHOICE=$(vis-open -p "Select a file to stat") @@ -92,13 +95,14 @@ else stat "$CHOICE" fi .Ed +. .Sh SEE ALSO -.Xr vis-menu 1 , -.Xr vis 1 - +.Xr vis 1 , +.Xr vis-menu 1 +. .Sh AUTHORS .An "Marc Andr\('e Tanner" Aq mat@brain-dump.org - +. .Sh BUGS Because .Nm vis-open |
