Make minimal changes to point the users to the Texinfo documentation

for more detailed information about sdiff(1).  Hopefully this will
make it easier to find how `interactive merging' works with sdiff.

PR:		docs/30618
Submitted by:	mark@summersault.com
This commit is contained in:
Giorgos Keramidas 2002-12-14 23:58:49 +00:00
parent 21fd5cbc92
commit b12211fe30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107886

View File

@ -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.