From f1c64ac4de90b4f8a835a7530957a2950b33193d Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 3 Sep 2010 11:09:28 +0000 Subject: add an EXIT STATUS section for /usr/bin; --- usr.bin/diff/diff.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/diff/diff.1') diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 8aaaceb533a..8383fc75e96 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.38 2010/08/18 16:25:20 schwarze Exp $ +.\" $OpenBSD: diff.1,v 1.39 2010/09/03 11:09:28 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: August 18 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt DIFF 1 .Os .Sh NAME @@ -451,12 +451,12 @@ Temporary file used when comparing a device or the standard input. Note that the temporary file is unlinked as soon as it is created so it will not show up in a directory listing. .El -.Sh DIAGNOSTICS +.Sh EXIT STATUS The .Nm utility exits with one of the following values: .Pp -.Bl -tag -width Ds -compact -offset indent +.Bl -tag -width Ds -offset indent -compact .It 0 No differences were found. .It 1 -- cgit v1.2.3-59-g8ed1b