File: rename-manpage

package info (click to toggle)
microdc2 0.15.6-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,620 kB
  • sloc: ansic: 31,186; sh: 4,024; makefile: 142; sed: 16
file content (158 lines) | stat: -rw-r--r-- 6,364 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
Description: Rename manpage
 Rename manpage to the proper name. Get rid of non-unicode Polish
 manpage.
Author: Al Nikolov <clown@debian.org>
Last-Update: 2010-01-17
Index: microdc2-0.15.6/src/Makefile.am
===================================================================
--- microdc2-0.15.6.orig/src/Makefile.am	2010-01-17 21:07:10.000000000 +0000
+++ microdc2-0.15.6/src/Makefile.am	2010-01-17 21:06:47.000000000 +0000
@@ -63,9 +63,7 @@
 
 # $(LIBICONV) - not yet used
 
-man_MANS = \
-  microdc.1 \
-  microdc.pl.1
+man_MANS = microdc2.1
 
 EXTRA_DIST = \
   $(man_MANS)
Index: microdc2-0.15.6/src/microdc.1
===================================================================
--- microdc2-0.15.6.orig/src/microdc.1	2010-01-17 21:07:10.000000000 +0000
+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
@@ -1,64 +0,0 @@
-.\"                                      -*- nroff -*-
-.\" microdc.1 - Manual page for microdc.
-.\"
-.\" Copyright (C) 2004, 2005 Oskar Liljeblad
-.\"
-.\" This program is free software; you can redistribute it and/or modify
-.\" it under the terms of the GNU General Public License as published by
-.\" the Free Software Foundation; either version 2 of the License, or
-.\" (at your option) any later version.
-.\"
-.\" This program is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-.\" GNU Library General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public License along
-.\" with this program; if not, write to the Free Software Foundation,
-.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-.\"
-.TH MICRODC "1" "September 17, 2005" "microdc"
-.SH NAME
-microdc - A command-line based Direct Connect client
-.SH SYNOPSIS
-.B microdc
-.RI [ OPTION ]...
-.SH DESCRIPTION
-microdc is a command-line based Direct Connect client that uses the GNU
-Readline library for user interaction. It was developed from ground up and
-does not depend on any other program. Despite the command-line user
-interface, microdc was designed to be user friendly and simple to use.
-.SH OPTIONS
-This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`--').
-.TP
-\fB\-c, \-\-config\fR=\fIFILE\fR
-Read configuration script from FILE rather than ~/.microdc/config.
-.TP
-\fB\-n, \-\-no\-config\fR
-Do not read config file on startup.
-.TP
-\fB\-\-help\fR
-Show summary of options.
-.TP
-\fB\-\-version\fR
-Output version information and exit.
-.SH FILES
-The following files are used by microdc (~ represents the current user's home directory):
-.TP
-\fB~/.microdc/config\fR
-This file is loaded on startup. It contains commands, one per line, that will be executed
-on startup. You can override loading of this file with --config and --no-config.
-.TP
-\fB~/.microdc/history\fR
-This is the command history file. It contains a list of commands that were typed and
-executed from the microdc prompt. It can safely be removed.
-.SH REPORTING BUGS
-Report bugs to <\fIoskar@osk.mine.nu\fP>.
-.SH AUTHOR
-The author of \fBmicrodc\fP and this manual page is Oskar Liljeblad <\fIoskar@osk.mine.nu\fP>.
-.SH COPYRIGHT
-Copyright \(co 2004, 2005 Oskar Liljeblad
-
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Index: microdc2-0.15.6/src/microdc2.1
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ microdc2-0.15.6/src/microdc2.1	2006-10-22 08:35:50.000000000 +0000
@@ -0,0 +1,64 @@
+.\"                                      -*- nroff -*-
+.\" microdc.1 - Manual page for microdc.
+.\"
+.\" Copyright (C) 2004, 2005 Oskar Liljeblad
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU Library General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License along
+.\" with this program; if not, write to the Free Software Foundation,
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+.\"
+.TH MICRODC "1" "September 17, 2005" "microdc"
+.SH NAME
+microdc - A command-line based Direct Connect client
+.SH SYNOPSIS
+.B microdc
+.RI [ OPTION ]...
+.SH DESCRIPTION
+microdc is a command-line based Direct Connect client that uses the GNU
+Readline library for user interaction. It was developed from ground up and
+does not depend on any other program. Despite the command-line user
+interface, microdc was designed to be user friendly and simple to use.
+.SH OPTIONS
+This program follows the usual GNU command line syntax, with long
+options starting with two dashes (`--').
+.TP
+\fB\-c, \-\-config\fR=\fIFILE\fR
+Read configuration script from FILE rather than ~/.microdc/config.
+.TP
+\fB\-n, \-\-no\-config\fR
+Do not read config file on startup.
+.TP
+\fB\-\-help\fR
+Show summary of options.
+.TP
+\fB\-\-version\fR
+Output version information and exit.
+.SH FILES
+The following files are used by microdc (~ represents the current user's home directory):
+.TP
+\fB~/.microdc/config\fR
+This file is loaded on startup. It contains commands, one per line, that will be executed
+on startup. You can override loading of this file with --config and --no-config.
+.TP
+\fB~/.microdc/history\fR
+This is the command history file. It contains a list of commands that were typed and
+executed from the microdc prompt. It can safely be removed.
+.SH REPORTING BUGS
+Report bugs to <\fIoskar@osk.mine.nu\fP>.
+.SH AUTHOR
+The author of \fBmicrodc\fP and this manual page is Oskar Liljeblad <\fIoskar@osk.mine.nu\fP>.
+.SH COPYRIGHT
+Copyright \(co 2004, 2005 Oskar Liljeblad
+
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.