diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-02-23 18:02:27 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-02-23 18:02:27 +0000 |
| commit | c9c1d78bf0360ac118b4e466926701a2936aaa52 (patch) | |
| tree | 1e8384d38c127546d60a741f2a2cbd1bd0975177 /gnu | |
| parent | 11aa7f0f7e5ce09d0c46d4b405f4975e5dc04b5a (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/sdiff/sdiff.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/sdiff/sdiff.1 b/gnu/usr.bin/sdiff/sdiff.1 index 8b7e88c1314c..b5faa3e0b69b 100644 --- a/gnu/usr.bin/sdiff/sdiff.1 +++ b/gnu/usr.bin/sdiff/sdiff.1 @@ -1,3 +1,5 @@ +.\" $FreeBSD$ +.\" .TH SDIFF 1 "22sep1993" "GNU Tools" "GNU Tools" .SH NAME sdiff \- find differences between two files and merge interactively @@ -193,6 +195,11 @@ in .IR sdiff . .SH SEE ALSO cmp(1), comm(1), diff(1), diff3(1). + +The +.B info +documentation of +.BR diff . .SH DIAGNOSTICS An exit status of 0 means no differences were found, 1 means some differences were found, and 2 means trouble. |
