Module Name: src
Committed By: wiz
Date: Wed Jun 20 09:56:19 UTC 2012
Modified Files:
src/usr.bin/touch: touch.1
Log Message:
- Use more consistent wording;
- create separate section, and use `.Ex' macro, for exit status
information.
>From patch by Bug Hunting.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/touch/touch.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/touch/touch.1
diff -u src/usr.bin/touch/touch.1:1.18 src/usr.bin/touch/touch.1:1.19
--- src/usr.bin/touch/touch.1:1.18 Tue Feb 22 15:47:02 2011
+++ src/usr.bin/touch/touch.1 Wed Jun 20 09:56:18 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: touch.1,v 1.18 2011/02/22 15:47:02 wiz Exp $
+.\" $NetBSD: touch.1,v 1.19 2012/06/20 09:56:18 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)touch.1 8.3 (Berkeley) 4/28/95
.\"
-.Dd February 22, 2011
+.Dd June 20, 2012
.Dt TOUCH 1
.Os
.Sh NAME
@@ -47,7 +47,7 @@
.Sh DESCRIPTION
The
.Nm
-utility sets the modification and access times of files to the
+utility changes the access and modification times of files to the
current time of day.
If the file doesn't exist, it is created with default permissions.
.Pp
@@ -125,10 +125,8 @@ If the
.Dq SS
letter pair is not specified, the value defaults to 0.
.El
-.Pp
-The
-.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std
.Sh COMPATIBILITY
The obsolescent form of
.Nm ,