]> git.mdlowis.com Git - projs/tide.git/commitdiff
Make sure markdown docs are actually markdown compatible
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 29 Mar 2017 13:50:04 +0000 (09:50 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 29 Mar 2017 13:50:04 +0000 (09:50 -0400)
docs/edit.1.md
docs/xedit.1.md
docs/xpick.1.md

index a5a4b5ecd591ae994e6de9d2ddb08c4806006687..e7a4c791c857b638343e5b42963d222873cacbcb 100644 (file)
@@ -2,7 +2,7 @@
 
 ## SYNOPSIS
 
-`edit` [<file>...]
+`edit` [_file_...]
 
 ## DESCRIPTION
 
index d49b21a1990a1ba36e69b8aaedca48cb8c5925b9..160da2c1bdedc3ab822a4449cfadb498f4228226 100644 (file)
@@ -2,7 +2,7 @@
 
 ## SYNOPSIS
 
-    `xedit` [<file>]
+    `xedit` [_file_]
 
 ## DESCRIPTION
 
index 4037c3c20d24041554b7a1dab60a72474c49c4f5..6321aa2046a9591d898e1c94f1a4aeb36cef21c2 100644 (file)
@@ -2,12 +2,12 @@
 
 ## SYNOPSIS
 
-`xpick` [<query>]
+`xpick` [_query_]
 
 ## DESCRIPTION
 
 `xpick` Takes a list of items on standard input delimited by newlines and an 
-optional initial <query>. 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.