diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-25 18:10:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-25 18:10:18 +0000 |
| commit | 0ec8be8404d4307f84f035fca10cb45cbea0e83d (patch) | |
| tree | a1c8f46554eb6a9ab4718a9e2c98bd134fe756ee | |
| parent | 72c2f499ce5438383dc2496ca4373f66b9ed1c2e (diff) | |
Notes
| -rw-r--r-- | bin/cat/cat.1 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index df7d2e199ea65..f09096d14caa1 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -35,7 +35,7 @@ .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 .\" $FreeBSD$ .\" -.Dd May 2, 1995 +.Dd September 15, 2001 .Dt CAT 1 .Os .Sh NAME @@ -58,12 +58,19 @@ is a single dash .Pq Sq \&- or absent, .Nm -reads from the standard input. If +reads from the standard input. +If .Ar file -is a unix domain socket, +is a +.Ux +domain socket, .Nm -connects to it and then reads it until EOF. This complements the unix-domain -binding capability available in inetd. +connects to it and then reads it until +.Dv EOF . +This complements the +.Ux +domain binding capability available in +.Xr inetd 8 . .Pp The options are as follows: .Bl -tag -width indent |
