sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit d6d8c98345411f672c124175d378631f937debc4
parent 9d429de50d94cad9c8ad0a4f8bc534fb59f4c5a8
Author: sin <sin@2f30.org>
Date:   Tue,  4 Aug 2015 19:51:40 +0100

Fix mandoc warnings for sed.1 and find.1

Diffstat:
Mfind.1 | 1+
Msed.1 | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/find.1 b/find.1 @@ -23,6 +23,7 @@ Dereference symbolic links provided as .Ar path . .It Fl L Dereference all symbolic links encountered. +.El .Sh EXTENDED DESCRIPTION .Ar expression is a combination of the following primaries and boolean operators. In diff --git a/sed.1 b/sed.1 @@ -139,3 +139,4 @@ character from set 2. Create a label for b and t commands. .It Ar = Write current input line number to output. +.El