diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-25 22:08:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-25 22:08:09 +0000 |
commit | 2fdf77c4df090c6eff0f17e7cb6a976e47e0def0 (patch) | |
tree | d93778ba62e0b2972daffa4123b710f98a630bbe /usr.bin/cmp | |
parent | 85dbd3811cb18bb487c60a2241784faac2456e93 (diff) |
provide a mnemonic for -s;
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 |