diff --git a/src/main/resources/assets/opencomputers/loot/network/data/usr/man/arp b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/arp new file mode 100644 index 000000000..395078fae --- /dev/null +++ b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/arp @@ -0,0 +1,8 @@ +NAME + arp - Inspect local address resolution + +SYNOPSIS + arp + +DESCRIPTION + Displays the address of each network interface diff --git a/src/main/resources/assets/opencomputers/loot/network/data/usr/man/ifconfig b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/ifconfig index c55a86d7a..baef40aa9 100644 --- a/src/main/resources/assets/opencomputers/loot/network/data/usr/man/ifconfig +++ b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/ifconfig @@ -12,5 +12,5 @@ EXAMPLES Output network status information ifconfig bind [address] - Binds addnitional address to this device. Address should match [A-Za-z0-9%-]+ and be max 64 characters length + Binds additional address to this device. Address should match [A-Za-z0-9%-]+ and be max 64 characters length diff --git a/src/main/resources/assets/opencomputers/loot/network/data/usr/man/nc b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/nc new file mode 100644 index 000000000..47420ffda --- /dev/null +++ b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/nc @@ -0,0 +1,15 @@ +NAME + nc - Connect STDIN and STDOUT to the network + +SYNOPSIS + nc [-l] port [addr] + +DESCRIPTION + Connect STDIN and STDOUT to a network socket so that data can be received from and sent to that socket via STDIN and STDOUT + +EXAMPLES + nc -l 1337 + Open a socket on port 1337. If another program connects, it can receive from STDIN and send to STDOUT. + + nc 1337 host1 + Connect to an open socket at address 'host1' on port 1337. The running program can send to STDOUT and receive from STDIN diff --git a/src/main/resources/assets/opencomputers/loot/network/data/usr/man/route b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/route new file mode 100644 index 000000000..b318d5cd6 --- /dev/null +++ b/src/main/resources/assets/opencomputers/loot/network/data/usr/man/route @@ -0,0 +1,8 @@ +NAME + route - Show routing information + +SYNOPSIS + route + +DESCRIPTION + Displays the contents of the routing table