diff options
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r-- | usr.bin/cmp/cmp.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 71d52038c08..d726396a45f 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cmp.1,v 1.16 2014/01/25 21:58:06 jmc Exp $ +.\" $OpenBSD: cmp.1,v 1.17 2014/01/25 22:08:08 jmc Exp $ .\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -62,6 +62,7 @@ The options are as follows: Print the byte number (decimal) and the differing byte values (octal) for each difference. .It Fl s +Silent. Print nothing for differing files; return exit status only. .El |