diff options
author | delphij <delphij@FreeBSD.org> | 2007-06-15 07:49:35 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-06-15 07:49:35 +0000 |
commit | f165f20f9e48ef04ac24357977823712bda4e03e (patch) | |
tree | 070957e3f5f9a9201e92e4fef1d36289ca071fc2 /contrib/diff/doc/diff.texi | |
parent | 126c063fa1315229c0d82116433a4fd4c9b399c2 (diff) | |
download | FreeBSD-src-f165f20f9e48ef04ac24357977823712bda4e03e.zip FreeBSD-src-f165f20f9e48ef04ac24357977823712bda4e03e.tar.gz |
Apply vendor patch that implements 1/2 as aliases of l/r.
Requested by: dmalone, Chuck Swiger
Diffstat (limited to 'contrib/diff/doc/diff.texi')
-rw-r--r-- | contrib/diff/doc/diff.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/diff/doc/diff.texi b/contrib/diff/doc/diff.texi index a8724f4..607e862 100644 --- a/contrib/diff/doc/diff.texi +++ b/contrib/diff/doc/diff.texi @@ -2465,18 +2465,22 @@ Like @samp{eb}, except precede each version with a header that shows what file and lines the version came from. @item el +@itemx e1 Edit a copy of the left version, then copy the result to the output. @item er +@itemx e2 Edit a copy of the right version, then copy the result to the output. @item l +@itemx 1 Copy the left version to the output. @item q Quit. @item r +@itemx 2 Copy the right version to the output. @item s |