From 182a0145973424e04f610ff9e6a8603f2855184e Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 2 May 2014 20:06:35 +0100 Subject: [PATCH] Fix manpage errors. --- tests/rigctl.1 | 54 +++++++++++++++++++++++++------------------------- tests/rotctl.1 | 30 ++++++++++++++-------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/tests/rigctl.1 b/tests/rigctl.1 index ef40920b8..278de36ba 100644 --- a/tests/rigctl.1 +++ b/tests/rigctl.1 @@ -187,33 +187,33 @@ the '#' character, all text up until the end of the current line including the '#' character is ignored. .sp Example: -$ cat <<.EOF. >cmds.txt -> # File of commands -> v f m # query rig -> V VFOB F 14200000 M CW 500 # set rig -> v f m # query rig -> .EOF. - -$ rigctl -m1 - cmds.txt + > # File of commands + > v f m # query rig + > V VFOB F 14200000 M CW 500 # set rig + > v f m # query rig + > .EOF. + + $ rigctl -m1 - cmds.txt -> # File of commands -> set_pos 180.0 10.0 # rotate -> pause 30 # wait for action to complete -> get_pos # query rotator -> .EOF. - -$ rotctl -m1 - cmds.txt + > # File of commands + > set_pos 180.0 10.0 # rotate + > pause 30 # wait for action to complete + > get_pos # query rotator + > .EOF. + + $ rotctl -m1 -