Clean one paragraph.

This commit is contained in:
ad 2000-09-19 16:28:52 +00:00
parent 4fdc259981
commit b8bb84a3b0
1 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: inetd.8,v 1.30 2000/07/04 13:25:39 itojun Exp $
.\" $NetBSD: inetd.8,v 1.31 2000/09/19 16:28:52 ad Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -325,13 +325,15 @@ is usually the only stream server marked as wait.
The
.Em user
entry should contain the user name of the user as whom the server should
run. This allows for servers to be given less permission than root. An
optional group name can be specified by appending a colon to the user name
followed by the group name (it is possible to use a dot in lieu of a colon,
however this feature is provided only for backward compatibility). This allows
for servers to run with a different (primary) group id than specified in the
password file. If a group is specified and user is not root, the
supplementary groups associated with that user will still be set.
run. This allows for servers to be given less permission than root.
Optionally, a group can be specified by appending a colon to the user name,
followed by the group name (it is possible to use a dot (``.'') in lieu of a
colon, however this feature is provided only for backward compatibility).
This allows for servers to run with a different (primary) group id than
specified in the password file. If a group is specified and
.Em user
is not root, the supplementary groups associated with that user will still be
set.
.Pp
The
.Em server-program