File: man_page_formatting

package info (click to toggle)
python-schedutils 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: ansic: 344; python: 235; makefile: 23; sh: 5
file content (23 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (4)
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