summaryrefslogtreecommitdiff
path: root/comms/hf/files/patch-doc_man_hf.1
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-09 10:54:46 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-09 10:54:46 +0000
commitd2cde8c5ee36924d0fdc0cf6403d1e1380e98c72 (patch)
tree27c720e35d8867bf21ababb60ecf5f160fb2c0e8 /comms/hf/files/patch-doc_man_hf.1
parentForce commit to note that the update was done based on: (diff)
hf is a gtk+-based linux ham radio fsk digimode program, which can do also
the realtime ARQ modes pactor 1, amtor, gtor without a ptc, only with a soundcard and a pc and linux(FreeBSD), all of which need not be the newest. The core of hf, the heart of the program (hfkernel) is a real master-piece of code, it has originally been made by Tom Sailer, many thanks Tom! hf can also do MT63 and has a CW elbug function. WWW: http://www.hf.webmasternet.org - Diane Bruce, VA3DB db@db.net PR: ports/101452 Submitted by: db
Diffstat (limited to 'comms/hf/files/patch-doc_man_hf.1')
-rw-r--r--comms/hf/files/patch-doc_man_hf.152
1 files changed, 52 insertions, 0 deletions
diff --git a/comms/hf/files/patch-doc_man_hf.1 b/comms/hf/files/patch-doc_man_hf.1
new file mode 100644
index 000000000000..ca8780c1802c
--- /dev/null
+++ b/comms/hf/files/patch-doc_man_hf.1
@@ -0,0 +1,52 @@
+--- doc/man/hf.1.orig Mon Jul 31 14:09:59 2006
++++ doc/man/hf.1 Mon Jul 31 14:12:42 2006
+@@ -6,11 +6,11 @@
+ .SH "SYNOPSIS"
+ .B hf
+ is invoked just like this, without any options, because all configuration is done
+-in the file /etc/hf.conf.
++in the file /usr/local/etc/hf.conf.
+ .SH "CONTENTS AND DESCRIPTION OF THE PACKAGE"
+ .B hf
+ is the startscript and also the name of the program package.
+-.B /etc/hf.conf
++.B /usr/local/etc/hf.conf
+ is the configuration file for the startscript.
+ .B hfkernel
+ is the 'kernel' of the program, which modulates and demodulates Pactor 1,
+@@ -45,13 +45,13 @@
+ Tnx to Pawel Jalocha, who is also author of MT63, who made this wonderful tool.
+ There are various other test programs.
+ .B HF-HOWTO
+-is the main documentation, found in /usr/share/doc/<packages/>hf
++is the main documentation, found in /usr/local/share/doc/hf
+ or in the doc directory of the hf package.
+ .SH "INSTALL AND FIRST START"
+ Just 'tar -zxvf' the tar.gz package, then run './configure', 'make'
+ and (as root) 'make install'. Or 'rpm -i' the rpm package.
+ hfkernel will be installed "suid root" (by 'chmod 4755 /usr/bin/hfkernel').
+-Run '/usr/bin/hf', for first test from a console as root, then as non-root user.
++Run '/usr/local/bin/hf', for first test from a console as root, then as non-root user.
+ At the start of hfkernel a row of numbers runs down the console or xterm:
+ corrout ... intermediate ...
+ Then start hf as non-root user under X. It will now also start hfterm.
+@@ -72,10 +72,10 @@
+ .B DE-HF-HOWTO
+ (German)
+ and some other interesting texts, the German 'pactor.txt' in
+-/usr/share/doc/<packages/>hf
++/usr/local/share/doc/hf
+ and in the doc directory of the source tree of the hf-package.
+ Short comments are also contained in the configuration file
+-/etc/hf.conf.
++/usr/local/etc/hf.conf.
+ .SH "AUTHORS"
+ hfkernel & first version of hfterm by:
+ .B Thomas M. Sailer,
+@@ -95,4 +95,4 @@
+ and mail to
+ .B hfterm-hackers@lists.sourceforge.net
+ and
+-.SH ".... have a lot of fun !!!"
+\ No newline at end of file
++.SH ".... have a lot of fun !!!"