From a6c29551564e5a7e4affe374cbe6771d5e93ca58 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 21 Jun 2025 17:50:18 +0100 Subject: [PATCH] more doc --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index b9b5b81..cfc274a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,3 +1,8 @@ = Read me This command outputs the ipv4 address for the interface given by name in argument. + +It uses `getifaddrs` form the `libc`. + +The man page : `man getifaddrs` +