diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 4 | ||||
-rw-r--r-- | libexec/identd/identd.8 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 3dc93610964..5868e63149d 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.19 1999/05/28 15:54:31 aaron Exp $ +.\" $OpenBSD: ftpd.8,v 1.20 1999/06/05 04:16:06 aaron Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -369,7 +369,7 @@ Log file for anonymous transfers. .Sh BUGS The server must run as the super-user to create sockets with privileged port numbers. It maintains -an effective user id of the logged in user, reverting to +an effective user ID of the logged in user, reverting to the super-user only when binding addresses to sockets. The possible security holes have been extensively scrutinized, but are possibly incomplete. diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8 index 00d68d7872c..31deae499d0 100644 --- a/libexec/identd/identd.8 +++ b/libexec/identd/identd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: identd.8,v 1.10 1999/05/28 23:00:08 aaron Exp $ +.\" $OpenBSD: identd.8,v 1.11 1999/06/05 04:16:06 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -105,14 +105,14 @@ so that the administrator can later discover who the real user was. Specifies an idle timeout in seconds where a daemon running in "wait" mode will timeout and exit. The default is no timeout. .It Fl u Ar uid -Specify a user id number or user name which the +Specify a user ID number or user name which the .Nm identd server should switch to after binding itself to the .Tn TCP/IP port if running as a stand alone daemon. .It Fl g Ar gid -Specify a group id number or group name which the +Specify a group ID number or group name which the .Nm server should switch to after binding itself to the @@ -158,7 +158,7 @@ in upper case characters. .It Fl n Always return uid numbers instead of usernames. .It Fl N -When replying with a user name or id, first +When replying with a user name or ID, first check for a file .Pa .noident in the user's home directory. If this file is accessible, return |