* Some lintian cleanup:
- add overrides for some useless I: tags
- drop unused overrides
+ - updated several manual pages to fix hyphen-used-as-minus-sign
[ Frank Lichtenheld ]
* Add a warning in dpkg-buildpackage if the build-dependencies are not
* po/po4a.cfg: Add deb-symbols.5 in the list of manual pages to
translate.
+ * deb-symbols.5, dpkg-architecture.1, dpkg-shlibdeps.1,
+ start-stop-daemon.8: Espace some hyphens so that they do
+ not end up as minus sign.
2008-02-19 Frank Lichtenheld <djpig@debian.org>
Each entry for a library can also have some fields of meta-information.
Those fields are stored on lines starting with an asterisk. Currently,
the only valid field is \fIBuild-Depends-Package\fR, it indicates the name
-of the "-dev" package associated to the library and is used by
+of the "\-dev" package associated to the library and is used by
dpkg-shlibdeps to make sure that the dependency generated is at least as
strict as the corresponding build dependency.
.SH EXAMPLES
.IP
dpkg\-architecture \-amips \-elinux\-mips
.PP
-Check if the current architecture or an architecture provided with -a are
+Check if the current architecture or an architecture provided with \-a are
Linux systems:
.IP
dpkg\-architecture \-ilinux\-any
Calling
.B dpkg\-shlibdeps
-in verbose mode (-v) will provide much more information about where it
+in verbose mode (\-v) will provide much more information about where it
tried to find the dependency information. This might be useful if you
don't understand why it's giving you this error.
.SH "SEE ALSO"
.BR deb\-shlibs (5),
.BR deb\-symbols (5),
-.BR dpkg-gensymbols (1).
+.BR dpkg\-gensymbols (1).
.
.SH AUTHORS
Copyright (C) 1995-1996 Ian Jackson
food, running as user food, with pid in food.pid):
.IP
.nf
-start-stop-daemon --start --oknodo --user food --name food --pidfile /var/run/food.pid --startas /usr/sbin/food --chuid food -- --daemon
+start\-stop\-daemon \-\-start \-\-oknodo \-\-user food \-\-name food \-\-pidfile /var/run/food.pid \-\-startas /usr/sbin/food \-\-chuid food \-\- \-\-daemon
.fi
.PP
Send \fBSIGTERM\fP to \fBfood\fP and wait up to 5 seconds for it to stop:
.IP
.nf
-start-stop-daemon --stop --oknodo --user food --name food --pidfile /var/run/food.pid --retry 5
+start\-stop\-daemon \-\-stop \-\-oknodo \-\-user food \-\-name food \-\-pidfile /var/run/food.pid \-\-retry 5
.fi
.PP
Demonstration of a custom schedule for stopping \fBfood\fP:
.IP
.nf
-start-stop-daemon --stop --oknodo --user food --name food --pidfile /var/run/food.pid --retry=TERM/30/KILL/5
+start\-stop\-daemon \-\-stop \-\-oknodo \-\-user food \-\-name food \-\-pidfile /var/run/food.pid \-\-retry=TERM/30/KILL/5
.fi
.PP
.