diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2009-01-13 18:25:56 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2009-01-13 18:25:56 +0000 |
| commit | 3ed338dde30b2a26a937124bd0c7ef231935f217 (patch) | |
| tree | 9afedea6cc378d91802bf4a8473fea15a527e4b2 /bin/kenv | |
| parent | 51fc49e3a4d21e2764b8b4da9f4cd5c6e29698f1 (diff) | |
Notes
Diffstat (limited to 'bin/kenv')
| -rw-r--r-- | bin/kenv/kenv.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/kenv/kenv.1 b/bin/kenv/kenv.1 index 819d3b66bc54..28d89a5cf1b2 100644 --- a/bin/kenv/kenv.1 +++ b/bin/kenv/kenv.1 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 13, 2005 +.Dd January 13, 2009 .Dt KENV 1 .Os .Sh NAME @@ -77,7 +77,7 @@ file, or also statically compiled into the kernel using the statement in the kernel config file. The file can contain lines of the form .Pp -.Dl name = "value" # this is a coment +.Dl name = "value" # this is a comment .Pp where whitespace around name and '=', and everything after a '#' character, are ignored. Almost any printable |
