Research V4 development
[unix-history] / man / man7 / dpd.7
index 41a0f6f..53a0ff0 100644 (file)
@@ -1,75 +1,82 @@
-.pa 1
-.he 'DPD (VII)'3/15/72'DPD (VII)'
-.ti 0
-NAME           dpd -- spawn data phone daemon
-.sp
-.ti 0
-SYNOPSIS       /etc/dpd\b\b\b\b\b\b\b\b________
-.sp
-.ti 0
-DESCRIPTION    dpd\b\b\b___
+.th DPD VII 3/15/72
+.sh NAME
+dpd \*- spawn data phone daemon
+.sh SYNOPSIS
+.bd /etc/dpd
+.sh DESCRIPTION
+.it Dpd
 is the 201 data phone daemon.
 It is designed to submit jobs to
 is the 201 data phone daemon.
 It is designed to submit jobs to
-the Honeywell 6070 computer via the gerts
+the Honeywell 6070 computer via the GRTS
 interface.
 interface.
-.sp
-dpd\b\b\b___ uses the directory /usr/dpd\b\b\b\b\b\b\b\b________.
-The file lock\b\b\b\b____ in that directory is used
+.s3
+.it Dpd
+uses the directory
+.it /usr/dpd.
+The file
+.it lock
+in that directory
+is used
 to prevent two daemons from becoming active.
 After the daemon has successfully set the lock,
 it forks and the main path exits, thus
 spawning the daemon.
 to prevent two daemons from becoming active.
 After the daemon has successfully set the lock,
 it forks and the main path exits, thus
 spawning the daemon.
-/usr/dpd\b\b\b\b\b\b\b\b________ is scanned for any file
-beginning with df\b\b__.
+The directory is scanned for files
+beginning with
+.bd df.
 Each such file is submitted as a job.
 Each line of a job file must begin with a key
 character to specify what to do with the remainder
 Each such file is submitted as a job.
 Each line of a job file must begin with a key
 character to specify what to do with the remainder
-of the line
-.sp
-.in +3
-S\b_ directs dpd to generate a unique snumb card.
+of the line.
+.s3
+.lp +5 3
+\fBS\fR        directs
+.it dpd
+to generate a unique snumb card.
 This card is generated by incrementing the first
 This card is generated by incrementing the first
-word of the file /usr/dpd/snumb\b\b\b\b\b\b\b\b\b\b\b\b\b\b______________
-and converting that to decimal concatenated with
+word of the
+file
+.it /usr/dpd/snumb
+and converting that to three-digit octal concatenated with
 the station ID.
 the station ID.
-.sp
-L\b_ specifies that the remainder of the line is to
+.s3
+.lp +5 3
+\fBL\fR        specifies that the remainder of the line is to
 be sent as a literal.
 be sent as a literal.
-.sp
-B\b_ specifies that the rest of the line
-is a file name. That file is to
+.s3
+.lp +5 3
+\fBB\fR        specifies that the rest of the line
+is a file name.
+That file is to
 be sent as binary cards.
 be sent as binary cards.
-.sp
-F\b_ is the same as B\b_ except a form feed is prepended to the file.
-.sp
-U\b_ specifies that the rest of the line
+.s3
+.lp +5 3
+\fBF\fR        is the same as \fBB\fR except a form feed is prepended to the file.
+.s3
+.lp +5 3
+\fBU\fR        specifies that the rest of the line
 is a file name.
 After the job has been transmitted,
 the file is unlinked.
 is a file name.
 After the job has been transmitted,
 the file is unlinked.
-.sp
-.in -3
+.s3
+.i0
 Any error encountered will cause the daemon to
 drop the call, wait up to 20 minutes and start over.
 This means that an improperly constructed
 Any error encountered will cause the daemon to
 drop the call, wait up to 20 minutes and start over.
 This means that an improperly constructed
-df\b\b__ file may cause the same job to be submitted
+\fIdf\fR file may cause the same job to be submitted
 every 20 minutes.
 every 20 minutes.
-.sp
+.s3
 While waiting, the
 daemon checks to
 While waiting, the
 daemon checks to
-see that the lock\b\b\b\b____ file still exists.
-If the lock\b\b\b\b____ is gone, the
+see that the
+.it lock
+file still exists.
+If it is gone,
+the
 daemon will exit.
 daemon will exit.
-.sp
-.ti 0
-FILES          /dev/dn0,
+.sh FILES
+/dev/dn0,
 /dev/dp0,
 /usr/dpd/*
 /dev/dp0,
 /usr/dpd/*
-.sp
-.ti 0
-SEE ALSO       opr(I)
-.sp
-.ti 0
-DIAGNOSTICS    --
-.sp
-.ti 0
-BUGS           --
+.sh "SEE ALSO"
+opr(I)