Changed date in .TH line into form YYYY-DD-MM.

This commit is contained in:
Michael Kerrisk 2007-05-18 08:56:42 +00:00
parent e6b9359dca
commit e127c16af7
22 changed files with 22 additions and 22 deletions

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 "2002" 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 "2002" 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

@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
.TH GET_KERNEL_SYMS 2 "2002" 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

@ -24,7 +24,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH GETXATTR 2 "Extended Attributes" "Dec 2001" "Linux Programmer's Manual"
.TH GETXATTR 2 2001-12-01 "Extended Attributes" "Linux Programmer's Manual"
.SH NAME
getxattr, lgetxattr, fgetxattr \- retrieve an extended attribute value
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
.TH INIT_MODULE 2 "2002" "Linux" "Linux Programmer's Manual"
.TH INIT_MODULE 2 2006-02-09 "Linux" "Linux Programmer's Manual"
.SH NAME
init_module \- initialize a loadable module entry
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH LISTXATTR 2 "Extended Attributes" "Dec 2001" "Linux Programmer's Manual"
.TH LISTXATTR 2 2001-12-01 "Extended Attributes" "Linux Programmer's Manual"
.SH NAME
listxattr, llistxattr, flistxattr \- list extended attribute names
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\"
.\" 2005-04-08 mtk, noted kernel version and added BUGS
.\"
.TH POSIX_FADVISE 2 "14 Feb 2003" "Linux 2.5.60" "Linux Programmer's Manual"
.TH POSIX_FADVISE 2 2003-02-14 "Linux 2.5.60" "Linux Programmer's Manual"
.SH NAME
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
.TH QUERY_MODULE 2 "2002" "Linux" "Linux Programmer's Manual"
.TH QUERY_MODULE 2 2006-02-29 "Linux" "Linux Programmer's Manual"
.SH NAME
query_module \- query the kernel for various bits pertaining to modules
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH REMOVEXATTR 2 "Extended Attributes" "Dec 2001" "Linux Programmer's Manual"
.TH REMOVEXATTR 2 2001-12-01 "Extended Attributes" "Linux Programmer's Manual"
.SH NAME
removexattr, lremovexattr, fremovexattr \- remove an extended attribute
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH SETXATTR 2 "Extended Attributes" "Dec 2001" "Linux Programmer's Manual"
.TH SETXATTR 2 2001-12-31 "Extended Attributes" "Linux Programmer's Manual"
.SH NAME
setxattr, lsetxattr, fsetxattr \- set an extended attribute value
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" based on the description in glibc source and infopages
.\"
.\" Corrections and additions, aeb
.TH ARGZ_ADD 3 2002 "" "Linux Programmer's Manual"
.TH ARGZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual"
.SH NAME
argz_add, argz_add_sep, argz_append, argz_count, argz_create,
argz_create_sep, argz_delete, argz_extract, argz_insert,

View File

@ -18,7 +18,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" License.
.\"
.TH DL_ITERATE_PHDR 3 "Linux 2.4.21" "Linux Programmer's Manual"
.TH DL_ITERATE_PHDR 3 2007-05-18 "Linux 2.4.21" "Linux Programmer's Manual"
.SH NAME
dl_iterate_phdr \- walk through list of shared objects
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" aeb: some corrections
.TH DYSIZE 3 "November 12, 2001" "GNU" "Linux Programmer's Manual"
.TH DYSIZE 3 2001-11-12 "GNU" "Linux Programmer's Manual"
.SH NAME
dysize \- get number of days for a given year
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" based on the description in glibc source and infopages
.\"
.\" Corrections and additions, aeb
.TH ENVZ_ADD 3 2002 "" "Linux Programmer's Manual"
.TH ENVZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual"
.SH NAME
envz_add, envz_entry, envz_get, envz_merge,
envz_remove, envz_strip \- environment string support

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 "GNU C Library"
.TH NSCD.CONF 5 1999-10-01 "GNU C Library"
.SH NAME
/etc/nscd.conf \- name service cache daemon configuration file
.SH DESCRIPTION

View File

@ -25,7 +25,7 @@
.\" If mistakes in the capabilities are found, please send a bug report to:
.\" michael@moria.de
.\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond (esr@thyrsus.com)
.TH TERMCAP 5 "" "Linux" "Linux Programmer's Manual"
.TH TERMCAP 5 1996-10-21 "Linux" "Linux Programmer's Manual"
.SH NAME
termcap \- terminal capability database
.SH DESCRIPTION

View File

@ -1,7 +1,7 @@
.\" @(#)tzfile.5 7.11
.\" This file is in the public domain, so clarified as of
.\" 1996-06-05 by Arthur David Olson <arthur_david_olson@nih.gov>.
.TH TZFILE 5 1996 "" "Linux Programmer's Manual"
.TH TZFILE 5 1996-06-05 "" "Linux Programmer's Manual"
.SH NAME
tzfile \- time zone information
.SH SYNOPSIS

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 8 1999-10 "GNU C Library" "Linux Programmer's Manual"
.TH NSCD 8 1999-10-01 "GNU C Library" "Linux Programmer's Manual"
.SH NAME
/usr/sbin/nscd \- name service cache daemon
.SH DESCRIPTION

View File

@ -3,7 +3,7 @@
.\" information is attributed to Linus Torvalds
.\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
.\" May be distributed under the GNU General Public License
.TH SYNC 8 1998-11 "GNU fileutils 4.0" "Linux Programmer's Manual"
.TH SYNC 8 1998-11-01 "GNU fileutils 4.0" "Linux Programmer's Manual"
.SH NAME
sync \- synchronize data on disk with memory
.SH SYNOPSIS

View File

@ -1,6 +1,6 @@
.\" This page is in the public domain
.\"
.TH TZSELECT 8
.TH TZSELECT 8 2007-05-18 "" "Linux System Administration"
.SH NAME
tzselect \- select a time zone
.SH SYNOPSIS

View File

@ -1,6 +1,6 @@
.\" This page is in the public domain
.\"
.TH ZDUMP 8
.TH ZDUMP 8 2007-05-18 "" "Linux System Administration"
.SH NAME
zdump \- time zone dumper
.SH SYNOPSIS

View File

@ -1,6 +1,6 @@
.\" This page is in the public domain
.\"
.TH ZIC 8
.TH ZIC 8 2007-05-18 "" "Linux System Administration"
.SH NAME
zic \- time zone compiler
.SH SYNOPSIS