Blame SOURCES/e2fsprogs-1.42.10-Fix-nroff-macro-issue-in-chattr-man-page.patch

0ef434
From 6883c622c9971fb8f9fb6d5a8839fc2b0199d918 Mon Sep 17 00:00:00 2001
0ef434
From: Theodore Ts'o <tytso@mit.edu>
0ef434
Date: Thu, 10 Jul 2014 00:47:40 -0400
0ef434
Subject: [PATCH] Fix nroff macro issue in chattr man page
0ef434
0ef434
The single quote character must not be in the first character in a
0ef434
line, or else it can get mistaken as a macro call.
0ef434
0ef434
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
0ef434
---
0ef434
 misc/chattr.1.in | 4 ++--
0ef434
 1 file changed, 2 insertions(+), 2 deletions(-)
0ef434
0ef434
diff --git a/misc/chattr.1.in b/misc/chattr.1.in
0ef434
index 23b6938..75b3ed8 100644
0ef434
--- a/misc/chattr.1.in
0ef434
+++ b/misc/chattr.1.in
0ef434
@@ -22,8 +22,8 @@ changes the file attributes on a Linux file system.
0ef434
 The format of a symbolic mode is +-=[aAcCdDeijsStTu].
0ef434
 .PP
0ef434
 The operator '+' causes the selected attributes to be added to the
0ef434
-existing attributes of the files; '-' causes them to be removed; and
0ef434
-'=' causes them to be the only attributes that the files have.
0ef434
+existing attributes of the files; '-' causes them to be removed; and '='
0ef434
+causes them to be the only attributes that the files have.
0ef434
 .PP
0ef434
 The letters 'aAcCdDeijsStTu' select the new attributes for the files:
0ef434
 append only (a),
0ef434
-- 
0ef434
2.7.4
0ef434