From 372e0333b38b9aa8f7fe1062a55169e15f482fbb Mon Sep 17 00:00:00 2001 From: Felix Lechner Date: Fri, 6 Sep 2019 09:34:28 -0700 Subject: [PATCH] Fix 'cannot adjust line' warning from man in gocryptfs manpage. When generating man pages, pandoc marks indented code blocks with the roff macro '.nf'. That avoids a warning from man related to the long line about the master key. --- Documentation/MANPAGE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 4c8256b..11d4151 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -224,9 +224,10 @@ settings have to be passed on the command line: `-aessiv` when you mount a filesystem that was created using reverse mode, or `-plaintextnames` for a filesystem that was created with that option. -Examples: --masterkey=6f717d8b-6b5f8e8a-fd0aa206-778ec093-62c5669b-abd229cd-241e00cd-b4d6713d --masterkey=stdin +Examples: + + -masterkey=6f717d8b-6b5f8e8a-fd0aa206-778ec093-62c5669b-abd229cd-241e00cd-b4d6713d + -masterkey=stdin #### -memprofile string Write memory profile to the specified file. This is useful when debugging