nikitines / rpms / avahi

Forked from rpms/avahi 4 years ago
Clone

Blame SOURCES/0001-man-correct-short-option-to-print-version-string.patch

e1f8e0
From 7e7d6d6724742cc936177bf8dd6737b8b6f9d160 Mon Sep 17 00:00:00 2001
e1f8e0
From: rpm-build <rpm-build>
e1f8e0
Date: Tue, 21 Apr 2015 13:48:45 +0200
e1f8e0
Subject: [PATCH 1/2] man: correct short option to print version string
e1f8e0
e1f8e0
Related: #948583
e1f8e0
---
e1f8e0
 man/avahi-autoipd.8 | 2 +-
e1f8e0
 man/avahi-daemon.8  | 2 +-
e1f8e0
 2 files changed, 2 insertions(+), 2 deletions(-)
e1f8e0
e1f8e0
diff --git a/man/avahi-autoipd.8 b/man/avahi-autoipd.8
e1f8e0
index 034804c..e44c953 100644
e1f8e0
--- a/man/avahi-autoipd.8
e1f8e0
+++ b/man/avahi-autoipd.8
e1f8e0
@@ -65,7 +65,7 @@ Don't change the process name while running. Unless this option is specified ava
e1f8e0
 \fB-h | --help\f1
e1f8e0
 Show help.
e1f8e0
 .TP
e1f8e0
-\fB-v | --version\f1
e1f8e0
+\fB-V | --version\f1
e1f8e0
 Show version information.
e1f8e0
 .SH FILES
e1f8e0
 \fI/home/lennart/tmp/avahi/etc/avahi/avahi-autoipd.action\f1: the script to run when an IP address as been acquired or is lost.
e1f8e0
diff --git a/man/avahi-daemon.8 b/man/avahi-daemon.8
e1f8e0
index bbf2b43..3b35799 100644
e1f8e0
--- a/man/avahi-daemon.8
e1f8e0
+++ b/man/avahi-daemon.8
e1f8e0
@@ -52,7 +52,7 @@ Return 0 as return code when avahi-daemon is already running.
e1f8e0
 \fB-h | --help\f1
e1f8e0
 Show help
e1f8e0
 .TP
e1f8e0
-\fB-v | --version\f1
e1f8e0
+\fB-V | --version\f1
e1f8e0
 Show version information 
e1f8e0
 .SH FILES
e1f8e0
 \fI/home/lennart/tmp/avahi/etc/avahi/avahi-daemon.conf\f1: the default configuration file for avahi-daemon, \fBavahi-daemon.conf(5)\f1 for more information.
e1f8e0
-- 
e1f8e0
2.3.4
e1f8e0