diff options
author | 2016-02-18 21:57:26 +0000 | |
---|---|---|
committer | 2016-02-18 21:57:26 +0000 | |
commit | dc00c711a9bae84ad39611f733138c27f3151afa (patch) | |
tree | 1dfbe2b2fcd6814b3a319d6de3526775cb92cc8b | |
parent | finish conversion select -> poll, error messages count too, sloppy theo. (diff) | |
download | wireguard-openbsd-dc00c711a9bae84ad39611f733138c27f3151afa.tar.xz wireguard-openbsd-dc00c711a9bae84ad39611f733138c27f3151afa.zip |
TMPDIR is no longer supported;
from rafael neves
-rw-r--r-- | sbin/newfs/newfs.8 | 12 | ||||
-rw-r--r-- | usr.bin/sendbug/sendbug.1 | 8 |
2 files changed, 4 insertions, 16 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 1d1cdd6e6a8..1b2977e1d00 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.71 2014/08/29 12:09:04 jmc Exp $ +.\" $OpenBSD: newfs.8,v 1.72 2016/02/18 21:57:26 jmc Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)newfs.8 8.3 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: August 29 2014 $ +.Dd $Mdocdate: February 18 2016 $ .Dt NEWFS 8 .Os .Sh NAME @@ -301,14 +301,6 @@ If the .Fl P Ar file option is not used, the owner and mode of the created mfs file system will be the same as the owner and mode of the mount point. -.Sh ENVIRONMENT -.Bl -tag -width TMPDIR -.It Ev TMPDIR -Directory in which to create temporary mount points for use by -.Nm mount_mfs Fl P -instead of -.Pa /tmp . -.El .Sh SEE ALSO .Xr disktab 5 , .Xr fs 5 , diff --git a/usr.bin/sendbug/sendbug.1 b/usr.bin/sendbug/sendbug.1 index 18ed9728e13..6e3e6c9d64a 100644 --- a/usr.bin/sendbug/sendbug.1 +++ b/usr.bin/sendbug/sendbug.1 @@ -1,9 +1,9 @@ -.\" $OpenBSD: sendbug.1,v 1.26 2015/10/11 21:23:15 deraadt Exp $ +.\" $OpenBSD: sendbug.1,v 1.27 2016/02/18 21:57:26 jmc Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. .\" -.Dd $Mdocdate: October 11 2015 $ +.Dd $Mdocdate: February 18 2016 $ .Dt SENDBUG 1 .Os .Sh NAME @@ -103,10 +103,6 @@ the default is Filename of PR form to use instead of using the built-in form. Such a PR form can be partially pre-completed to make the process faster. -.It Ev TMPDIR -Specifies a directory for temporary files to be created. -The default is -.Pa /tmp . .El .Sh FILES .Bl -tag -width "/tmp/p.XXXXXXXXXX" -compact |