diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-05 14:54:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-05 14:54:15 +0000 |
commit | 547a14de341d3e5dbe02976d287bb549b6ff67a3 (patch) | |
tree | 9fc158a6614f0be8db24110a0a8c0acf734717ea /usr.bin/diff | |
parent | 33e24ee393678448177942273d52ccf495833bfe (diff) |
- no need to escape these
Diffstat (limited to 'usr.bin/diff')
-rw-r--r-- | usr.bin/diff/diff.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index c7f8f6f4505..e6865ade858 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.29 2005/12/27 12:48:56 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.30 2006/05/05 14:54:14 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -459,11 +459,11 @@ The utility exits with one of the following values: .Pp .Bl -tag -width Ds -compact -offset indent -.It \&0 +.It 0 No differences were found. -.It \&1 +.It 1 Differences were found. -.It \*[Gt]\&1 +.It \*(Gt1 An error occurred. .El .Sh SEE ALSO |