diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-10 10:28:35 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-10 10:57:09 +0100 |
commit | 8f0aff2a3adab6336ee440b6ba20ba066d9c573a (patch) | |
tree | 8ca1545218421ee94994704d998243aba85d94d0 | |
parent | a6760fe64c98dcba38d0e16c8abbf3fe7dad3158 (diff) |
futex.2, netlink.3, stdin.3, wavelan.4, netlink.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r-- | man2/futex.2 | 3 | ||||
-rw-r--r-- | man3/netlink.3 | 3 | ||||
-rw-r--r-- | man3/stdin.3 | 3 | ||||
-rw-r--r-- | man4/wavelan.4 | 3 | ||||
-rw-r--r-- | man7/netlink.7 | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/man2/futex.2 b/man2/futex.2 index d6c47822..33159f39 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1,4 +1,5 @@ -.\" Page by b.hubert - may be freely modified and distributed +.\" Page by b.hubert +.\" may be freely modified and distributed .\" .\" Niki A. Rahimi (LTC Security Development, narahimi@us.ibm.com) .\" added ERRORS section. diff --git a/man3/netlink.3 b/man3/netlink.3 index 92cb32e1..b864d682 100644 --- a/man3/netlink.3 +++ b/man3/netlink.3 @@ -1,4 +1,5 @@ -.\" This manpage copyright 1998 by Andi Kleen. Subject to the GPL. +.\" This manpage copyright 1998 by Andi Kleen. +.\" Subject to the GPL. .\" Based on the original comments from Alexey Kuznetsov .\" $Id: netlink.3,v 1.1 1999/05/14 17:17:24 freitag Exp $ .TH NETLINK 3 2012-08-05 "GNU" "Linux Programmer's Manual" diff --git a/man3/stdin.3 b/man3/stdin.3 index c0960c21..1533cd6d 100644 --- a/man3/stdin.3 +++ b/man3/stdin.3 @@ -1,7 +1,8 @@ .\" From dholland@burgundy.eecs.harvard.edu Tue Mar 24 18:08:15 1998 .\" .\" This man page was written in 1998 by David A. Holland -.\" and placed in the Public Domain. Polished a bit by aeb. +.\" Polished a bit by aeb. +.\" Placed in the Public Domain. .\" 2005-06-16 mtk, mentioned freopen() .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros diff --git a/man4/wavelan.4 b/man4/wavelan.4 index 67a8c82e..a8dc8cd4 100644 --- a/man4/wavelan.4 +++ b/man4/wavelan.4 @@ -4,7 +4,8 @@ .\" Jean II - HPLB - '96 .\" wavelan.c.4 .\" -.\" Provenance of this page is unclear. Licensed under the GPL, +.\" Provenance of this page is unclear. +.\" Licensed under the GPL, .\" after inquiries with Jean Tourrilhes and Bruce Janson .\" (mtk, July 2006) .\" diff --git a/man7/netlink.7 b/man7/netlink.7 index de955e49..ffed04ba 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -1,6 +1,7 @@ '\" t .\" Don't change the first line, it tells man that tbl is needed. -.\" This man page is Copyright (c) 1998 by Andi Kleen. Subject to the GPL. +.\" This man page is Copyright (c) 1998 by Andi Kleen. +.\" Subject to the GPL. .\" Based on the original comments from Alexey Kuznetsov .\" Modified 2005-12-27 by Hasso Tepper <hasso@estpak.ee> .\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $ |