Commit graph

12 commits

Author SHA1 Message Date
Steffen Moeller
2c0a78efbc docs: screeing man pages prior to translations 2022-09-08 00:07:41 +02:00
Sebastian Kuzminsky
dec6b8580a Merge remote-tracking branch 'origin/2.7'
Conflicts:
	debian/control.bottom.in
	docs/man/man1/halstreamer.1
	docs/man/man1/halui.1
	docs/man/man1/linuxcncrsh.1
	docs/man/man1/shuttlexpress.1
	docs/man/man1/sim_pin.1
	docs/man/man9/gantrykins.9
	docs/man/man9/kins.9
	docs/man/man9/motion.9
	docs/man/man9/sserial.9
	docs/man/man9/streamer.9
	tests/startup-state/sim.var.clean
	tests/startup-state/sim.var.orig
	tests/startup-state/sim.var.pre
	tests/startup-state/test.sh
2018-01-19 08:25:06 -07:00
Sebastian Kuzminsky
4a897203bc docs: fix hyphen/minus confusion in manpages
groff treats '-' (the character you get when you hit the "minus" key on
the keyboard) as "hyphen", not as "minus".  Thus it renders incorrectly
in some locales, and line-wraps strangely.

groff treats the two-character sequence "\-" as "minus", and the
four-character sequence "\(hy" as "hyphen".

Details here: https://lists.debian.org/debian-devel/2003/03/msg01481.html

This commit replaces every instance of "-" in our manpages where the
meaning is "minus" with "\-", so it works right.

This fixes many lintian warnings.
2018-01-18 08:12:31 -07:00
Jeff Epler
5983acda83 Merge pull request #331 from lkundrak/lr/fsf-address
all: update FSF address in GPL 2.0 notices
2017-09-15 06:41:50 -05:00
Lubomir Rintel
a63ec765cb all: update FSF address in GPL 2.0 notices
If you write to 59 Temple Place you're unlikely to get a response.
Let's realign the address with a more up-to-date one from [1].

  [1] https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

This is purely a cosmetic change, doesn't affect the meaning of the
license. Done to make rpmlint happy.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2017-09-15 13:06:22 +02:00
Dewey Garrett
a7aeaa6083 sim_pin: support expressions in numeric entries
using tcl expr
2017-08-29 09:47:57 -07:00
Dewey Garrett
3a4dde2c96 Merge remote-tracking branch 'origin/2.7'
Conflicts:
	VERSION
	debian/changelog
	src/hal/components/carousel.comp
2017-08-14 12:05:45 -07:00
Dewey Garrett
ce6289c802 sim_pin: improve help for signals with no writers 2017-08-14 10:51:41 -07:00
Dewey Garrett
8bdec818b0 sim_pin: suppress bit item radiobuttons if
the bit mode= item starts with an uppercase letter

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2017-02-20 09:41:59 -07:00
Dewey Garrett
9e2397632b sim_pin: support option --title title_string
Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2017-02-15 18:22:00 -07:00
Dewey Garrett
bf578d3404 sim_pin: support cmdline mode for bit items
Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2015-10-25 19:29:49 -07:00
Dewey Garrett
91247e5e0b moveoff_gui: new manpage
and remove redundant text from the script
also: brief manpage for sim_pin

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-12-18 17:22:59 -07:00