commit 6c2cef923f3780e9f1160fee7bc2e949827be6ac
parent 81d085e005bb3cbb3f528c789851c560c4aea66e
Author: ssnf <ssnf@ssnf.xyz>
Date: Fri, 2 Jul 2021 16:09:10 +0000
updated man page
Diffstat:
D | net.1 | | | 17 | ----------------- |
A | net.7 | | | 16 | ++++++++++++++++ |
2 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/net.1 b/net.1
@@ -1,17 +0,0 @@
-.TH NET 1 net\-0.1
-.SH DEVICES
-Each device has its own directory under /etc/net.
-
-If the device is defined in /etc/net, but it does not exist, it will be created as a bridge.
-.SH ATTRIBUTES
-Each attribute is a plain text file. Each device has 4 optinonal attributes:
-.B ip, mac, gw, master.
-.SH DEFAULT DEVICE
-The default device has its attributes directly stored in /etc/net.
-
-
-If it has a directory under /etc/net, the attributes will be overwritten.
-
-The default device is the first network device listed on your system, in alphabetical order.
-
-For better end-user experience, the device must start with an 'e' or 'w', and must not have a 'u' in its name.
diff --git a/net.7 b/net.7
@@ -0,0 +1,16 @@
+.TH NET 7 net\-0.1
+.SH DEVICES
+Each device has its own directory under /etc/net.
+
+If the device is defined in /etc/net, but it does not exist, it will be created as a bridge.
+.SH DEFAULT DEVICE
+The default device has its attributes directly stored in /etc/net.
+
+If it has a directory under /etc/net, the attributes will be overwritten.
+
+The default device is the first network device listed on your system, in alphabetical order.
+
+For better end-user experience, the device must start with an 'e' or 'w', and must not have a 'u' in its name.
+.SH ATTRIBUTES
+Each attribute is a plain text file. Each device has 4 optinonal attributes:
+.B ip, mac, gw, master.