summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2015-08-15 14:35:34 +0300
committerDmitry Shachnev <mitya57@gmail.com>2015-08-15 14:35:34 +0300
commitc0d9709a200caa4f472ee8a7acf1735712633768 (patch)
tree69d6c2b0af69b7b5d92615a7b54f983663b796f2
parentb0a6dd4ba665e095330b426d7ddc016b3efe2f64 (diff)
downloadpkg-kde-tools-c0d9709a200caa4f472ee8a7acf1735712633768.tar.gz
Minor fixes to pkgkde-mark-private-symbols.1 manpage.
-rw-r--r--debian/changelog2
-rw-r--r--man1/pkgkde-mark-private-symbols.16
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2ff2ffe..98314d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
pkg-kde-tools (0.15.20) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Minor fixes to pkgkde-mark-private-symbols.1 manpage.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 15 Aug 2015 14:29:11 +0300
diff --git a/man1/pkgkde-mark-private-symbols.1 b/man1/pkgkde-mark-private-symbols.1
index ec6620a..3091b2c 100644
--- a/man1/pkgkde-mark-private-symbols.1
+++ b/man1/pkgkde-mark-private-symbols.1
@@ -1,4 +1,4 @@
-.TH PKGKDE\-MARK\-PRIVATE\-SYMBOLS 1 "2012-05-27" "0.15" "Debian Qt/KDE tool to mark private symbols in symbols files"
+.TH PKGKDE\-MARK\-PRIVATE\-SYMBOLS 1 "2015-05-13" "0.15.17" "Debian Qt/KDE tool to mark private symbols in symbols files"
.SH NAME
.B pkgkde\-mark\-private\-symbols
\- a helper tool for Debian pkg-kde symbols handling.
@@ -10,7 +10,7 @@ is a helper tool to mark private symbols inside symbols files. It's only
parameter is the path to where the headers \fBshipped with the packages\fR
are installed.
-.B pkgkde\-vcs
+.B pkgkde\-mark\-private\-symbols
will by default write the differences as patches to stdout. If the environment
variable \fBWRITERESULTS\fR is set it will overwrite the original symbols files.
@@ -20,4 +20,4 @@ This program is free software distributed under the terms of the Expat license.
.SH AUTHORS
Sune Vuorela <sune@debian.org>
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
-Dmitry Schanev <mitya57@debian.org>
+Dmitry Shachnev <mitya57@debian.org>