diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-18 09:21:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-18 09:21:38 +0000 |
| commit | 05eabe657635419bdc9d35d618b5cedf5e1ecdae (patch) | |
| tree | 94e82f2d8f60f036195c36604486d5f138851f13 | |
| parent | 3d5a3539b7856ae661e6ccc09ee50c342bce851a (diff) | |
| download | man-pages-05eabe657635419bdc9d35d618b5cedf5e1ecdae.tar.gz | |
Fix inconsistencies in .TH line
| -rw-r--r-- | man1/ldd.1 | 2 | ||||
| -rw-r--r-- | man2/_exit.2 | 2 | ||||
| -rw-r--r-- | man2/alarm.2 | 2 | ||||
| -rw-r--r-- | man2/create_module.2 | 2 | ||||
| -rw-r--r-- | man2/delete_module.2 | 2 | ||||
| -rw-r--r-- | man2/epoll_ctl.2 | 2 | ||||
| -rw-r--r-- | man2/epoll_wait.2 | 2 | ||||
| -rw-r--r-- | man2/flock.2 | 2 | ||||
| -rw-r--r-- | man2/get_kernel_syms.2 | 2 | ||||
| -rw-r--r-- | man3/clearenv.3 | 2 | ||||
| -rw-r--r-- | man3/error.3 | 2 | ||||
| -rw-r--r-- | man3/getsubopt.3 | 2 | ||||
| -rw-r--r-- | man3/offsetof.3 | 2 | ||||
| -rw-r--r-- | man3/program_invocation_name.3 | 2 | ||||
| -rw-r--r-- | man3/regex.3 | 2 | ||||
| -rw-r--r-- | man3/rpmatch.3 | 2 | ||||
| -rw-r--r-- | man5/dir_colors.5 | 2 | ||||
| -rw-r--r-- | man5/nscd.conf.5 | 2 | ||||
| -rw-r--r-- | man5/resolv.conf.5 | 2 | ||||
| -rw-r--r-- | man7/epoll.7 | 2 | ||||
| -rw-r--r-- | man7/mailaddr.7 | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/man1/ldd.1 b/man1/ldd.1 index 73202ef707..419a94933b 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -7,7 +7,7 @@ .\" Most of this was copied from the README file. .\" Do not restrict distribution. .\" May be distributed under the GNU General Public License -.TH LDD 1 2000-10-30 "Linux Programmer's Manual" +.TH LDD 1 2000-10-30 "" "Linux Programmer's Manual" .SH NAME ldd \- print shared library dependencies .SH SYNOPSIS diff --git a/man2/_exit.2 b/man2/_exit.2 index 65e395c5fa..9981c7c326 100644 --- a/man2/_exit.2 +++ b/man2/_exit.2 @@ -26,7 +26,7 @@ .\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified 2001-11-17, aeb .\" -.TH _EXIT 2 2001-11-17 Linux "Linux Programmer's Manual" +.TH _EXIT 2 2001-11-17 "Linux" "Linux Programmer's Manual" .SH NAME _exit, _Exit \- terminate the current process .SH SYNOPSIS diff --git a/man2/alarm.2 b/man2/alarm.2 index 5683ba8923..97840544ac 100644 --- a/man2/alarm.2 +++ b/man2/alarm.2 @@ -27,7 +27,7 @@ .\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer <aeb@cwi.nl> .\" Modified Wed Nov 6 03:46:05 1996 by Eric S. Raymond <esr@thyrsus.com> .\" -.TH ALARM 2 1993-07-21 Linux "Linux Programmer's Manual" +.TH ALARM 2 1993-07-21 "Linux" "Linux Programmer's Manual" .SH NAME alarm \- set an alarm clock for delivery of a signal .SH SYNOPSIS diff --git a/man2/create_module.2 b/man2/create_module.2 index fc0930fce9..7e9beee0e5 100644 --- a/man2/create_module.2 +++ b/man2/create_module.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH CREATE_MODULE 2 2006-02-09 Linux "Linux Programmer's Manual" +.TH CREATE_MODULE 2 2006-02-09 "Linux" "Linux Programmer's Manual" .SH NAME create_module \- create a loadable module entry .SH SYNOPSIS diff --git a/man2/delete_module.2 b/man2/delete_module.2 index e7250bff4c..1380d5b90b 100644 --- a/man2/delete_module.2 +++ b/man2/delete_module.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH DELETE_MODULE 2 2006-02-09 Linux "Linux Programmer's Manual" +.TH DELETE_MODULE 2 2006-02-09 "Linux" "Linux Programmer's Manual" .SH NAME delete_module \- delete a loadable module entry .SH SYNOPSIS diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 3ee609c7c1..719ef01e87 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -18,7 +18,7 @@ .\" .\" Davide Libenzi <davidel@xmailserver.org> .\" -.TH EPOLL_CTL 2 2002-10-23 Linux "Linux Programmer's Manual" +.TH EPOLL_CTL 2 2002-10-23 "Linux" "Linux Programmer's Manual" .SH NAME epoll_ctl \- control interface for an epoll descriptor .SH SYNOPSIS diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index cbef8b5c13..ae023a232c 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -20,7 +20,7 @@ .\" .\" 2007-04-30: mtk, Added description of epoll_pwait() .\" -.TH EPOLL_WAIT 2 2007-04-30 Linux "Linux Programmer's Manual" +.TH EPOLL_WAIT 2 2007-04-30 "Linux" "Linux Programmer's Manual" .SH NAME epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor .SH SYNOPSIS diff --git a/man2/flock.2 b/man2/flock.2 index c4f549972e..f22450dac7 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -29,7 +29,7 @@ .\" Substantial rewrites and additions .\" 2005-05-10 mtk, noted that lock conversions are not atomic. .\" -.TH FLOCK 2 2002-04-24 Linux "Linux Programmer's Manual" +.TH FLOCK 2 2002-04-24 "Linux" "Linux Programmer's Manual" .SH NAME flock \- apply or remove an advisory lock on an open file .SH SYNOPSIS diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2 index c85f31fc01..69d43d5c2d 100644 --- a/man2/get_kernel_syms.2 +++ b/man2/get_kernel_syms.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH GET_KERNEL_SYMS 2 2006-02-09 Linux "Linux Programmer's Manual" +.TH GET_KERNEL_SYMS 2 2006-02-09 "Linux" "Linux Programmer's Manual" .SH NAME get_kernel_syms \- retrieve exported kernel and module symbols .SH SYNOPSIS diff --git a/man3/clearenv.3 b/man3/clearenv.3 index fc112b33a7..6b16d7937b 100644 --- a/man3/clearenv.3 +++ b/man3/clearenv.3 @@ -21,7 +21,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" Additions, aeb, 2001-10-17. -.TH CLEARENV 3 2001-10-17 "Linux Programmer's Manual" +.TH CLEARENV 3 2001-10-17 "Linux" "Linux Programmer's Manual" .SH NAME clearenv \- clear the environment .SH SYNOPSIS diff --git a/man3/error.3 b/man3/error.3 index e11ab77531..ad4726d513 100644 --- a/man3/error.3 +++ b/man3/error.3 @@ -22,7 +22,7 @@ .\" .\" References: .\" glibc manual and source -.TH ERROR 3 2006-04-25 GNU "Linux Programmer's Manual" +.TH ERROR 3 2006-04-25 "GNU" "Linux Programmer's Manual" .SH NAME error, error_at_line, error_message_count, error_on_per_line, \ error_print_progname \- glibc error reporting functions diff --git a/man3/getsubopt.3 b/man3/getsubopt.3 index 18f844cd4c..5887a63604 100644 --- a/man3/getsubopt.3 +++ b/man3/getsubopt.3 @@ -20,7 +20,7 @@ .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" -.TH GETSUBOPT 3 2007-05-05 GNU "Linux Programmer's Manual" +.TH GETSUBOPT 3 2007-05-05 "GNU" "Linux Programmer's Manual" .SH NAME getsubopt \- parse suboption arguments from a string .SH SYNOPSIS diff --git a/man3/offsetof.3 b/man3/offsetof.3 index 6a4a2f4938..3275a37214 100644 --- a/man3/offsetof.3 +++ b/man3/offsetof.3 @@ -23,7 +23,7 @@ .\" References: .\" /usr/lib/gcc/i486-linux-gnu/4.1.1/include/stddef.h .\" glibc-doc -.TH OFFSETOF 3 2006-05-23 GNU "Linux Programmer's Manual" +.TH OFFSETOF 3 2006-05-23 "GNU" "Linux Programmer's Manual" .SH NAME offsetof \- offset of a structure member .SH SYNOPSIS diff --git a/man3/program_invocation_name.3 b/man3/program_invocation_name.3 index 21f32f3d94..ce5fae804a 100644 --- a/man3/program_invocation_name.3 +++ b/man3/program_invocation_name.3 @@ -18,7 +18,7 @@ .\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -.TH PROGRAM_INVOCATION_NAME 3 2006-04-29 GNU "Linux Programmer's Manual" +.TH PROGRAM_INVOCATION_NAME 3 2006-04-29 "GNU" "Linux Programmer's Manual" .SH NAME program_invocation_name, program_invocation_short_name \- \ obtain name used to invoke calling program diff --git a/man3/regex.3 b/man3/regex.3 index 2506a23c4f..41be04911a 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -29,7 +29,7 @@ .in \\n(INu+\\$1 .ti -\\$1 .. -.TH REGEX 3 1998-05-08 GNU "Linux Programmer's Manual" +.TH REGEX 3 1998-05-08 "GNU" "Linux Programmer's Manual" .SH NAME regcomp, regexec, regerror, regfree \- POSIX regex functions .SH SYNOPSIS diff --git a/man3/rpmatch.3 b/man3/rpmatch.3 index 1181840a9d..7ded0ea1fe 100644 --- a/man3/rpmatch.3 +++ b/man3/rpmatch.3 @@ -24,7 +24,7 @@ .\" .\" 2006-05-19, mtk, various edits and example program .\" -.TH RPMATCH 3 2006-05-17 GNU "Linux Programmer's Manual" +.TH RPMATCH 3 2006-05-17 "GNU" "Linux Programmer's Manual" .SH NAME rpmatch \- determine if the answer to a question is affirmative or negative .SH SYNOPSIS diff --git a/man5/dir_colors.5 b/man5/dir_colors.5 index 6170d451fd..026e3456d8 100644 --- a/man5/dir_colors.5 +++ b/man5/dir_colors.5 @@ -8,7 +8,7 @@ .\" .\" Modified Sat Dec 22 22:25:33 2001 by Martin Schulze <joey@infodrom.org> .\" -.TH DIR_COLORS 5 2001-12-26 "GNU fileutils 4.1" +.TH DIR_COLORS 5 2001-12-26 "GNU" "Linux User Manual" .SH NAME dir_colors \- configuration file for dircolors(1) .SH DESCRIPTION diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index 5b025298ba..52918c72c5 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -17,7 +17,7 @@ .\" write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, .\" Boston, MA 02111-1307, USA. .\" -.TH NSCD.CONF 5 1999-10-01 "GNU C Library" +.TH NSCD.CONF 5 1999-10-01 "GNU" "Linux Programmer's Manual" .SH NAME /etc/nscd.conf \- name service cache daemon configuration file .SH DESCRIPTION diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 index 37310ce092..be304edf4f 100644 --- a/man5/resolv.conf.5 +++ b/man5/resolv.conf.5 @@ -18,7 +18,7 @@ .\" .\" Added ndots remark by Bernhard R. Link - debian bug #182886 .\" -.TH RESOLV.CONF 5 2004-10-31 "" Linux Programmer's Manual" +.TH RESOLV.CONF 5 2004-10-31 "" "Linux Programmer's Manual" .UC 4 .SH NAME resolv.conf \- resolver configuration file diff --git a/man7/epoll.7 b/man7/epoll.7 index e7339da058..46457e5e60 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -19,7 +19,7 @@ .\" Davide Libenzi <davidel@xmailserver.org> .\" .\" -.TH EPOLL 7 2002-10-23 Linux "Linux Programmer's Manual" +.TH EPOLL 7 2002-10-23 "Linux" "Linux Programmer's Manual" .SH NAME epoll \- I/O event notification facility .SH SYNOPSIS diff --git a/man7/mailaddr.7 b/man7/mailaddr.7 index 5d0570e4b9..db1e5c537d 100644 --- a/man7/mailaddr.7 +++ b/man7/mailaddr.7 @@ -23,7 +23,7 @@ .\" account for changes since 1995. Route-addrs are now even less .\" common, etc. Some minor wording improvements. Same copyright. .\" -.TH MAILADDR 7 2004-09-15 Linux "Linux User's Manual" +.TH MAILADDR 7 2004-09-15 "Linux" "Linux User's Manual" .UC 5 .SH NAME mailaddr \- mail addressing description |
