Prepare for mdoc(7)NG.

This commit is contained in:
Ruslan Ermilov 2000-12-20 13:26:01 +00:00
parent 20fc4e5c7b
commit 58eaff2332
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70227
6 changed files with 59 additions and 57 deletions

View File

@ -74,8 +74,8 @@ column below lists defaults obtained if there is
no entry in the table obtained, nor one in the special no entry in the table obtained, nor one in the special
.Em default .Em default
table. table.
.Bl -column Namexx /usr/bin/login Default .Bl -column Name Type /usr/bin/login
.It Sy Name Type Default Description .It Sy "Name Type Default Description
.It "ac str unused expect-send chat script for modem answer" .It "ac str unused expect-send chat script for modem answer"
.It "al str unused user to auto-login instead of prompting" .It "al str unused user to auto-login instead of prompting"
.It "ap bool false terminal uses any parity" .It "ap bool false terminal uses any parity"
@ -179,7 +179,7 @@ use raw for input, use cbreak
.It "ub bool false do unbuffered output (of prompts etc)" .It "ub bool false do unbuffered output (of prompts etc)"
.It "we str" Ta So Li ^W Sc Ta .It "we str" Ta So Li ^W Sc Ta
.No "word erase character" .No "word erase character"
.It xc bool false do .It "xc bool false do
.Tn NOT .Tn NOT
echo control chars as echo control chars as
.Ql ^X .Ql ^X
@ -192,7 +192,7 @@ echo control chars as
.Pp .Pp
The following capabilities are no longer supported by The following capabilities are no longer supported by
.Xr getty 8 Ns : .Xr getty 8 Ns :
.Bl -column Namexx /usr/bin/login Default .Bl -column Name Type /usr/bin/login
.It "bd num 0 backspace delay" .It "bd num 0 backspace delay"
.It "cb bool false use crt backspace mode" .It "cb bool false use crt backspace mode"
.It "cd num 0 carriage-return delay" .It "cd num 0 carriage-return delay"

View File

@ -33,7 +33,7 @@
.Nd handle incoming PPP over Ethernet connections .Nd handle incoming PPP over Ethernet connections
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl Fd .Op Fl Fd\&
.Op Fl P Ar pidfile .Op Fl P Ar pidfile
.Op Fl a Ar name .Op Fl a Ar name
.Op Fl e Ar exec .Op Fl e Ar exec
@ -158,12 +158,12 @@ It is sometimes useful to add the following to
.Pa /etc/syslog.conf : .Pa /etc/syslog.conf :
.Pp .Pp
.Dl !pppoed .Dl !pppoed
.Dl *.* /var/log/pppoed.log .Dl "*.* /var/log/pppoed.log
.Pp .Pp
and the following to and the following to
.Pa /etc/newsyslog.conf : .Pa /etc/newsyslog.conf :
.Pp .Pp
.Dl /var/log/pppoed.log 640 3 100 * Z .Dl "/var/log/pppoed.log 640 3 100 * Z
.Pp .Pp
.Sh SEE ALSO .Sh SEE ALSO
.Xr NgSetDebug 3 , .Xr NgSetDebug 3 ,

View File

@ -103,13 +103,13 @@ and/or comma characters.
A pound sign causes the remainder of a line to be ignored. A pound sign causes the remainder of a line to be ignored.
.Pp .Pp
Here is a sample configuration file: Here is a sample configuration file:
.Bl -column 08:00:09:0:66:ad SYSHPBSD,SYSHPUX "# vandy (anything)" .Bl -column 08:00:09:0:66:ad SYSHPBSD,SYSHPUX
.It # .It #
.It # ethernet addr boot file(s) comments .It "# ethernet addr boot file(s) comments
.It # .It #
.It 08:00:09:0:66:ad SYSHPBSD # snake (4.3BSD) .It "08:00:09:0:66:ad SYSHPBSD # snake (4.3BSD)
.It 08:00:09:0:59:5b # vandy (anything) .It "08:00:09:0:59:5b # vandy (anything)
.It 8::9:1:C6:75 SYSHPBSD,SYSHPUX # jaguar (either) .It "8::9:1:C6:75 SYSHPBSD,SYSHPUX # jaguar (either)
.El .El
.Pp .Pp
.Nm Rbootd .Nm Rbootd

View File

@ -73,7 +73,7 @@ utility.
recognizes a number of environment variables that can be used to modify recognizes a number of environment variables that can be used to modify
its behaviour as follows: its behaviour as follows:
.Pp .Pp
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS" .Bl -tag -width LD_LIBRARY_PATH
.It Ev LD_LIBRARY_PATH .It Ev LD_LIBRARY_PATH
A colon separated list of directories, overriding the default search path A colon separated list of directories, overriding the default search path
for shared libraries. for shared libraries.
@ -110,7 +110,7 @@ option and allows
.Xr ldd 1 .Xr ldd 1
to be operated as a filter more conveniently. to be operated as a filter more conveniently.
The following conversions can be used: The following conversions can be used:
.Bl -tag -indent "LD_TRACE_LOADED_OBJECTS_FMT1 " -width "xxxx" .Bl -tag -width "xxxx"
.It \&%a .It \&%a
The main program's name The main program's name
.Po .Po
@ -140,7 +140,9 @@ are recognized and have their usual meaning.
.El .El
.Pp .Pp
.Sh FILES .Sh FILES
/var/run/ld-elf.so.hints .Bl -tag -width indent
.It Pa /var/run/ld-elf.so.hints
.El
.Pp .Pp
.Sh SEE ALSO .Sh SEE ALSO
.Xr elf 5 , .Xr elf 5 ,

View File

