X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=utils%2Fcmp%2Fcmp.1;fp=utils%2Fcmp%2Fcmp.1;h=0000000000000000000000000000000000000000;hb=4476699b7c7de3abf9f6da71ed409b2c032dc50f;hp=b7e90816e216169200218f6988a23c53454d1421;hpb=2e838897cc574a9147bcf0b1681aeeaa44001fce;p=pdutils diff --git a/utils/cmp/cmp.1 b/utils/cmp/cmp.1 deleted file mode 100644 index b7e9081..0000000 --- a/utils/cmp/cmp.1 +++ /dev/null @@ -1,37 +0,0 @@ -.TH CMP 1 "2008-1.01" "pdcore utilities" "User Commands" -.SH NAME -cmp \- compare two files -.SH SYNOPSIS -.B cmp -[-l|-s] file1 file2 -.SH DESCRIPTION -Compare two files. If the contents are the same, produce no output and return -an exit status of 0. If they differ, report the line and byte position of the -first difference, and return an exit status of 1. An exit status of 2 will be -returned in the event of any error. -.SH OPTIONS -.TP --l -List all differences, not just the first. -.TP --s -Silent. No output under any circumstances; returns exit status only. -.P -Note that options -l and -s are mutually exclusive. -.SH OPERANDS -.TP -file1, file2 -Input files. If none provided, or the filename '-' is passed to cmp, standard -input will be used. Note that standard input may only be used for one of the -file inputs. -.SH "AUTHORITATIVE DOCUMENTATION" - -.SH VERSION AND COMPLIANCE -Utility version 1.01 -.P -Functional compliance with POSIX:2008 (IEEE Std 1003.1-2008; -Shell and Utilities, Base Specifications Issue 7). -.SH UNLICENSE -This is free and unencumbered software released into the public domain, -provided "as is", without warranty of any kind, express or implied. See the -file UNLICENSE and the website for further details.