diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-19 09:47:00 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-19 09:47:00 +0000 |
commit | 8b2cb27beb21f979a77b72576a5c157703e6ca59 (patch) | |
tree | 033b38eeb630685aa7e9adbeed7bd6c675e853ac /usr.bin/stat | |
parent | 7225d7141835b9cb38f6ca9f1a090e1e6046ae70 (diff) |
replace standardized text concerning the exit values of applications
with the right mdoc macros.
Diffstat (limited to 'usr.bin/stat')
-rw-r--r-- | usr.bin/stat/stat.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index b32f184846f..10d2684f667 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.1,v 1.17 2008/11/08 08:24:10 jmc Exp $ +.\" $OpenBSD: stat.1,v 1.18 2009/01/19 09:46:59 sobrado Exp $ .\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 8 2008 $ +.Dd $Mdocdate: January 19 2009 $ .Dt STAT 1 .Os .Sh NAME @@ -379,8 +379,7 @@ and which default to .Cm S . .Pp -.Nm -exits 0 on success, and \*(Gt0 if an error occurred. +.Ex -std stat .Sh EXAMPLES Given a symbolic link ``foo'' that points from /tmp/foo to /, you would use .Nm |