From 675e5b0b9e4e1551ed1d6bd7e99b00c64e2a1551 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 29 Mar 2017 09:50:04 -0400 Subject: [PATCH] Make sure markdown docs are actually markdown compatible --- docs/edit.1.md | 2 +- docs/xedit.1.md | 2 +- docs/xpick.1.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.49.0