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