Discussion:
Remove TMPDIR support from sendbug(1) and newfs(8) manpages
Rafael Neves
2016-02-18 22:11:16 UTC
Permalink
Hi,

The TMPDIR enviroment support was removed from sendbug(1) and newfs(8),
but the manpages still document them. The inlined patches remove these
leftovers.

Regards,
Rafael Neves


Patch:

Index: sbin/newfs/newfs.8
===================================================================
RCS file: /cvs/src/sbin/newfs/newfs.8,v
retrieving revision 1.71
diff -u -p -r1.71 newfs.8
--- sbin/newfs/newfs.8 29 Aug 2014 12:09:04 -0000 1.71
+++ sbin/newfs/newfs.8 18 Feb 2016 20:57:39 -0000
@@ -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 ,
Index: usr.bin/sendbug/sendbug.1
===================================================================
RCS file: /cvs/src/usr.bin/sendbug/sendbug.1,v
retrieving revision 1.26
diff -u -p -r1.26 sendbug.1
--- usr.bin/sendbug/sendbug.1 11 Oct 2015 21:23:15 -0000 1.26
+++ usr.bin/sendbug/sendbug.1 18 Feb 2016 20:57:48 -0000
@@ -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
Jason McIntyre
2016-02-18 21:57:38 UTC
Permalink
Post by Rafael Neves
Hi,
The TMPDIR enviroment support was removed from sendbug(1) and newfs(8),
but the manpages still document them. The inlined patches remove these
leftovers.
Regards,
Rafael Neves
fixed, thanks.
jmc
Post by Rafael Neves
Index: sbin/newfs/newfs.8
===================================================================
RCS file: /cvs/src/sbin/newfs/newfs.8,v
retrieving revision 1.71
diff -u -p -r1.71 newfs.8
--- sbin/newfs/newfs.8 29 Aug 2014 12:09:04 -0000 1.71
+++ sbin/newfs/newfs.8 18 Feb 2016 20:57:39 -0000
@@ -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 ,
Index: usr.bin/sendbug/sendbug.1
===================================================================
RCS file: /cvs/src/usr.bin/sendbug/sendbug.1,v
retrieving revision 1.26
diff -u -p -r1.26 sendbug.1
--- usr.bin/sendbug/sendbug.1 11 Oct 2015 21:23:15 -0000 1.26
+++ usr.bin/sendbug/sendbug.1 18 Feb 2016 20:57:48 -0000
@@ -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
Loading...