aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 06:13:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 06:13:56 +0000
commit97c5342731d855e498abeca6d6380cbb21ce5db4 (patch)
tree10353e18ba5a043bfe76406b021a661d1a601f38 /man7
parent13a54491c0ec35b78a1bca92306426653183352d (diff)
downloadman-pages-97c5342731d855e498abeca6d6380cbb21ce5db4.tar.gz
Added SEE ALSO referring to standards.7
Diffstat (limited to 'man7')
-rw-r--r--man7/feature_test_macros.72
-rw-r--r--man7/intro.72
2 files changed, 3 insertions, 1 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index 5e741c0c4a..242524f237 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -71,7 +71,7 @@ definitions conforming to POSIX.1, POSIX.2, and XPG4.
Defining with the value 500 or greater additionally exposes
definitions for SUSv2 (UNIX 98).
Defining with the value 600 or greater additionally exposes
-definitions for SUSv3 (UNIX 03; i.e., the POSIX.1 base specification
+definitions for SUSv3 (UNIX 03; i.e., the POSIX.1-2001 base specification
plus the XSI extension) and C 99 definitions.
.TP
.B _XOPEN_SOURCE_EXTENDED
diff --git a/man7/intro.7 b/man7/intro.7
index b80759d837..2423231552 100644
--- a/man7/intro.7
+++ b/man7/intro.7
@@ -35,3 +35,5 @@ and miscellaneous other things.
.SH AUTHORS
Look at the header of the manual page for the author(s) and copyright
conditions. Note that these can be different from page to page!
+.SH "SEE ALSO"
+.BR standards (7)