~ubuntu-branches/ubuntu/precise/numactl/precise

« back to all changes in this revision

Viewing changes to debian/patches/numastatman.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2005-11-25 17:04:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051125170425-y3iqafzyzk5odrzh
Tags: 0.7pre2-5
* patches/man-section.diff : fix up man sections to stop lintian
* move .so out of non-dev package
* don't autogenerate control file; done by external scripts now

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- /dev/null   2005-10-20 10:56:14.364000000 +1000
 
2
+++ numastat.8  2005-02-23 12:02:33.000000000 +1100
 
3
@@ -0,0 +1,42 @@
 
4
+.\" t
 
5
+.\" Copyright 2005 Ian Wienand.
 
6
+.\" 
 
7
+.\" Permission is granted to make and distribute verbatim copies of this
 
8
+.\" manual provided the copyright notice and this permission notice are
 
9
+.\" preserved on all copies.
 
10
+.\" 
 
11
+.\" Permission is granted to copy and distribute modified versions of this
 
12
+.\" manual under the conditions for verbatim copying, provided that the
 
13
+.\" entire resulting derived work is distributed under the terms of a
 
14
+.\" permission notice identical to this one.
 
15
+.\" 
 
16
+.\" Since the Linux kernel and libraries are constantly changing, this
 
17
+.\" manual page may be incorrect or out-of-date.  The author(s) assume no
 
18
+.\" responsibility for errors or omissions, or for damages resulting from
 
19
+.\" the use of the information contained herein.  
 
20
+.\" 
 
21
+.\" Formatted or processed versions of this manual, if unaccompanied by
 
22
+.\" the source, must acknowledge the copyright and authors of this work.
 
23
+.TH "NUMASTAT" "8" "Feb 2004" "Ian Wienand" "Linux Administrator's Manual"
 
24
+.SH "NAME"
 
25
+numastat \- Print NUMA statistics for all nodes
 
26
+.SH "SYNOPSIS"
 
27
+.B numastat
 
28
+.SH "DESCRIPTION"
 
29
+.B numastat
 
30
+prints out NUMA information gained via the
 
31
+.I /sys
 
32
+interface
 
33
+.SH "NOTES"
 
34
+Requires an NUMA policy aware kernel.
 
35
+.SH "FILES"
 
36
+.I /sys/devices/system/node*/numastat
 
37
+for the listing of NUMA node statistics
 
38
+.SH "COPYRIGHT"
 
39
+Copyright 2002,2004 Andi Kleen, SuSE Labs.
 
40
+numactl and the demo programs are under the GNU General Public License, v.2
 
41
+
 
42
+.SH "SEE ALSO"
 
43
+.I numactl(8)
 
44
+,
 
45
+.I numamon(8)