From owner-cvs-all@FreeBSD.ORG Fri Mar 16 21:46:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D412716A401; Fri, 16 Mar 2007 21:46:24 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD23113C458; Fri, 16 Mar 2007 21:46:24 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2GLkOMH028094; Fri, 16 Mar 2007 21:46:24 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2GLkOs4028093; Fri, 16 Mar 2007 21:46:24 GMT (envelope-from maxim) Message-Id: <200703162146.l2GLkOs4028093@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 16 Mar 2007 21:46:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio tmpnam.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 21:46:24 -0000 maxim 2007-03-16 21:46:24 UTC FreeBSD src repository Modified files: lib/libc/stdio tmpnam.3 Log: o Add ENVIRONMENT section and mention there that TMPDIR is ignored when issetugid(3) is true. PR: docs/108346 Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.20 +14 -1 src/lib/libc/stdio/tmpnam.3