From 948daa14dfa811355d198d9dedcc010ba1a6282d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 10 Mar 2013 10:29:51 +0100 Subject: [PATCH] locale.5, epoll.7: srcfix: Remove unneeded comment Signed-off-by: Michael Kerrisk --- man5/locale.5 | 2 -- man7/epoll.7 | 1 - 2 files changed, 3 deletions(-) diff --git a/man5/locale.5 b/man5/locale.5 index faab98e96..6dfbe2351 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -1,5 +1,3 @@ -.\" This file is part of locale(1) which displays the settings of the -.\" current locale. .\" Copyright (C) 1994 Jochen Hein (Hein@Student.TU-Clausthal.de) .\" Copyright (C) 2008 Petr Baudis (pasky@suse.cz) .\" diff --git a/man7/epoll.7 b/man7/epoll.7 index 71aa2d9bd..4389d5a43 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -1,4 +1,3 @@ -.\" epoll by Davide Libenzi ( efficient event notification retrieval ) .\" Copyright (C) 2003 Davide Libenzi .\" .\" %%%LICENSE_START(GPLv2+_SW_3_PARA)