Fix typos, from Jared Yanovich. Forwarded by jmc@openbsd.
This commit is contained in:
parent
fd995d7327
commit
1dbb52e92c
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: privs.h,v 1.6 2003/02/05 00:02:39 perry Exp $ */
|
/* $NetBSD: privs.h,v 1.7 2003/10/21 09:03:25 wiz Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* privs.h - header for privileged operations
|
* privs.h - header for privileged operations
|
||||||
@ -35,7 +35,7 @@
|
|||||||
/* Relinquish privileges temporarily for a setuid or setgid program
|
/* Relinquish privileges temporarily for a setuid or setgid program
|
||||||
* with the option of getting them back later. This is done by
|
* with the option of getting them back later. This is done by
|
||||||
* using POSIX saved user and groups ids. Call RELINQUISH_PRIVS once
|
* using POSIX saved user and groups ids. Call RELINQUISH_PRIVS once
|
||||||
* at the beginning of the main program. This will cause all operatons
|
* at the beginning of the main program. This will cause all operations
|
||||||
* to be executed with the real userid. When you need the privileges
|
* to be executed with the real userid. When you need the privileges
|
||||||
* of the setuid/setgid invocation, call PRIV_START; when you no longer
|
* of the setuid/setgid invocation, call PRIV_START; when you no longer
|
||||||
* need it, call PRIV_END. Note that it is an error to call PRIV_START
|
* need it, call PRIV_END. Note that it is an error to call PRIV_START
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: whois.1,v 1.22 2003/10/11 09:06:03 wiz Exp $
|
.\" $NetBSD: whois.1,v 1.23 2003/10/21 09:03:25 wiz Exp $
|
||||||
.\" $OpenBSD: whois.1,v 1.22 2003/09/02 18:50:07 jmc Exp $
|
.\" $OpenBSD: whois.1,v 1.22 2003/09/02 18:50:07 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1985, 1990, 1993
|
.\" Copyright (c) 1985, 1990, 1993
|
||||||
@ -182,7 +182,7 @@ port listed in
|
|||||||
Do a quick lookup.
|
Do a quick lookup.
|
||||||
This means that
|
This means that
|
||||||
.Nm
|
.Nm
|
||||||
will not attempt to lookup the name in the authoratative whois
|
will not attempt to lookup the name in the authoritative whois
|
||||||
server (if one is listed) nor will it contact InterNic if a lookup
|
server (if one is listed) nor will it contact InterNic if a lookup
|
||||||
fails.
|
fails.
|
||||||
This flag has no effect when combined with any other flag.
|
This flag has no effect when combined with any other flag.
|
||||||
|
Loading…
Reference in New Issue
Block a user