diff options
Diffstat (limited to 'usr/src/man/man1m/in.daytimed.1m')
-rw-r--r-- | usr/src/man/man1m/in.daytimed.1m | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/usr/src/man/man1m/in.daytimed.1m b/usr/src/man/man1m/in.daytimed.1m index b991e3244a..c986ea9d4e 100644 --- a/usr/src/man/man1m/in.daytimed.1m +++ b/usr/src/man/man1m/in.daytimed.1m @@ -3,13 +3,13 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH in.daytimed 1M "23 Aug 2004" "SunOS 5.11" "System Administration Commands" +.TH IN.DAYTIMED 1M "Aug 23, 2004" .SH NAME in.daytimed \- UDP or TCP daytime protocol service daemon .SH SYNOPSIS .LP .nf -\fBin.daytimed\fR +\fBin.daytimed\fR .fi .LP @@ -34,12 +34,10 @@ service. The \fBin.daytimed\fR detects which transport is requested by examining the socket it is passed by the \fBinetd\fR daemon. .sp .ne 2 -.mk .na \fBTCP-based service\fR .ad .RS 21n -.rt Once a connection is established, the \fBin.daytimed\fR generates the current date and time in \fBctime\fR(3C) format as 7-bit ASCII and sends it through the connection. The server then closes the connection. Any data received from the @@ -48,12 +46,10 @@ client side of the connection is discarded. .sp .ne 2 -.mk .na \fBUDP-based service\fR .ad .RS 21n -.rt The \fBin.daytimed\fR listens for UDP datagrams. When a datagram is received, the server generates the current date and time in \fBctime\fR(3C) format as 7-bit ASCII and inserts it in a UDP datagram sent in response to the client's @@ -68,13 +64,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityEvolving +Interface Stability Evolving .TE .SH SEE ALSO |