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

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