Author: epruesse-guest Date: 2014-09-02 15:44:08 +0000 (Tue, 02 Sep 2014) New Revision: 17914
Modified: trunk/packages/arb/trunk/debian/bin/arb-kill.1 trunk/packages/arb/trunk/debian/bin/arb.1 Log: fix hyphens in man pages Modified: trunk/packages/arb/trunk/debian/bin/arb-kill.1 =================================================================== --- trunk/packages/arb/trunk/debian/bin/arb-kill.1 2014-09-02 15:42:49 UTC (rev 17913) +++ trunk/packages/arb/trunk/debian/bin/arb-kill.1 2014-09-02 15:44:08 UTC (rev 17914) @@ -11,11 +11,11 @@ .SH NAME arb-kill \- definitely kill all processes started by arb that are started by the user -If option --all is given try sudo to kill all processes even if they are owned +If option \-\-all is given try sudo to kill all processes even if they are owned by other users. .SH SYNOPSIS -.B arb-kill [--all] +.B arb-kill [\-\-all] .SH DESCRIPTION Sometimes arb leaves some processes running. All processes that Modified: trunk/packages/arb/trunk/debian/bin/arb.1 =================================================================== --- trunk/packages/arb/trunk/debian/bin/arb.1 2014-09-02 15:42:49 UTC (rev 17913) +++ trunk/packages/arb/trunk/debian/bin/arb.1 2014-09-02 15:44:08 UTC (rev 17914) @@ -19,7 +19,7 @@ DATABASE DATABASE .br .B arb ---import PATTERN +\-\-import PATTERN .br .B arb shell @@ -34,7 +34,7 @@ with one DATABASE argument will open the specified file or, if DATABASE is a directory or a pattern, a file chooser with that directory/pattern selected. Launching ARB with two DATABASE arguments will open the database -merge tool. The "--import" option will show the import dialog and create +merge tool. The "\-\-import" option will show the import dialog and create a new database from the file(s) described by PATTERN. Running "arb shell" will open another shell with all ARB environment _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
