From 78a02b663c5faa01f1957abf4e0d83110df55433 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Mon, 18 Sep 2017 09:17:14 +0200 Subject: [PATCH] Add missing paragraphs to examples section in manual --- pick.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pick.1 b/pick.1 index 6242dbc3..f134dbac 100644 --- a/pick.1 +++ b/pick.1 @@ -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