summaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.810
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 0f39fae0c5b..963c8162312 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs.8,v 1.37 2004/06/26 18:21:36 otto Exp $
+.\" $OpenBSD: newfs.8,v 1.38 2004/07/02 15:48:35 otto Exp $
.\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
@@ -316,6 +316,14 @@ 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 ,