diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-02-07 19:53:07 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-07 19:53:07 +0000 |
commit | 5aa0576b330d8ecdf4506b1819c6be838a851e50 (patch) | |
tree | e2d5273e67b1d3acee448133361adbf81a7268a2 /usr.sbin | |
parent | 723180da5978dcc980d754534061238273453b45 (diff) | |
download | src-test2-5aa0576b330d8ecdf4506b1819c6be838a851e50.tar.gz src-test2-5aa0576b330d8ecdf4506b1819c6be838a851e50.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsdconfig/share/media/network.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/media/network.subr b/usr.sbin/bsdconfig/share/media/network.subr index 6e1720034dc5..5a03d80e8163 100644 --- a/usr.sbin/bsdconfig/share/media/network.subr +++ b/usr.sbin/bsdconfig/share/media/network.subr @@ -51,7 +51,7 @@ NETWORK_INITIALIZED= # initialized and returns success. # # The variables (from variable.subr) used to initialize the network are as -# follows (all of which are configured either automatically or manaully): +# follows (all of which are configured either automatically or manually): # # VAR_IFCONFIG + device_name (e.g., `ifconfig_em0') # Automatically populated but can be overridden in a script. This |