Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/usr.bin/mktemp Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/5df6ab4c1f3c
branches: netbsd-7
changeset: 798662:5df6ab4c1f3c
user: martin <martin%NetBSD.org@localhost>
date: Thu Dec 04 07:42:19 2014 +0000
description:
Pull up following revision(s) (requested by snj in ticket #292):
usr.bin/mktemp/mktemp.1: revision 1.22
minor wording nits and a typo fix
diffstat:
usr.bin/mktemp/mktemp.1 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 5cdccf22b213 -r 5df6ab4c1f3c usr.bin/mktemp/mktemp.1
--- a/usr.bin/mktemp/mktemp.1 Wed Dec 03 23:03:40 2014 +0000
+++ b/usr.bin/mktemp/mktemp.1 Thu Dec 04 07:42:19 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mktemp.1,v 1.21 2012/11/04 10:10:03 apb Exp $
+.\" $NetBSD: mktemp.1,v 1.21.8.1 2014/12/04 07:42:19 martin Exp $
.\" From: $FreeBSD: src/usr.bin/mktemp/mktemp.1,v 1.5 1999/08/28 01:04:13 peter Exp $
.\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $
.\"
@@ -203,12 +203,12 @@
creating a different file, directory, or symbolic link
under the same name.
A safer, though still inferior, approach
-is to make a temporary directory using the same naming schem
+is to make a temporary directory using the same naming scheme
While this does allow one to guarantee that a temporary file will
not be subverted, it still allows a simple denial of service attack.
For these reasons it is recommended that
.Nm
-should be used instead of simpler schemes.
+be used instead of simpler schemes.
.Pp
Care should be taken to ensure that it is appropriate to use an
environment variable potentially supplied by the user.
@@ -252,7 +252,7 @@
.Nm
utility appeared in
.Nx 1.5 .
-It has been imported from
+It was imported from
.Fx ,
-the idea and the manual page were taken from
+and the idea and the manual page were taken from
.Ox .
Home |
Main Index |
Thread Index |
Old Index