diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-06-30 07:58:13 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-06-30 07:58:13 +0000 |
commit | 6d3c7d5bc58df565f78bfa21ed1b450fdb68b045 (patch) | |
tree | c8456777a6ea911778783c0cf8355ddeb79fb054 /usr.sbin/inetd/inetd.8 | |
parent | 5e7760fc0060cd418083b939539ec160c2d05fbb (diff) |
Unbreak unix domain sockets and properly detect and report truncation
of the socket path name. Based on a diff from Juan Vera, with changes
by me and millert@. ok millert@ djm@; man page ok jmc@
Diffstat (limited to 'usr.sbin/inetd/inetd.8')
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 0033aa5e3fa..b92bcfa1dbb 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inetd.8,v 1.26 2004/04/24 21:40:35 millert Exp $ +.\" $OpenBSD: inetd.8,v 1.27 2004/06/30 07:58:12 otto Exp $ .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -138,6 +138,9 @@ is implicitly provided at the top of the file; thus, traditional configuration files (which have no host address specifiers) will be interpreted in the traditional manner, with all services listened for on all local addresses. +If the protocol is +.Dq unix , +this value is ignored. .Pp The .Em service name @@ -161,6 +164,9 @@ is the RPC version number. This can simply be a single numeric argument or a range of versions. A range is bounded by the low version to the high version - .Dq rusers/1-3 . +For +.Ux +domain sockets this field specifies the path name of the socket. .Pp The .Em socket type |