diff options
author | maxim <maxim@FreeBSD.org> | 2009-01-13 18:25:56 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2009-01-13 18:25:56 +0000 |
commit | 87d4bf07b5516bff6e95d90a433d0e0d157e5130 (patch) | |
tree | 9afedea6cc378d91802bf4a8473fea15a527e4b2 /bin | |
parent | f7ffbec8e841ce75888a95827c96dc8f040fb955 (diff) | |
download | FreeBSD-src-87d4bf07b5516bff6e95d90a433d0e0d157e5130.zip FreeBSD-src-87d4bf07b5516bff6e95d90a433d0e0d157e5130.tar.gz |
o Fix a typo. Bump .Dd for the previous delta.
Diffstat (limited to 'bin')
-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 819d3b6..28d89a5 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 |