From d6d8c98345411f672c124175d378631f937debc4 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 4 Aug 2015 19:51:40 +0100 Subject: [PATCH] Fix mandoc warnings for sed.1 and find.1 --- find.1 | 1 + sed.1 | 1 + 2 files changed, 2 insertions(+) diff --git a/find.1 b/find.1 index b7820b4..ac3bbc5 100644 --- 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 index b165ad9..24ce336 100644 --- 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