diff options
| author | Alejandro Colomar <colomar.6.4.3@gmail.com> | 2020-09-29 12:30:30 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-29 13:43:32 +0200 |
| commit | b93cf1e1da6680e485bffb42b0d682df6546ef4d (patch) | |
| tree | 2bf5b582bded6db7df9d923a4c9bc678d47099f5 | |
| parent | 1231520ca9ce62a83535e8db59bc6b419aa7125d (diff) | |
| download | man-pages-b93cf1e1da6680e485bffb42b0d682df6546ef4d.tar.gz | |
uint8_t.3, uint16_t.3, uint32_t.3, uint64_t.3, uintN_t.3: New links to system_data_types(7)
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/uint16_t.3 | 1 | ||||
| -rw-r--r-- | man3/uint32_t.3 | 1 | ||||
| -rw-r--r-- | man3/uint64_t.3 | 1 | ||||
| -rw-r--r-- | man3/uint8_t.3 | 1 | ||||
| -rw-r--r-- | man3/uintN_t.3 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/man3/uint16_t.3 b/man3/uint16_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/uint16_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint32_t.3 b/man3/uint32_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/uint32_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint64_t.3 b/man3/uint64_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/uint64_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint8_t.3 b/man3/uint8_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/uint8_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uintN_t.3 b/man3/uintN_t.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/uintN_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 |
