[PATCH] strtol.3, strtoul.3: SEE ALSO: add strtoimax(3), strtoumax(3)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx>
---
 man3/strtol.3  | 3 ++-
 man3/strtoul.3 | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/man3/strtol.3 b/man3/strtol.3
index 5d7faec4d..76eeb40a6 100644
--- a/man3/strtol.3
+++ b/man3/strtol.3
@@ -299,4 +299,5 @@ main(int argc, char *argv[])
 .BR atoi (3),
 .BR atol (3),
 .BR strtod (3),
-.BR strtoul (3)
+.BR strtoul (3),
+.BR strtoimax (3)
diff --git a/man3/strtoul.3 b/man3/strtoul.3
index f2c9314b6..353c7d920 100644
--- a/man3/strtoul.3
+++ b/man3/strtoul.3
@@ -228,4 +228,5 @@ the use of the functions described in this manual page is similar.
 .BR atoi (3),
 .BR atol (3),
 .BR strtod (3),
-.BR strtol (3)
+.BR strtol (3),
+.BR strtoumax (3)
-- 
2.20.1




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux