summaryrefslogtreecommitdiff
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-30 05:36:26 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-30 05:36:26 +0000
commitd9343c5c138d6de6c7a2835e1ce0661322c1307e (patch)
treee1037fd731eeba9a56f82685094733d89e73d8f4 /man3
parent9890bfb7e0726a5e0dbacd1965f5ee3e6c4db044 (diff)
Removed version number from .TH line
Diffstat (limited to 'man3')
-rw-r--r--man3/adjtime.32
-rw-r--r--man3/dirfd.32
-rw-r--r--man3/dl_iterate_phdr.32
-rw-r--r--man3/ftok.32
-rw-r--r--man3/getfsent.32
-rw-r--r--man3/getlogin.34
-rw-r--r--man3/lockf.32
-rw-r--r--man3/makecontext.32
-rw-r--r--man3/mkfifo.32
-rw-r--r--man3/mkfifoat.32
-rw-r--r--man3/mq_close.32
-rw-r--r--man3/mq_getattr.32
-rw-r--r--man3/mq_notify.32
-rw-r--r--man3/mq_open.32
-rw-r--r--man3/mq_receive.32
-rw-r--r--man3/mq_send.32
-rw-r--r--man3/mq_unlink.32
-rw-r--r--man3/profil.32
-rw-r--r--man3/sem_close.32
-rw-r--r--man3/sem_destroy.32
-rw-r--r--man3/sem_getvalue.32
-rw-r--r--man3/sem_init.32
-rw-r--r--man3/sem_open.32
-rw-r--r--man3/sem_post.32
-rw-r--r--man3/sem_unlink.32
-rw-r--r--man3/sem_wait.32
-rw-r--r--man3/shm_open.32
-rw-r--r--man3/sigpause.32
-rw-r--r--man3/sigset.32
-rw-r--r--man3/sigsetops.32
-rw-r--r--man3/sigvec.32
-rw-r--r--man3/ulimit.33
32 files changed, 34 insertions, 33 deletions
diff --git a/man3/adjtime.3 b/man3/adjtime.3
index 00935526..6df03401 100644
--- a/man3/adjtime.3
+++ b/man3/adjtime.3
@@ -17,7 +17,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH ADJTIME 3 2006-05-01 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH ADJTIME 3 2006-05-01 "Linux" "Linux Programmer's Manual"
.SH NAME
adjtime \- correct the time to synchronise the system clock
.SH SYNOPSIS
diff --git a/man3/dirfd.3 b/man3/dirfd.3
index e023b095..bda36a7a 100644
--- a/man3/dirfd.3
+++ b/man3/dirfd.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH DIRFD 3 2002-01-05 "Linux 2.5" "Linux Programmer's Manual"
+.TH DIRFD 3 2002-01-05 "Linux" "Linux Programmer's Manual"
.SH NAME
dirfd \- get directory stream file descriptor
.SH SYNOPSIS
diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
index f3f38386..fe6ac16f 100644
--- a/man3/dl_iterate_phdr.3
+++ b/man3/dl_iterate_phdr.3
@@ -18,7 +18,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" License.
.\"
-.TH DL_ITERATE_PHDR 3 2007-05-18 "Linux 2.4.21" "Linux Programmer's Manual"
+.TH DL_ITERATE_PHDR 3 2007-05-18 "GNU" "Linux Programmer's Manual"
.SH NAME
dl_iterate_phdr \- walk through list of shared objects
.SH SYNOPSIS
diff --git a/man3/ftok.3 b/man3/ftok.3
index a8b18f0f..cac0cf91 100644
--- a/man3/ftok.3
+++ b/man3/ftok.3
@@ -24,7 +24,7 @@
.\" Changed data type of proj_id; minor fixes
.\" aeb: further fixes; added notes.
.\"
-.TH FTOK 3 2001-11-28 "Linux 2.4" "Linux Programmer's Manual"
+.TH FTOK 3 2001-11-28 "GNU" "Linux Programmer's Manual"
.SH NAME
ftok \- convert a pathname and a project identifier to a System V IPC key
.SH SYNOPSIS
diff --git a/man3/getfsent.3 b/man3/getfsent.3
index b26e3729..ce6b134a 100644
--- a/man3/getfsent.3
+++ b/man3/getfsent.3
@@ -22,7 +22,7 @@
.\"
.\" Inspired by a page written by Walter Harms.
.\"
-.TH GETFSENT 3 2002-02-28 "Linux 2.5" "Linux Programmer's Manual"
+.TH GETFSENT 3 2002-02-28 "GNU" "Linux Programmer's Manual"
.SH NAME
getfsent, getfsspec, getfsfile, setfsent, endfsent \- handle fstab entries
.SH SYNOPSIS
diff --git a/man3/getlogin.3 b/man3/getlogin.3
index 3a19e38e..185f0e9a 100644
--- a/man3/getlogin.3
+++ b/man3/getlogin.3
@@ -1,4 +1,4 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
+GNU.\" Hey Emacs! This file is -*- nroff -*- source.
.\"
.\" Copyright 1995 James R. Van Zandt <jrv@vanzandt.mv.com>
.\"
@@ -25,7 +25,7 @@
.\" Changed Tue Sep 19 01:49:29 1995, aeb: moved from man2 to man3
.\" added ref to /etc/utmp, added BUGS section, etc.
.\" modified 2003 Walter Harms, aeb - added getlogin_r, note on stdin use
-.TH GETLOGIN 3 2003-08-24 "Linux 2.4" "Linux Programmer's Manual"
+.TH GETLOGIN 3 2003-08-24 "GNU" "Linux Programmer's Manual"
.SH NAME
getlogin, getlogin_r, cuserid \- get user name
.SH SYNOPSIS
diff --git a/man3/lockf.3 b/man3/lockf.3
index 2564b135..9531686a 100644
--- a/man3/lockf.3
+++ b/man3/lockf.3
@@ -19,7 +19,7 @@
.\" Added section stuff, aeb, 2002-04-22.
.\" Corrected include file, drepper, 2003-06-15.
.\"
-.TH LOCKF 3 2002-04-22 "Linux 2.0" "Linux Programmer's Manual"
+.TH LOCKF 3 2002-04-22 "GNU" "Linux Programmer's Manual"
.SH NAME
lockf \- apply, test or remove a POSIX lock on an open file
.SH SYNOPSIS
diff --git a/man3/makecontext.3 b/man3/makecontext.3
index f012046c..a9f7ac13 100644
--- a/man3/makecontext.3
+++ b/man3/makecontext.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MAKECONTEXT 3 2001-11-15 "Linux 2.4" "Linux Programmer's Manual"
+.TH MAKECONTEXT 3 2001-11-15 "GNU" "Linux Programmer's Manual"
.SH NAME
makecontext, swapcontext \- manipulate user context
.SH SYNOPSIS
diff --git a/man3/mkfifo.3 b/man3/mkfifo.3
index 8539e805..0b51fe5b 100644
--- a/man3/mkfifo.3
+++ b/man3/mkfifo.3
@@ -24,7 +24,7 @@
.\"
.\" changed section from 2 to 3, aeb, 950919
.\"
-.TH MKFIFO 3 1995-09-03 "Linux 1.2.13" "Linux Programmer's Manual"
+.TH MKFIFO 3 1995-09-03 "GNU" "Linux Programmer's Manual"
.SH NAME
mkfifo \- make a FIFO special file (a named pipe)
.SH SYNOPSIS
diff --git a/man3/mkfifoat.3 b/man3/mkfifoat.3
index 5ef3de13..914a01e0 100644
--- a/man3/mkfifoat.3
+++ b/man3/mkfifoat.3
@@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
-.TH MKFIFOAT 3 2006-04-06 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MKFIFOAT 3 2006-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME
mkfifoat \- make a FIFO (named pipe) relative to a directory file descriptor
.SH SYNOPSIS
diff --git a/man3/mq_close.3 b/man3/mq_close.3
index a550c125..3adf020d 100644
--- a/man3/mq_close.3
+++ b/man3/mq_close.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_CLOSE 3 2006-02-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MQ_CLOSE 3 2006-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_close \- close a message queue descriptor
.SH SYNOPSIS
diff --git a/man3/mq_getattr.3 b/man3/mq_getattr.3
index 2cf1311a..fe4b5f09 100644
--- a/man3/mq_getattr.3
+++ b/man3/mq_getattr.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_GETATTR 3 2006-02-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MQ_GETATTR 3 2006-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_getattr, mq_setattr \- get/set message queue attributes
.SH SYNOPSIS
diff --git a/man3/mq_notify.3 b/man3/mq_notify.3
index 50965a52..b0d0a042 100644
--- a/man3/mq_notify.3
+++ b/man3/mq_notify.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_NOTIFY 3 2006-02-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MQ_NOTIFY 3 2006-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_notify \- register for notification when a message is available
.SH SYNOPSIS
diff --git a/man3/mq_open.3 b/man3/mq_open.3
index a3ee6875..6d8eaf4a 100644
--- a/man3/mq_open.3
+++ b/man3/mq_open.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_OPEN 3 2006-02-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MQ_OPEN 3 2006-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_open \- open a message queue
.SH SYNOPSIS
diff --git a/man3/mq_receive.3 b/man3/mq_receive.3
index 223945ba..dd973870 100644
--- a/man3/mq_receive.3
+++ b/man3/mq_receive.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_RECEIVE 3 2006-02-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MQ_RECEIVE 3 2006-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_receive, mq_timedreceive \- receive a message from a message queue
.SH SYNOPSIS
diff --git a/man3/mq_send.3 b/man3/mq_send.3
index 9c140596..0aaf6db7 100644
--- a/man3/mq_send.3
+++ b/man3/mq_send.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_SEND 3 2006-02-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MQ_SEND 3 2006-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_send, mq_timedsend \- send a message to a message queue
.SH SYNOPSIS
diff --git a/man3/mq_unlink.3 b/man3/mq_unlink.3
index d6d28a7f..0c3d6683 100644
--- a/man3/mq_unlink.3
+++ b/man3/mq_unlink.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_UNLINK 3 2006-02-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH MQ_UNLINK 3 2006-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_unlink \- remove a message queue
.SH SYNOPSIS
diff --git a/man3/profil.3 b/man3/profil.3
index 64535420..6364a2ad 100644
--- a/man3/profil.3
+++ b/man3/profil.3
@@ -25,7 +25,7 @@
.\" Modified Fri Jun 23 01:35:19 1995 Andries Brouwer <aeb@cwi.nl>
.\" (prompted by Bas V. de Bakker <bas@phys.uva.nl>)
.\" Corrected (and moved to man3), 980612, aeb
-.TH PROFIL 3 1993-07-23 "Linux 2.0" "Linux Programmer's Manual"
+.TH PROFIL 3 1993-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
profil \- execution time profile
.SH SYNOPSIS
diff --git a/man3/sem_close.3 b/man3/sem_close.3
index 7b757204..aa9b16ce 100644
--- a/man3/sem_close.3
+++ b/man3/sem_close.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_CLOSE 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_CLOSE 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_close \- close a named semaphore
.SH SYNOPSIS
diff --git a/man3/sem_destroy.3 b/man3/sem_destroy.3
index 73e54009..4793b4a8 100644
--- a/man3/sem_destroy.3
+++ b/man3/sem_destroy.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_DESTROY 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_DESTROY 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_destroy \- destroy an unnamed semaphore
.SH SYNOPSIS
diff --git a/man3/sem_getvalue.3 b/man3/sem_getvalue.3
index 73dd56ae..c483e79f 100644
--- a/man3/sem_getvalue.3
+++ b/man3/sem_getvalue.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_GETVALUE 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_GETVALUE 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_getvalue \- get the value of a semaphore
.SH SYNOPSIS
diff --git a/man3/sem_init.3 b/man3/sem_init.3
index 1a88138e..0e66f12b 100644
--- a/man3/sem_init.3
+++ b/man3/sem_init.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_INIT 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_INIT 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_init \- initialise an unnamed semaphore
.SH SYNOPSIS
diff --git a/man3/sem_open.3 b/man3/sem_open.3
index e73912e6..59786354 100644
--- a/man3/sem_open.3
+++ b/man3/sem_open.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_OPEN 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_OPEN 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_open \- initialise and open a named semaphore
.SH SYNOPSIS
diff --git a/man3/sem_post.3 b/man3/sem_post.3
index a8a280e5..32215ffe 100644
--- a/man3/sem_post.3
+++ b/man3/sem_post.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_POST 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_POST 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_post \- unlock a semaphore
.SH SYNOPSIS
diff --git a/man3/sem_unlink.3 b/man3/sem_unlink.3
index 3c8b07df..e8a958da 100644
--- a/man3/sem_unlink.3
+++ b/man3/sem_unlink.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_UNLINK 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_UNLINK 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_unlink \- remove a named semaphore
.SH SYNOPSIS
diff --git a/man3/sem_wait.3 b/man3/sem_wait.3
index 84aa2cbf..508bcaa4 100644
--- a/man3/sem_wait.3
+++ b/man3/sem_wait.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SEM_WAIT 3 2006-03-25 "Linux 2.6.16" "Linux Programmer's Manual"
+.TH SEM_WAIT 3 2006-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
sem_wait, sem_timedwait, sem_trywait \- lock a semaphore
.SH SYNOPSIS
diff --git a/man3/shm_open.3 b/man3/shm_open.3
index a4f6976a..1d46c5ca 100644
--- a/man3/shm_open.3
+++ b/man3/shm_open.3
@@ -19,7 +19,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SHM_OPEN 3 2004-12-17 "Linux 2.6.9" "Linux Programmer's Manual"
+.TH SHM_OPEN 3 2004-12-17 "Linux" "Linux Programmer's Manual"
.SH NAME
shm_open, shm_unlink \- Create/open or unlink POSIX shared memory objects
.SH SYNOPSIS
diff --git a/man3/sigpause.3 b/man3/sigpause.3
index 1cb3dc80..e30597ff 100644
--- a/man3/sigpause.3
+++ b/man3/sigpause.3
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SIGPAUSE 3 2005-12-01 "Linux 2.6" "Linux Programmer's Manual"
+.TH SIGPAUSE 3 2005-12-01 "Linux" "Linux Programmer's Manual"
.SH NAME
sigpause \- atomically release blocked signals and wait for interrupt
.SH SYNOPSIS
diff --git a/man3/sigset.3 b/man3/sigset.3
index 7adf3a25..dd601b56 100644
--- a/man3/sigset.3
+++ b/man3/sigset.3
@@ -18,7 +18,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SIGSET 3 2005-12-01 "Linux 2.6.14" "Linux Programmer's Manual"
+.TH SIGSET 3 2005-12-01 "Linux" "Linux Programmer's Manual"
.SH NAME
sigset, sighold, sigrelse, sigignore \- System V signal API
.SH SYNOPSIS
diff --git a/man3/sigsetops.3 b/man3/sigsetops.3
index d1333fa5..d75e2bd4 100644
--- a/man3/sigsetops.3
+++ b/man3/sigsetops.3
@@ -24,7 +24,7 @@
.\" 2005-11-21, mtk, added descriptions of sigisemptyset(), sigandset(),
.\" and sigorset()
.\"
-.TH SIGSETOPS 3 2005-11-17 "Linux 2.6.14" "Linux Programmer's Manual"
+.TH SIGSETOPS 3 2005-11-17 "Linux" "Linux Programmer's Manual"
.SH NAME
sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX
signal set operations.
diff --git a/man3/sigvec.3 b/man3/sigvec.3
index 30aa0e6a..1c0bb6c1 100644
--- a/man3/sigvec.3
+++ b/man3/sigvec.3
@@ -18,7 +18,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SIGVEC 3 2005-12-01 "Linux 2.6.14" "Linux Programmer's Manual"
+.TH SIGVEC 3 2005-12-01 "Linux" "Linux Programmer's Manual"
.SH NAME
sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API
.SH SYNOPSIS
diff --git a/man3/ulimit.3 b/man3/ulimit.3
index 9395d0fa..9b38ba0e 100644
--- a/man3/ulimit.3
+++ b/man3/ulimit.3
@@ -24,7 +24,7 @@
.\"
.\" Moved to man3, aeb, 980612
.\"
-.TH ULIMIT 3 1998-06-12 "Linux 2.0" "Linux Programmer's Manual"
+.TH ULIMIT 3 1998-06-12 "Linux" "Linux Programmer's Manual"
.SH NAME
ulimit \- get and set user limits
.SH SYNOPSIS
@@ -32,6 +32,7 @@ ulimit \- get and set user limits
.sp
.BI "long ulimit(int " cmd ", long " newlimit );
.SH DESCRIPTION
+.\" FIXME May 07: this warning does not seem to be true
Warning: This routine is obsolete.
The include file is no longer
provided by glibc.