Blame SOURCES/file-5.35-man-apple.patch

54376c
From 5bccda402a33b4b6fee13cbc910580a85f1ab73a Mon Sep 17 00:00:00 2001
54376c
From: Christos Zoulas <christos@zoulas.com>
54376c
Date: Mon, 18 Feb 2019 18:59:25 +0000
c768e8
Subject: [PATCH 1/2] Mention that the apple filetype/creator is only available for
54376c
 entries that have it (Kamil Dudka)
54376c
54376c
Upstream-commit: 642f269ef99930b44daa2236908da7d05a68eb08
54376c
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
54376c
---
54376c
 doc/file.man | 3 +++
54376c
 1 file changed, 3 insertions(+)
54376c
54376c
diff --git a/doc/file.man b/doc/file.man
54376c
index 0968321..98061ba 100644
54376c
--- a/doc/file.man
54376c
+++ b/doc/file.man
54376c
@@ -171,6 +171,9 @@ Causes the file command to output the file type and creator code as
54376c
 used by older MacOS versions.
54376c
 The code consists of eight letters,
54376c
 the first describing the file type, the latter the creator.
54376c
+the first describing the file type, the latter the creator.
54376c
+This option works properly only for file formats that have the
54376c
+apple-style output defined.
54376c
 .It Fl b , Fl Fl brief
54376c
 Do not prepend filenames to output lines (brief mode).
54376c
 .It Fl C , Fl Fl compile
54376c
-- 
54376c
2.20.1
54376c
c768e8
c768e8
From f7f3e751c0e606592b4d377a479b40f6964705ab Mon Sep 17 00:00:00 2001
c768e8
From: Christos Zoulas <christos@zoulas.com>
c768e8
Date: Sun, 3 Mar 2019 02:32:40 +0000
c768e8
Subject: [PATCH 2/2] remove duplicate line (chefe)
c768e8
c768e8
Upstream-commit: cde5f5962ebfd057fc2e330da3b36470e6ee3724
c768e8
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
c768e8
---
c768e8
 doc/file.man | 1 -
c768e8
 1 file changed, 1 deletion(-)
c768e8
c768e8
diff --git a/doc/file.man b/doc/file.man
c768e8
index 98061ba..05da3a7 100644
c768e8
--- a/doc/file.man
c768e8
+++ b/doc/file.man
c768e8
@@ -171,7 +171,6 @@ Causes the file command to output the file type and creator code as
c768e8
 used by older MacOS versions.
c768e8
 The code consists of eight letters,
c768e8
 the first describing the file type, the latter the creator.
c768e8
-the first describing the file type, the latter the creator.
c768e8
 This option works properly only for file formats that have the
c768e8
 apple-style output defined.
c768e8
 .It Fl b , Fl Fl brief
c768e8
-- 
c768e8
2.21.1
c768e8