1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
From 123237cb150657847121f52c2e1cead54e16d514 Mon Sep 17 00:00:00 2001
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon, 16 Nov 2020 11:11:10 +0100
Subject: [PATCH] man/man1/x2gobroker.1: Fix apostrophe usage (drop preceding
backslash).
Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
---
# debian/changelog | 3 ++-
man/man1/x2gobroker.1 | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
#diff --git a/debian/changelog b/debian/changelog
#index 26b70c0..8b1e47d 100644
#--- a/debian/changelog
#+++ b/debian/changelog
#@@ -1,6 +1,7 @@
# x2gobroker (0.0.4.4-0x2go1) UNRELEASED; urgency=medium
#
#- * Continue development
#+ [ Mike Gabriel ]
#+ * man/man1/x2gobroker.1: Fix apostrophe usage (drop preceding backslash).
#
# -- X2Go Release Manager <git-admin@x2go.org> Sun, 26 Apr 2020 18:08:12 +0200
#
diff --git a/man/man1/x2gobroker.1 b/man/man1/x2gobroker.1
index 39808eb..4e77a20 100644
--- a/man/man1/x2gobroker.1
+++ b/man/man1/x2gobroker.1
@@ -61,7 +61,7 @@ If \fBx2gobroker-daemon\fR is used as executable name, then the default mode is
Specify an alternative configuration file name, default is: \fI/etc/x2go/x2gobroker.conf\fR.
.TP
\*(T<\fB\-d, \-\-debug\fR\*(T>
-Enable debugging code. This also makes http\'s POST method available as GET method, which then allows it to test the
+Enable debugging code. This also makes http's POST method available as GET method, which then allows it to test the
broker API through a normal web browser.
.TP
\*(T<\fB\-h, \-\-help\fR\*(T>
--
2.30.2
|