diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
commit | d3f71e83aa457c3da879a748802d457091a47c5f (patch) | |
tree | 17c8d21785c3a369ed1c40e82a66c38dc35606cb /usr.bin/touch | |
parent | 826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff) |
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/touch')
-rw-r--r-- | usr.bin/touch/touch.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 6ec2c135692..4e12ef39b96 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: touch.1,v 1.14 2007/08/06 19:16:06 sobrado Exp $ +.\" $OpenBSD: touch.1,v 1.15 2009/01/04 11:19:55 sobrado Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: August 6 2007 $ +.Dd $Mdocdate: January 4 2009 $ .Dt TOUCH 1 .Os .Sh NAME @@ -119,9 +119,7 @@ If the letter pair is not specified, the value defaults to 0. .El .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std touch .Sh SEE ALSO .Xr utimes 2 .Sh STANDARDS |