From 9f2a6007d12f293309b0a663d2a2f635726eba48 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 17 Sep 2020 22:31:30 +0200 Subject: [PATCH] intro.2, intro.3, feature_test_macros.7, standards.7: SEE ALSO: add system_data_types(7) Signed-off-by: Michael Kerrisk --- man2/intro.2 | 1 + man3/intro.3 | 3 ++- man7/feature_test_macros.7 | 3 ++- man7/standards.7 | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/man2/intro.2 b/man2/intro.2 index 90ff9fb0e..90b5d867f 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -129,6 +129,7 @@ Note that these can be different from page to page! .BR signal (7), .BR socket (7), .BR standards (7), +.BR system_data_types (7), .BR symlink (7), .BR sysvipc (7), .BR time (7) diff --git a/man3/intro.3 b/man3/intro.3 index d389c3aff..ee0318745 100644 --- a/man3/intro.3 +++ b/man3/intro.3 @@ -106,4 +106,5 @@ Note that these can be different from page to page! .BR path_resolution (7), .BR pthreads (7), .BR signal (7), -.BR standards (7) +.BR standards (7), +.BR system_data_types (7) diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index e9fa64dc1..437004830 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -905,7 +905,8 @@ main(int argc, char *argv[]) .EE .SH SEE ALSO .BR libc (7), -.BR standards (7) +.BR standards (7), +.BR system_data_types (7) .PP The section "Feature Test Macros" under .IR "info libc" . diff --git a/man7/standards.7 b/man7/standards.7 index d136223b5..b70fa581e 100644 --- a/man7/standards.7 +++ b/man7/standards.7 @@ -304,4 +304,5 @@ the XCurses specification. .BR attributes (7), .BR feature_test_macros (7), .BR libc (7), -.BR posixoptions (7) +.BR posixoptions (7), +.BR system_data_types (7)