From 6eae49725c3014178306133702e2fd82b5c07130 Mon Sep 17 00:00:00 2001 From: Wu Fengguang Date: Fri, 19 Dec 2008 22:58:46 -0500 Subject: [PATCH] [PATCH] guilt doc: use literal paragraphs for example commands Display example commands verbatim by indenting the paragraphs. Signed-off-by: Wu Fengguang Signed-off-by: Josef 'Jeff' Sipek --- Documentation/guilt-add.txt | 4 ++-- Documentation/guilt-delete.txt | 2 +- Documentation/guilt-diff.txt | 2 +- Documentation/guilt-help.txt | 4 ++-- Documentation/guilt-init.txt | 7 +++---- Documentation/guilt-new.txt | 6 +++--- Documentation/guilt-rebase.txt | 5 ++--- 7 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Documentation/guilt-add.txt b/Documentation/guilt-add.txt index f1fd9f8..6d2785a 100644 --- a/Documentation/guilt-add.txt +++ b/Documentation/guilt-add.txt @@ -23,8 +23,8 @@ EXAMPLES Create and add a new file example.c -$ touch example.c -$ guilt-add example.c + $ touch example.c + $ guilt-add example.c Author ------ diff --git a/Documentation/guilt-delete.txt b/Documentation/guilt-delete.txt index 1f8cf1d..ef57dc6 100644 --- a/Documentation/guilt-delete.txt +++ b/Documentation/guilt-delete.txt @@ -25,7 +25,7 @@ EXAMPLES -------- Delete a patch called 'foobar': -$ guilt-delete foobar + $ guilt-delete foobar Author ------ diff --git a/Documentation/guilt-diff.txt b/Documentation/guilt-diff.txt index b2fec43..986ceca 100644 --- a/Documentation/guilt-diff.txt +++ b/Documentation/guilt-diff.txt @@ -18,7 +18,7 @@ OPTIONS ------- -z:: Output a interdiff against the top-most applied patch. This should - produce the same diff as "guilt-new -f foo". + produce the same diff as "+guilt-new -f foo+". ...:: Restrict diff output to a given set of files. diff --git a/Documentation/guilt-help.txt b/Documentation/guilt-help.txt index fe71f9b..ed6a5cf 100644 --- a/Documentation/guilt-help.txt +++ b/Documentation/guilt-help.txt @@ -18,11 +18,11 @@ EXAMPLES Open the guilt-status man page -$ guilt-help status + $ guilt-help status Open the guilt man page -$ guilt-help + $ guilt-help Author ------ diff --git a/Documentation/guilt-init.txt b/Documentation/guilt-init.txt index ec656b1..f733b73 100644 --- a/Documentation/guilt-init.txt +++ b/Documentation/guilt-init.txt @@ -17,13 +17,12 @@ EXAMPLES -------- First, get a repository to work on. Here's one that we'll use as an example: -$ git-clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git + $ git-clone git://git.kernel.org/pub/scm/linux/kernel/jsipek/guilt-hello.git Now, it initialize the patches directory using guilt's init command: -$ cd hello - -$ guilt-init + $ cd hello + $ guilt-init Author ------ diff --git a/Documentation/guilt-new.txt b/Documentation/guilt-new.txt index c09b0d0..a2c8a4c 100644 --- a/Documentation/guilt-new.txt +++ b/Documentation/guilt-new.txt @@ -42,16 +42,16 @@ EXAMPLES Create a new patch called 'foobar': -$ guilt-new foobar + $ guilt-new foobar Create a patch called 'foo' and supply a patch description interactively: -$ guilt-new -e foo + $ guilt-new -e foo Create a patch called 'bar' with a provided patch description and sign off on the patch: -$ guilt-new -s -m patch-fu bar + $ guilt-new -s -m patch-fu bar Author ------ diff --git a/Documentation/guilt-rebase.txt b/Documentation/guilt-rebase.txt index 94d6703..a67b87a 100644 --- a/Documentation/guilt-rebase.txt +++ b/Documentation/guilt-rebase.txt @@ -24,9 +24,8 @@ EXAMPLES Rebase current tree against Linus's 2.6 tree -$ git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/tovalds/linux-2.6.git - -$ guilt-rebase FETCH_HEAD + $ git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/tovalds/linux-2.6.git + $ guilt-rebase FETCH_HEAD Author ------ -- 2.11.4.GIT