1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix manpage-section-mismatch lintian report
As a user-executable program, connman-gtk belongs in manpage section 1.
(the manapage is already shipped with a .1 extension)
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://github.com/jgke/connman-gtk/pull/35
Last-Update: 2019-01-24
---
--- a/data/connman-gtk.1
+++ b/data/connman-gtk.1
@@ -2,7 +2,7 @@
.\"
.\" Copyright (C) 2015 Intel Corporation
.\"
-.TH CONNMAN-GTK "8" "2015-11-05"
+.TH CONNMAN-GTK "1" "2015-11-05"
.SH NAME
ConnMan-GTK \- GTK GUI for ConnMan
.SH SYNOPSIS
|