Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mktemp minor wording nits and a typo fix



details:   https://anonhg.NetBSD.org/src/rev/43e5afd4438c
branches:  trunk
changeset: 333589:43e5afd4438c
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Nov 10 07:33:31 2014 +0000

description:
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 110e748dd17f -r 43e5afd4438c usr.bin/mktemp/mktemp.1
--- a/usr.bin/mktemp/mktemp.1   Mon Nov 10 01:05:10 2014 +0000
+++ b/usr.bin/mktemp/mktemp.1   Mon Nov 10 07:33:31 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.22 2014/11/10 07:33:31 snj 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