diff options
author | 2006-12-20 15:32:10 +0000 | |
---|---|---|
committer | 2006-12-20 15:32:10 +0000 | |
commit | 6272b51e62f199eb3f66a19a9debb643021f2935 (patch) | |
tree | 58122753d249b28ce9047c97495b1ba0c4e6aaeb /usr.bin/cmp | |
parent | sync (diff) | |
download | wireguard-openbsd-6272b51e62f199eb3f66a19a9debb643021f2935.tar.xz wireguard-openbsd-6272b51e62f199eb3f66a19a9debb643021f2935.zip |
.Xr cmp and sdiff each other
ok jmc@ ray@
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r-- | usr.bin/cmp/cmp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 0cdf2744851..bdd650869b4 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cmp.1,v 1.10 2003/06/03 02:56:06 millert Exp $ +.\" $OpenBSD: cmp.1,v 1.11 2006/12/20 15:32:10 jasper Exp $ .\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -104,7 +104,8 @@ An error occurred. .El .Sh SEE ALSO .Xr diff 1 , -.Xr diff3 1 +.Xr diff3 1 , +.Xr sdiff 1 .Sh STANDARDS The .Nm |