@ -369,7 +369,9 @@ DO TIMING-MARK
.Ed .Ed
.Pp .Pp
The pseudo-terminal allocated to the client is configured The pseudo-terminal allocated to the client is configured
to operate in \*(lqcooked\*(rq mode, and with to operate in
.Dq cooked
mode, and with
.Dv XTABS and .Dv XTABS and
.Dv CRMOD .Dv CRMOD
enabled (see enabled (see
@ -513,6 +515,7 @@ Only sent if
is compiled with support for data encryption, and is compiled with support for data encryption, and
indicates a willingness to decrypt indicates a willingness to decrypt
the data stream. the data stream.
.El
.Sh NOTES .Sh NOTES
By default By default
.Nm .Nm
@ -599,6 +602,7 @@ Telnet Authentication: SPX
Telnet Environment Option Interoperability Issues Telnet Environment Option Interoperability Issues
.It Cm RFC-1572 .It Cm RFC-1572
Telnet Environment Option Telnet Environment Option
.El
.Sh BUGS .Sh BUGS
Some Some
.Tn TELNET .Tn TELNET

View File

@ -29,7 +29,6 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Th XTEND 8 "30 Oct 1993"
.Dd October 30, 1993 .Dd October 30, 1993
.Dt XTEND 8 .Dt XTEND 8
.Os FreeBSD .Os FreeBSD
@ -61,13 +60,19 @@ script.
.Pp .Pp
Sending Sending
.Nm .Nm
a SIGHUP causes it to close and reopen its log file. This is useful a
.Dv SIGHUP
causes it to close and reopen its log file. This is useful
in shell scripts that rotate the log files to keep them from growing in shell scripts that rotate the log files to keep them from growing
indefinitely. indefinitely.
If If
.Nm .Nm
receives a SIGTERM, it shuts down gracefully and exits. receives a
A SIGPIPE causes .Dv SIGTERM ,
it shuts down gracefully and exits.
A
.Dv SIGPIPE
causes
.Nm .Nm
to abort the current client connection. to abort the current client connection.
.Pp .Pp
@ -77,65 +82,56 @@ command is sent by the client, and is acknowledged by a one-line response
from the daemon. from the daemon.
.Pp .Pp
.Nm Xtend .Nm Xtend
understands four types of commands. The command: understands four types of commands:
.Bl -tag .Bl -tag -width "monitor H U
.It status H U .It Ic status Ar H U
.El where
.Pp .Ar H
where H is a single letter house code, and U is a numeric unit code, is a single letter house code, and
.Ar U
is a numeric unit code,
causes causes
.Nm .Nm
to respond with one line of status information about the specified device. to respond with one line of status information about the specified device.
The command: .It Ic send Ar H U N
.Bl -tag where
.It send H U N .Ar H
.El is a single-letter house code,
.Pp .Ar U
where H is a single-letter house code, U is either a numeric unit code is either a numeric unit code
or a function code (see source file or a function code (see source file
.Pa xtend/packet.c .Pa xtend/packet.c )
) for a list, and N is a number indicating the number of times (usually 2) for a list, and
.Ar N
is a number indicating the number of times (usually 2)
the packet is to be transmitted without gaps, the packet is to be transmitted without gaps,
causes causes
.Nm .Nm
to perform the specified X-10 transmission. If the transmission was apparently to perform the specified X-10 transmission. If the transmission was apparently
successful, a single-line response containing successful, a single-line response containing
.B .Sy OK
OK
is issued, otherwise a single-line response containing is issued, otherwise a single-line response containing
.B .Sy ERROR
ERROR
is produced. is produced.
The command: .It Ic dump
.Bl -tag
.It dump
.El
.Pp
causes causes
.Nm .Nm
to dump the current status of all devices to an to dump the current status of all devices to an
.Tn ASCII .Tn ASCII
file in the spool file in the spool
directory. The response directory. The response
.B .Sy OK
OK
is issued, regardless of whether the status dump was successful. is issued, regardless of whether the status dump was successful.
The command: .It Ic monitor Ar H U
.Bl -tag
.It monitor H U
.El
.Pp
causes causes
.Nm .Nm
to add the current client socket connection to a list of clients that are to to add the current client socket connection to a list of clients that are to
be notified about activity concerning the specified X-10 device. be notified about activity concerning the specified X-10 device.
The single-line acknowledgement The single-line acknowledgement
.B .Sy OK
OK
is returned if the maximum (currently 5) number of such clients was not is returned if the maximum (currently 5) number of such clients was not
exceeded, otherwise exceeded, otherwise
.B .Sy ERROR
ERROR
is returned. is returned.
.Nm Xtend .Nm Xtend
then returns to its normal mode of accepting connections from clients. then returns to its normal mode of accepting connections from clients.
@ -144,18 +140,18 @@ cause
.Nm .Nm
to write one line of status information for the device (in the same to write one line of status information for the device (in the same
format as produced by the format as produced by the
.B .Ic status
status
command) to the saved socket. This feature is useful for writing programs command) to the saved socket. This feature is useful for writing programs
that need to monitor the activity of devices, like motion detectors, that can that need to monitor the activity of devices, like motion detectors, that can
perform X-10 transmissions. perform X-10 transmissions.
.El
.Sh OPTIONS .Sh OPTIONS
None. None.
.Sh SEE ALSO .Sh SEE ALSO
.Xr xten 1 , .Xr xten 1 ,
.Xr tw 4 .Xr tw 4
.Sh FILES .Sh FILES
.Bl -tag -width /var/spool/xten/Status -compact .Bl -tag -width /var/spool/xten/status.out -compact
.It Pa /dev/tw0 .It Pa /dev/tw0
the TW523 special file the TW523 special file
.It Pa /var/run/tw523 .It Pa /var/run/tw523