diff options
author | 2006-05-05 14:54:14 +0000 | |
---|---|---|
committer | 2006-05-05 14:54:14 +0000 | |
commit | 9a981e8c10550076f3a6232b2ab5b9a7e96f8419 (patch) | |
tree | 8de59c7249f0b86ec1e35ec95ce9c563ae491df3 /usr.bin/diff/diff.1 | |
parent | Prebind should not force lazy binding to be turned off during dlopen() (diff) | |
download | wireguard-openbsd-9a981e8c10550076f3a6232b2ab5b9a7e96f8419.tar.xz wireguard-openbsd-9a981e8c10550076f3a6232b2ab5b9a7e96f8419.zip |
- no need to escape these
Diffstat (limited to 'usr.bin/diff/diff.1')
-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 |