Update ltrace.1, add ltrace.conf.5
diff --git a/ltrace.1 b/ltrace.1
index 16cb03b..1554c40 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -1,7 +1,23 @@
+.\" -*-nroff-*-
.\" Copyright (c) 2012 Petr Machata, Red Hat Inc.
.\" Copyright (c) 1997-2005 Juan Cespedes <cespedes@debian.org>
-.\" This file is covered by the GNU GPL
-.TH ltrace 1
+.\"
+.\" This program is free software; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of the
+.\" License, or (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful, but
+.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+.\" General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+.\" 02110-1301 USA
+.\"
+.TH LTRACE "1" "October 2012" "" "User Commands"
.SH NAME
ltrace \- A library call tracer
@@ -256,6 +272,7 @@
Petr Machata <pmachata@redhat.com>
.SH "SEE ALSO"
+.BR ltrace.conf(5),
.BR strace(1) ,
.BR ptrace(2)