>From 52c38b07eaa58ef9fb09bdc775f425ea7908b142 Mon Sep 17 00:00:00 2001
From: Jakob Kramer <jakob.kra...@gmx.de>
Date: Sun, 1 Feb 2015 21:45:35 +0100
Subject: [PATCH] sort: minor manual page adjustments

---
 sort.1 | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/sort.1 b/sort.1
index 969740c..888f55e 100644
--- a/sort.1
+++ b/sort.1
@@ -44,13 +44,7 @@ specifies a key definition of the form
 .No ]]
 .Sm on
 where
-.Sm off
-.Sy S
-,
-.Sy s
-,
-.Sy E
-.Sm on
+.Sy S , s , E
 and
 .Sy e
 are the starting column, starting character in that column, ending column and
@@ -63,13 +57,7 @@ refers to the last column of every line, and
 refers to the last character of the ending column.
 .Sy f
 can be used to specify options
-.Sm off
-(
-.Sy n
-,
-.Sy b
-)
-.Sm on
+.Sy ( n , b )
 that only apply to this key definition.
 .Sy b
 is special in that it only applies to the column that it was specified after.
-- 
1.9.1

Reply via email to