1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Fixing lintian warning by moving package name after the hyphen in man-page description
--- a/pchrt.1
+++ b/pchrt.1
@@ -1,7 +1,7 @@
.\" Hey, EMACS: -*- nroff -*-
.TH PCHRT 1 "May 10 2016"
.SH NAME
-.B pchrt (python\-schedutils) \- manipulate the real-time attributes of a process
+.B pchrt \- manipulate the real-time attributes of a process (python\-schedutils)
.SH SYNOPSIS
pchrt [options] [prio] [pid | cmd [args...]]
.SH OPTIONS
--- a/ptaskset.1
+++ b/ptaskset.1
@@ -1,7 +1,7 @@
.\" Hey, EMACS: -*- nroff -*-
.TH PTASKSET 1 "May 10 2016"
.SH NAME
-.B ptaskset (python\-schedutils) \- set or get the affinity of a process
+.B ptaskset \- set or get the affinity of a process (python\-schedutils)
.SH SYNOPSIS
ptaskset [options] [mask | cpu\-list] [pid | cmd [args...]]
.SH OPTIONS
|