diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-25 21:58:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-25 21:58:07 +0000 |
commit | 85dbd3811cb18bb487c60a2241784faac2456e93 (patch) | |
tree | beb4a68e8d16d333d487279e62b2709adf206680 | |
parent | 474bfd24334e9362c14e23c3d0823a64ab20222e (diff) |
let EXIT STATUS breathe;
-rw-r--r-- | usr.bin/cmp/cmp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index c1c5f2bd14c..71d52038c08 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cmp.1,v 1.15 2010/09/03 11:09:28 jmc Exp $ +.\" $OpenBSD: cmp.1,v 1.16 2014/01/25 21:58:06 jmc Exp $ .\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: January 25 2014 $ .Dt CMP 1 .Os .Sh NAME @@ -84,7 +84,7 @@ or The .Nm utility exits with one of the following values: -.Bl -tag -width Ds -offset indent -compact +.Bl -tag -width Ds -offset indent .It 0 The files are identical. .It 1 |