[liblinear] 23/123: manpage fixes (lintian warnings)

Christian Kastner chrisk-guest at moszumanska.debian.org
Tue Aug 26 03:42:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository liblinear.

commit 594602608612e8dd414409211497c52ef0a9d895
Author: Christian Kastner <debian at kvr.at>
Date:   Sun Jun 20 19:45:09 2010 +0200

    manpage fixes (lintian warnings)
---
 debian/linear-predict.1 |  2 +-
 debian/linear-train.1   | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/linear-predict.1 b/debian/linear-predict.1
index 5446cd7..ed69ce9 100644
--- a/debian/linear-predict.1
+++ b/debian/linear-predict.1
@@ -28,7 +28,7 @@ Output probability estimates (for logistic regression only):
 .sp
 .RS 10
 .nf
- predict -b 1 test_file data_file.model output_file
+ predict \-b 1 test_file data_file.model output_file
 .fi
 .RE
 .SH SEE ALSO
diff --git a/debian/linear-train.1 b/debian/linear-train.1
index 21e51fd..cab7fbb 100644
--- a/debian/linear-train.1
+++ b/debian/linear-train.1
@@ -46,7 +46,7 @@ Set the parameter C (default: \fB1\fP)
 .B \-e \fIepsilon\fP
 Set the tolerance of the termination criterion
 .sp
-For -s 0 and 2:
+For \-s 0 and 2:
 .RS 10
 .nf
 .sp
@@ -56,7 +56,7 @@ the primal function and pos/neg are the number of positive/negative data
 .fi
 .RE
 .IP
-For -s 1, 3, and 4:
+For \-s 1, 3, and 4:
 .sp
 .nf
 .RS 10
@@ -64,7 +64,7 @@ Dual maximal violation <= \fIepsilon\fP; similar to libsvm (default: \fB0.1\fP)
 .fi
 .RE
 .IP
-For -s 5 and 6:
+For \-s 5 and 6:
 .sp
 .nf
 .RS 10
@@ -107,7 +107,7 @@ tolerance 0.001 instead of the default 0.1 for more accurate solutions:
 .sp
 .RS 10
 .nf
- linear-train \-v 5 -e 0.001 data_file
+ linear-train \-v 5 \-e 0.001 data_file
 .fi
 .RE
 .sp
@@ -127,7 +127,7 @@ class 4     class 1,2,3     20  10
 .sp
 .RS 10
 .nf
- linear-train -c 10 -w1 2 -w2 5 -w3 2 four_class_data_file
+ linear-train \-c 10 \-w1 2 \-w2 5 \-w3 2 four_class_data_file
 .fi
 .RE
 .sp
@@ -136,7 +136,7 @@ calsses are 10 and 50:
 .sp
 .RS 10
 .nf
- linear-train -c 10 -w3 1 -w2 5 two_class_data_file
+ linear-train \-c 10 \-w3 1 \-w2 5 two_class_data_file
 .fi
 .RE
 .sp
@@ -145,7 +145,7 @@ Output probability estimates (for logistic regression only) using
 .sp
 .RS 10
 .nf
- linear-predict -b 1 test_file data_file.model output_file
+ linear-predict \-b 1 test_file data_file.model output_file
 .fi
 .RE
 .SH SEE ALSO

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git



More information about the debian-science-commits mailing list