Fix inconsistencies in .TH line

This commit is contained in:
Michael Kerrisk 2007-05-18 09:21:38 +00:00
parent 3d5a3539b7
commit 05eabe6576
21 changed files with 21 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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