aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-13 23:40:55 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-13 23:40:55 +0000
commit270a30c1a350d791053937c72e6ce6cc63a64088 (patch)
tree7226a44551e3f093b43b00eea212ca2b758e46cd /doc
parent2aea4578fe73119387d81f9c67e8221b5ad48eea (diff)
downloadplptools-270a30c1a350d791053937c72e6ce6cc63a64088.tar.gz
plptools-270a30c1a350d791053937c72e6ce6cc63a64088.tar.bz2
plptools-270a30c1a350d791053937c72e6ce6cc63a64088.zip
Replace plpnfsd with plpfuse.
Other minor simplifications to the build system.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am10
-rw-r--r--doc/ncpd.man.in4
-rw-r--r--doc/plpftp.man.in2
-rw-r--r--doc/plpprintd.man.in2
-rw-r--r--doc/sisinstall.man.in2
5 files changed, 8 insertions, 12 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 82ae0cc..2936821 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,9 +1,9 @@
SUBDIRS = api
-EXTRA_DIST = ncpd.man.in plpnfsd.man.in plpftp.man.in sisinstall.man.in \
+EXTRA_DIST = ncpd.man.in plpfuse.man.in plpftp.man.in sisinstall.man.in \
plpprintd.man.in
-man_MANS = ncpd.8 plpnfsd.8 plpftp.1 sisinstall.1 plpprintd.8
+man_MANS = ncpd.8 plpfuse.8 plpftp.1 sisinstall.1 plpprintd.8
%.1: %.man
MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'` ; \
@@ -13,9 +13,5 @@ man_MANS = ncpd.8 plpnfsd.8 plpftp.1 sisinstall.1 plpprintd.8
MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'` ; \
$(SED) -e "s%@MANDATE@%$$MANDATE%g" $< > $@
-#
-# remove all intermediate files that can be recreated using
-# Makefile.cvs
-#
maintainer-clean-local:
- rm -f Makefile.in *.1 *.8
+ rm -f *.1 *.8
diff --git a/doc/ncpd.man.in b/doc/ncpd.man.in
index f540c03..8cbfca0 100644
--- a/doc/ncpd.man.in
+++ b/doc/ncpd.man.in
@@ -24,7 +24,7 @@ ncpd \- Daemon which handles the serial link to a Psion
.SH DESCRIPTION
ncpd is the daemon which handles the serial link to your Psion.
It listens at port @DPORT@ for local connections and provides
-basic PLP/NCP services for plpnfsd and plpftp and other front-ends.
+basic PLP/NCP services for plpfuse and plpftp and other front-ends.
It auto-connects to the psion, even after unplugging/switching off
therefore it can run always in background (if you have a spare
serial-device)
@@ -98,7 +98,7 @@ is specified, ncpd cycles through baud-rates of 115200, 57600, 38400, 19200
and 9600 baud. Default setting is @DSNAME@.
.SH SEE ALSO
-ncpd(8), plpnfsd(8), plpprintd(8), plpftp(1) and sisinstall(1)
+plpfuse(8), plpprintd(8), plpftp(1) and sisinstall(1)
.SH AUTHOR
Fritz Elfert
diff --git a/doc/plpftp.man.in b/doc/plpftp.man.in
index d22f775..5416338 100644
--- a/doc/plpftp.man.in
+++ b/doc/plpftp.man.in
@@ -45,7 +45,7 @@ plpftp enters non interactive mode and terminates after executing the
command.
.SH SEE ALSO
-ncpd(8), plpnfsd(8), plpprintd(8), plpftp(1) and sisinstall(1)
+ncpd(8), plpfuse(8), plpprintd(8) and sisinstall(1)
.SH AUTHOR
Fritz Elfert
diff --git a/doc/plpprintd.man.in b/doc/plpprintd.man.in
index 1ce4ddb..c483ddf 100644
--- a/doc/plpprintd.man.in
+++ b/doc/plpprintd.man.in
@@ -76,7 +76,7 @@ can not be found in this file, a builtin default Courier is used.
Using patterns in diagrams gives ugly results.
.SH SEE ALSO
-ncpd(8), plpnfsd(8), plpprintd(8), plpftp(1) and sisinstall(1)
+ncpd(8), plpfuse(8), plpftp(1) and sisinstall(1)
.SH AUTHOR
Fritz Elfert
diff --git a/doc/sisinstall.man.in b/doc/sisinstall.man.in
index 9576692..1ce3bef 100644
--- a/doc/sisinstall.man.in
+++ b/doc/sisinstall.man.in
@@ -51,7 +51,7 @@ Level 2 is rather verbose, and is mostly meant for debugging.
Ignores dependency records in the sis file.
.SH SEE ALSO
-ncpd(8), plpnfsd(8), plpprintd(8), plpftp(1) and sisinstall(1)
+ncpd(8), plpfuse(8), plpprintd(8) and plpftp(1)
.SH AUTHOR
Written by Daniel Brahneborg (basic@chello.se).