5 |
--------------------------------------------------------------------------------
/doc/ifaces.1:
--------------------------------------------------------------------------------
1 | .TH IFACES 1 "November 2023" "ifaces 1.x" "User Commands"
2 | .SH NAME
3 | ifaces \- List interface names
4 | .SH SYNOPSIS
5 | .B ifaces
6 | [\fIOPTION\fR]
7 | .SH DESCRIPTION
8 | The \fBifaces(1)\fR tool prints out the list of interfaces available on your
9 | computer.
10 |
11 | .SH "COMMAND LINE OPTIONS"
12 | .TP
13 | \fB\-\-asterisk\fR
14 | Print an asterisk (*) for the default address (instead of 0.0.0.0 or ::).
15 |
16 | .TP
17 | \fB\-d\fR, \fB\-\-default\fR
18 | Only print information about the default interface.
19 |
20 | .TP
21 | \fB\-h\fR, \fB\-\-help\fR
22 | Print a brief document about the tool usage, then exit.
23 |
24 | .TP
25 | \fB\-\-hide\-headers\fR
26 | Do not print the headers of the output table.
27 |
28 | .TP
29 | \fB\-\-loopback\fR
30 | Only print the name of the loopback interface (usually "lo").
31 |
32 | .TP
33 | \fB\-\-name-only\fR
34 | Only print the interface names. No address, columns, headers.
35 |
36 | .TP
37 | \fB\-\-private\fR
38 | Only print private interfaces.
39 |
40 | .TP
41 | \fB\-\-public\fR
42 | Only print public interfaces.
43 |
44 | .SH AUTHOR
45 | Written by Alexis Wilke