Skip to content

Commit

Permalink
Add missing paragraphs to examples section in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Sep 18, 2017
1 parent 58c5b46 commit 78a02b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pick.1
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ The screen is resized.
.Sh EXAMPLES
Select a file in the current directory to open using
.Xr xdg-open 1 :
.Pp
.Dl $ find -type f | pick | xargs xdg-open
.Pp
Select a man page to display with
.Xr man 1 :
.Pp
.Dl $ apropos -l . | fltr | pick -do | tac | xargs man
.Sh DIAGNOSTICS
.Ex -std
Expand Down

0 comments on commit 78a02b6

Please sign in to comment.