From 40e7295b4ba441dfe69421af3a469a5dfbf9a3e8 Mon Sep 17 00:00:00 2001 From: millert Date: Mon, 5 Oct 2015 20:15:00 +0000 Subject: Remove the non-standard -l flag that pipes the output through pr(1). Based on a diff from and OK deraadt@ --- usr.bin/diff/diff.1 | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'usr.bin/diff/diff.1') diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 51a3246342e..5ce4c826d77 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.43 2014/02/13 14:52:53 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.44 2015/10/05 20:15:00 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: February 13 2014 $ +.Dd $Mdocdate: October 5 2015 $ .Dt DIFF 1 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nd differential file and directory comparator .Sh SYNOPSIS .Nm diff -.Op Fl abdilpTtw +.Op Fl abdipTtw .Oo .Fl c | e | f | .Fl n | q | u @@ -224,14 +224,6 @@ Print .Ar label instead of the first (and second, if this option is specified twice) file name and time in the context or unified diff header. -.It Fl l -Long output format; each text file -.Nm diff Ns \'d -is piped through -.Xr pr 1 -to paginate it; -other differences are remembered and summarized -after all text file differences are reported. .It Fl p With unified and context diffs, show with each change the first 40 characters of the last line before the context beginning -- cgit v1.2.3-59-g8ed1b