From 8cf3c8952235c756487d763a755ee223c358b12e Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 23 Aug 2005 13:13:13 +0000 Subject: Add a -h option to tell cmp not to follow symbolic links. MFC after: 3 weeks Sponsored by: Sophos/ActiveState --- usr.bin/cmp/cmp.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/cmp/cmp.1') diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 2f82bc3..22ed932 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -44,7 +44,7 @@ .Sh SYNOPSIS .Nm .Op Fl l | Fl s | Fl x -.Op Fl z +.Op Fl hz .Ar file1 file2 .Op Ar skip1 Op Ar skip2 .Sh DESCRIPTION @@ -61,6 +61,8 @@ Bytes and lines are numbered beginning with one. .Pp The following options are available: .Bl -tag -width flag +.It Fl h +Don't follow symbolic links. .It Fl l Print the byte number (decimal) and the differing byte values (octal) for each difference. -- cgit v1.1