diff options
| author | Roy Marples <roy@marples.name> | 2008-04-24 12:35:03 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-24 12:35:03 +0000 |
| commit | 967194ef5414a00284bba2bd03ff9a3c7363c078 (patch) | |
| tree | 406bdb3e71651dcba76d40bc4390358bb5fe593d /dhcpcd.conf.5 | |
| parent | ebd9d2b7e689848347c134366536ec47a48e1d7f (diff) | |
| download | dhcpcd-967194ef5414a00284bba2bd03ff9a3c7363c078.tar.xz | |
Allow values to be escaped using \
Diffstat (limited to 'dhcpcd.conf.5')
| -rw-r--r-- | dhcpcd.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dhcpcd.conf.5 b/dhcpcd.conf.5 index 9befff3a..e0b37a77 100644 --- a/dhcpcd.conf.5 +++ b/dhcpcd.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Apr 18, 2008 +.Dd Apr 24, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -34,7 +34,10 @@ can do everything from the command line, there are cases where it's just easier to do it once in a configuration file. Most of the options found in .Xr dhcpcd 8 can be used here. The first word on the line is the option and the rest of the -line is the value. Blank lines and lines starting with # are ignored. +line is the value. Leading and trailing whitespace for the option and value +are trimmed. You can escape characters in the value using the \ character. +.Pp +Blank lines and lines starting with # are ignored. .Pp Here's a list of available options: .Bl -tag -width indent |
