From: Michael D. Lowis Date: Wed, 29 Mar 2017 13:50:04 +0000 (-0400) Subject: Make sure markdown docs are actually markdown compatible X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=675e5b0b9e4e1551ed1d6bd7e99b00c64e2a1551;p=projs%2Ftide.git Make sure markdown docs are actually markdown compatible --- diff --git a/docs/edit.1.md b/docs/edit.1.md index a5a4b5e..e7a4c79 100644 --- a/docs/edit.1.md +++ b/docs/edit.1.md @@ -2,7 +2,7 @@ ## SYNOPSIS -`edit` [...] +`edit` [_file_...] ## DESCRIPTION diff --git a/docs/xedit.1.md b/docs/xedit.1.md index d49b21a..160da2c 100644 --- a/docs/xedit.1.md +++ b/docs/xedit.1.md @@ -2,7 +2,7 @@ ## SYNOPSIS - `xedit` [] + `xedit` [_file_] ## DESCRIPTION diff --git a/docs/xpick.1.md b/docs/xpick.1.md index 4037c3c..6321aa2 100644 --- a/docs/xpick.1.md +++ b/docs/xpick.1.md @@ -2,12 +2,12 @@ ## SYNOPSIS -`xpick` [] +`xpick` [_query_] ## DESCRIPTION `xpick` Takes a list of items on standard input delimited by newlines and an -optional initial . A gui window is then presented to the user which +optional initial _query_. A gui window is then presented to the user which allows the user to filter the list using a fuzzy-find algorithm. The user's selection is printed to standard output upon completion. If no option is selected `xpick` exits with no output.