From f30ba1fbcb997eb1cf303e6f4f920fa286494ada Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 29 Sep 2020 12:30:28 +0200 Subject: [PATCH] int8_t.3, int16_t.3, int32_t.3, int64_t.3, intN_t.3: New links to system_data_types(7) Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man3/int16_t.3 | 1 + man3/int32_t.3 | 1 + man3/int64_t.3 | 1 + man3/int8_t.3 | 1 + man3/intN_t.3 | 1 + 5 files changed, 5 insertions(+) create mode 100644 man3/int16_t.3 create mode 100644 man3/int32_t.3 create mode 100644 man3/int64_t.3 create mode 100644 man3/int8_t.3 create mode 100644 man3/intN_t.3 diff --git a/man3/int16_t.3 b/man3/int16_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/int16_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/int32_t.3 b/man3/int32_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/int32_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/int64_t.3 b/man3/int64_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/int64_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/int8_t.3 b/man3/int8_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/int8_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/intN_t.3 b/man3/intN_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/intN_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 -- 2.47.2