32 lines
1017 B
Diff
32 lines
1017 B
Diff
|
From 5ae8681e48c67a02baaa67c61801047cc3da1477 Mon Sep 17 00:00:00 2001
|
||
|
From: Petr Uzel <petr.uzel@suse.cz>
|
||
|
Date: Tue, 21 Feb 2012 16:18:55 +0100
|
||
|
Subject: [PATCH] cytune.8: fix formatting
|
||
|
|
||
|
W: manual-page-warning /usr/share/man/man8/cytune.8.gz 178: warning:
|
||
|
macro `chars',' not defined (possibly missing space after `ch')
|
||
|
|
||
|
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
|
||
|
---
|
||
|
sys-utils/cytune.8 | 4 ++--
|
||
|
1 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/sys-utils/cytune.8 b/sys-utils/cytune.8
|
||
|
index 1c4de3e..fd82391 100644
|
||
|
--- a/sys-utils/cytune.8
|
||
|
+++ b/sys-utils/cytune.8
|
||
|
@@ -174,8 +174,8 @@ seconds.
|
||
|
.SH BUGS
|
||
|
If you run two copies of
|
||
|
.B cytune
|
||
|
-at the same time to report statistics about the same port, the 'ints',
|
||
|
-'chars', and 'max' value will be reset and not reported correctly.
|
||
|
+at the same time to report statistics about the same port, the 'ints', 'chars',
|
||
|
+and 'max' value will be reset and not reported correctly.
|
||
|
.B cytune
|
||
|
should prevent this, but does not.
|
||
|
.\" .SH AUTHOR
|
||
|
--
|
||
|
1.7.7
|
||
|
|