aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/getitimer.22
-rw-r--r--man2/setpgid.21
-rw-r--r--man2/utime.21
-rw-r--r--man3/bcmp.31
-rw-r--r--man3/bsd_signal.31
-rw-r--r--man3/bzero.31
-rw-r--r--man3/ctime.32
-rw-r--r--man3/ecvt.31
-rw-r--r--man3/ftime.31
-rw-r--r--man3/ftw.31
-rw-r--r--man3/gcvt.31
-rw-r--r--man3/getcwd.31
-rw-r--r--man3/gethostbyname.313
-rw-r--r--man3/gets.31
-rw-r--r--man3/index.31
-rw-r--r--man3/isalpha.31
-rw-r--r--man3/makecontext.32
-rw-r--r--man3/mktemp.31
-rw-r--r--man3/rand.31
-rw-r--r--man3/scalb.31
-rw-r--r--man3/siginterrupt.31
-rw-r--r--man3/sigset.32
-rw-r--r--man3/tempnam.31
-rw-r--r--man3/tmpnam.31
-rw-r--r--man3/toascii.31
-rw-r--r--man3/ualarm.31
-rw-r--r--man3/ulimit.31
-rw-r--r--man3/usleep.31
28 files changed, 43 insertions, 1 deletions
diff --git a/man2/getitimer.2 b/man2/getitimer.2
index e0ce370798..1ac78ea214 100644
--- a/man2/getitimer.2
+++ b/man2/getitimer.2
@@ -137,6 +137,8 @@ or (since kernel 2.6.22) one of the
fields contains a value outside the range 0 to 999999.
.SH "CONFORMING TO"
POSIX.1-2001, SVr4, 4.4BSD (this call first appeared in 4.2BSD).
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks getitimer() and
+.\" setitimer() obsolete.
.SH NOTES
A child created via
.BR fork (2)
diff --git a/man2/setpgid.2 b/man2/setpgid.2
index 62ff3e3617..aa5b7f86f7 100644
--- a/man2/setpgid.2
+++ b/man2/setpgid.2
@@ -221,6 +221,7 @@ POSIX.1-2001 also specifies
and the version of
.BR setpgrp ()
that takes no arguments.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks setpgrp() obsolete.
The version of
.BR getpgrp ()
diff --git a/man2/utime.2 b/man2/utime.2
index 5fcd87269c..da4c3660ef 100644
--- a/man2/utime.2
+++ b/man2/utime.2
@@ -143,6 +143,7 @@ resides on a read-only file system.
.SH "CONFORMING TO"
.BR utime ():
SVr4, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks utime() obsolete.
.\" SVr4 documents additional error conditions EFAULT,
.\" EINTR, ELOOP, EMULTIHOP, ENAMETOOLONG, ENOLINK, ENOLINK, ENOTDIR.
.br
diff --git a/man3/bcmp.3 b/man3/bcmp.3
index a05e7ed8d3..a7a27d1ea5 100644
--- a/man3/bcmp.3
+++ b/man3/bcmp.3
@@ -61,6 +61,7 @@ otherwise a non-zero result is returned.
This function is deprecated (marked as LEGACY in POSIX.1-2001): use
.BR memcmp (3)
in new programs.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes bcmp().
.SH "SEE ALSO"
.BR memcmp (3),
.BR strcasecmp (3),
diff --git a/man3/bsd_signal.3 b/man3/bsd_signal.3
index 7ff454be23..f0d583f0b7 100644
--- a/man3/bsd_signal.3
+++ b/man3/bsd_signal.3
@@ -60,6 +60,7 @@ As for
.BR signal (2).
.SH "CONFORMING TO"
4.2BSD, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes bsd_signal().
.SH NOTES
Use of
.BR bsd_signal ()
diff --git a/man3/bzero.3 b/man3/bzero.3
index 84620ea97b..8acd8cc7e8 100644
--- a/man3/bzero.3
+++ b/man3/bzero.3
@@ -50,6 +50,7 @@ None.
This function is deprecated (marked as LEGACY in POSIX.1-2001): use
.BR memset (3)
in new programs.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes bzero().
.SH "SEE ALSO"
.BR memset (3),
.BR swab (3)
diff --git a/man3/ctime.3 b/man3/ctime.3
index b3f83d564f..138a760863 100644
--- a/man3/ctime.3
+++ b/man3/ctime.3
@@ -249,6 +249,8 @@ C89 and C99 specify
.BR localtime (),
and
.BR mktime ()
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks asctime(), asctime_r(),
+.\" ctime(), and ctime_r() obsolete.
.SH NOTES
The four functions
.BR asctime (),
diff --git a/man3/ecvt.3 b/man3/ecvt.3
index ea5af2efe1..2f5aaa5bc3 100644
--- a/man3/ecvt.3
+++ b/man3/ecvt.3
@@ -91,6 +91,7 @@ or
.SH "CONFORMING TO"
SVr2;
marked as LEGACY in POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes ecvt() and fcvt().
.SH NOTES
These functions are obsolete.
Instead,
diff --git a/man3/ftime.3 b/man3/ftime.3
index ced6f93fed..85fb4b4b20 100644
--- a/man3/ftime.3
+++ b/man3/ftime.3
@@ -63,6 +63,7 @@ fields are undefined.
This function always returns 0.
.SH "CONFORMING TO"
4.2BSD, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes ftime().
.SH BUGS
This function is obsolete.
Don't use it.
diff --git a/man3/ftw.3 b/man3/ftw.3
index f4e81d83d1..fba732c93f 100644
--- a/man3/ftw.3
+++ b/man3/ftw.3
@@ -306,6 +306,7 @@ and that value is returned as the result of
.BR nftw ().
.SH "CONFORMING TO"
POSIX.1-2001, SVr4, SUSv1.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks ftw() obsolete.
.SH NOTES
The function
.BR nftw ()
diff --git a/man3/gcvt.3 b/man3/gcvt.3
index d80198d0a3..1cab89469e 100644
--- a/man3/gcvt.3
+++ b/man3/gcvt.3
@@ -57,6 +57,7 @@ function returns the address of the string pointed to
by \fIbuf\fP.
.SH "CONFORMING TO"
marked as LEGACY in POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes gcvt().
.SH NOTES
This function is obsolete.
Instead,
diff --git a/man3/getcwd.3 b/man3/getcwd.3
index c0c53b3118..0ef404f64e 100644
--- a/man3/getcwd.3
+++ b/man3/getcwd.3
@@ -162,6 +162,7 @@ You need to allocate a bigger array and try again.
conforms to POSIX.1-2001.
.BR getwd ()
is present in POSIX.1-2001, but marked LEGACY.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes getwd().
.BR get_current_dir_name ()
is a GNU extension.
.SH NOTES
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index 0b228381da..e8819f69f0 100644
--- a/man3/gethostbyname.3
+++ b/man3/gethostbyname.3
@@ -279,7 +279,16 @@ host database file
.I /etc/nsswitch.conf
name service switch configuration
.SH "CONFORMING TO"
-4.3BSD, POSIX.1-2001.
+POSIX.1-2001 specifies
+.BR gethostbyname (),
+.BR gethostbyaddr (),
+.BR sethostent (),
+.BR endhostent (),
+.BR gethostent (),
+and
+.IR h_errno .
+.\" FIXME . SUSv4 removes the specs for gethostbyname(),
+.\" gethostbyaddr(), and h_errno.
.SH NOTES
The functions
.BR gethostbyname ()
@@ -326,6 +335,8 @@ POSIX.1-2001 marks
and
.BR gethostbyname ()
obsolescent.
+.\" FIXME . SUSv4 removes the specs for gethostbyname(),
+.\" gethostbyaddr(), and h_errno.
See
.BR getaddrinfo (3),
.BR getnameinfo (3),
diff --git a/man3/gets.3 b/man3/gets.3
index 21526e53df..18bb058bb5 100644
--- a/man3/gets.3
+++ b/man3/gets.3
@@ -139,6 +139,7 @@ on error.
C89, C99.
LSB deprecates
.BR gets ().
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks gets() obsolete.
.SH BUGS
Never use
.BR gets ().
diff --git a/man3/index.3 b/man3/index.3
index 9a3e16c982..335003c237 100644
--- a/man3/index.3
+++ b/man3/index.3
@@ -59,6 +59,7 @@ functions return a pointer to
the matched character or NULL if the character is not found.
.SH "CONFORMING TO"
4.3BSD; marked as LEGACY in POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes index() and rindex().
.SH "SEE ALSO"
.BR memchr (3),
.BR strchr (3),
diff --git a/man3/isalpha.3 b/man3/isalpha.3
index 45a321186f..d5504e2d19 100644
--- a/man3/isalpha.3
+++ b/man3/isalpha.3
@@ -165,6 +165,7 @@ is a BSD extension
and is also an SVr4 extension.
.BR isblank ()
conforms to POSIX.1-2001 and C99 7.4.1.3.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks isalpha() obsolete.
.SH NOTES
The details of what characters belong into which class depend on the current
locale.
diff --git a/man3/makecontext.3 b/man3/makecontext.3
index a111055c55..05b77303d4 100644
--- a/man3/makecontext.3
+++ b/man3/makecontext.3
@@ -94,6 +94,8 @@ sets \fIerrno\fP appropriately.
Insufficient stack space left.
.SH "CONFORMING TO"
SUSv2, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes makecontext()
+.\" and swapcontext().
.SH NOTES
The interpretation of \fIucp\->uc_stack\fP is just as in
.BR sigaltstack (2),
diff --git a/man3/mktemp.3 b/man3/mktemp.3
index 8860731477..df32b30e55 100644
--- a/man3/mktemp.3
+++ b/man3/mktemp.3
@@ -72,6 +72,7 @@ If a unique name could not be created,
The last six characters of \fItemplate\fP were not XXXXXX.
.SH "CONFORMING TO"
4.3BSD, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes mktemp().
.SH NOTES
The prototype is in
.I <unistd.h>
diff --git a/man3/rand.3 b/man3/rand.3
index 43d85e96fa..730a103873 100644
--- a/man3/rand.3
+++ b/man3/rand.3
@@ -116,6 +116,7 @@ conform to SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
The function
.BR rand_r ()
is from POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks rand_r() obsolete.
.SH NOTES
The versions of
.BR rand ()
diff --git a/man3/scalb.3 b/man3/scalb.3
index 0838272f4f..d8a40a628d 100644
--- a/man3/scalb.3
+++ b/man3/scalb.3
@@ -103,5 +103,6 @@ All three are in POSIX.1-2001.
The
.BR scalb ()
function is marked obsolescent.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes scalb().
.SH "SEE ALSO"
.BR ldexp (3)
diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3
index 7ef4631cab..5816dc45dd 100644
--- a/man3/siginterrupt.3
+++ b/man3/siginterrupt.3
@@ -75,5 +75,6 @@ signal number \fIsig\fP is invalid.
The specified signal number is invalid.
.SH "CONFORMING TO"
4.3BSD, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks siginterrupt() obsolete.
.SH "SEE ALSO"
.BR signal (2)
diff --git a/man3/sigset.3 b/man3/sigset.3
index 0d4d9ed5bb..80c2d9e3bd 100644
--- a/man3/sigset.3
+++ b/man3/sigset.3
@@ -156,6 +156,8 @@ see the errors under
.SH "CONFORMING TO"
SVr4, POSIX.1-2001.
These functions are obsolete: do not use them in new programs.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks sighold(), sigignore(),
+.\" sigpause(), sigrelse(), sigset() obsolete.
.SH NOTES
These functions appeared in glibc version 2.1.
diff --git a/man3/tempnam.3 b/man3/tempnam.3
index 4b24554d8e..721d33a707 100644
--- a/man3/tempnam.3
+++ b/man3/tempnam.3
@@ -93,6 +93,7 @@ filename, or NULL if a unique name cannot be generated.
Allocation of storage failed.
.SH "CONFORMING TO"
SVr4, 4.3BSD, POSIX.1-2001
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks tempnam() obsolete.
.SH NOTES
Although
.BR tempnam ()
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 9de607b8c0..caf3353d9d 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -74,6 +74,7 @@ filename, or NULL if a unique name cannot be generated.
No errors are defined.
.SH "CONFORMING TO"
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks tmpnam() obsolete.
.SH NOTES
The
.BR tmpnam ()
diff --git a/man3/toascii.3 b/man3/toascii.3
index 6ccc98d02f..ed19a4a6d2 100644
--- a/man3/toascii.3
+++ b/man3/toascii.3
@@ -50,6 +50,7 @@ high-order bits.
The value returned is that of the converted character.
.SH "CONFORMING TO"
SVr4, BSD, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks toascii() obsolete.
.SH BUGS
Many people will be unhappy if you use this function.
This function will convert accented letters into random characters.
diff --git a/man3/ualarm.3 b/man3/ualarm.3
index 031189dfce..8b9df99a85 100644
--- a/man3/ualarm.3
+++ b/man3/ualarm.3
@@ -76,6 +76,7 @@ Interrupted by a signal.
POSIX.1-2001 marks
.BR ualarm ()
as obsolete.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes ualarm().
4.3BSD, SUSv2, and POSIX do not define any errors.
.SH NOTES
The type
diff --git a/man3/ulimit.3 b/man3/ulimit.3
index 97691b3b75..d623d79a19 100644
--- a/man3/ulimit.3
+++ b/man3/ulimit.3
@@ -77,6 +77,7 @@ is set appropriately.
A non-root process tried to increase a limit.
.SH "CONFORMING TO"
SVr4, POSIX.1-2001.
+.\" FIXME . Mar 08: The next POSIX.1 revisions marks ulimit() obsolete.
.SH "SEE ALSO"
.BR bash (1),
.BR getrlimit (2),
diff --git a/man3/usleep.3 b/man3/usleep.3
index 1b0e8c2b1e..755aadc91d 100644
--- a/man3/usleep.3
+++ b/man3/usleep.3
@@ -68,6 +68,7 @@ Interrupted by a signal.
POSIX.1-2001 declares this function obsolete; use
.BR nanosleep (2)
instead.
+.\" FIXME . Mar 08: The next POSIX.1 revision removes usleep().
On the original BSD implementation,
and in glibc before version 2.2.2, the return type of this function is