From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/cmp.html | 84 ------------------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 man/man1/cmp.html (limited to 'man/man1/cmp.html') diff --git a/man/man1/cmp.html b/man/man1/cmp.html deleted file mode 100644 index cc7831a9..00000000 --- a/man/man1/cmp.html +++ /dev/null @@ -1,84 +0,0 @@ - -cmp(1) - Plan 9 from User Space - - - - -
-
-
CMP(1)CMP(1) -
-
-

NAME
- -
- - cmp – compare two files
- -
-

SYNOPSIS
- -
- - cmp [ −lsL ] file1 file2 [ offset1 [ offset2 ] ]
- -
-

DESCRIPTION
- -
- - The two files are compared. A diagnostic results if the contents - differ, otherwise there is no output. -
- - The options are:
- l     Print the byte number (decimal) and the differing bytes (hexadecimal) - for each difference.
- s     Print nothing for differing files, but set the exit status.
- L     Print the line number of the first differing byte. -
- - If offsets are given, comparison starts at the designated byte - position of the corresponding file. Offsets that begin with 0x - are hexadecimal; with 0, octal; with anything else, decimal.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/cmp.c
-
-
-

SEE ALSO
- -
- - diff(1)
- -
-

DIAGNOSTICS
- -
- - If a file is inaccessible or missing, the exit status is open. - If the files are the same, the exit status is empty (true). If - they are the same except that one is longer than the other, the - exit status is EOF. Otherwise cmp reports the position of the - first disagreeing byte and the exit status is differ. - -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3