diff options
author | 2014-01-25 22:08:08 +0000 | |
---|---|---|
committer | 2014-01-25 22:08:08 +0000 | |
commit | 28a4c76433ec4ea145fe75342fa90fa29463676d (patch) | |
tree | 8b32adf42a3db293fa6646588e3bdd7b7463d11d | |
parent | let EXIT STATUS breathe; (diff) | |
download | wireguard-openbsd-28a4c76433ec4ea145fe75342fa90fa29463676d.tar.xz wireguard-openbsd-28a4c76433ec4ea145fe75342fa90fa29463676d.zip |
provide a mnemonic for -s;
-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 |