From 393d5e7dc78f6711ae9bdc3fa1cbeca8b664e6f1 Mon Sep 17 00:00:00 2001 From: faissaloo Date: Fri, 26 Aug 2016 11:54:21 +0100 Subject: [PATCH 04/20] Organised line number related man page stuff by alphabetical order --- doc/man/nanorc.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index a76e1ec..e9b00f7 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -52,11 +52,6 @@ match \fB"\fP, \fB'\fP, \fB)\fP, \fB>\fP, \fB]\fP, and \fB}\fP. The supported commands and arguments are: .TP 3 -.B set linenumbers -When compiled with line numbering support will draw a line number 'ruler' -in the margin. -.B set hexlinenumbers -Like linenumbers but uses hexadecimal for the numbers in the ruler. .B set allow_insecure_backup When backing up files, allow the backup to succeed even if its permissions can't be (re)set due to special OS considerations. You should @@ -109,6 +104,8 @@ Specify the color combination to use for the function descriptions in the two help lines at the bottom of the screen. See \fBset titlecolor\fR for more details. .TP +.B set hexlinenumbers +Like linenumbers but uses hexadecimal for the numbers in the ruler. .B set historylog Enable the use of \fB~/.nano/search_history\fP for saving and reading search/replace strings. @@ -121,6 +118,9 @@ Specify the color combination to use for the shortcut key combos in the two help lines at the bottom of the screen. See \fBset titlecolor\fR for more details. .TP +.B set linenumbers +When compiled with line numbering support will draw a line number 'ruler' +in the margin. .B set locking Enable vim-style lock-files for when editing files. .TP -- 2.7.4