From 2e46cc11e5268303d690a39ae49dcaed0bca833b Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Fri, 14 Jun 2013 02:31:38 +0000 Subject: [PATCH] 2013-06-13 Kamil Dudka * doc/man/nano.1 - Actually document the -P (--poslog) option. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4578 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ doc/man/nano.1 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1110f02e..9f8c15e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2013-06-13 Kamil Dudka + * doc/man/nano.1 - Actually document the -P (--poslog) option. + 2013-04-12 Chris Allegretta * src/files.c (do_insertfile): Check for saved cursor position when inserting a file as well. Fixes Savannah bug 38600 reported by Craig Barnes. diff --git a/doc/man/nano.1 b/doc/man/nano.1 index ca6f6ca2..3cf8ec94 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -102,6 +102,9 @@ Disable automatic conversion of files from DOS/Mac format. .B \-O (\-\-morespace) Use the blank line below the titlebar as extra editing space. .TP +.B \-P (\-\-poslog) +Log & read location of cursor position. +.TP .B \-Q \fIstr\fP (\-\-quotestr=\fIstr\fP) Set the quoting string for justifying. The default is "\fI^([\ \\t]*[#:>\\|}])+\fP" if extended regular expression support is