diff options
author | luigi <luigi@FreeBSD.org> | 2009-01-13 12:37:02 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2009-01-13 12:37:02 +0000 |
commit | 366c85493a95868d0f6267089a5832808d3fb1e9 (patch) | |
tree | fc3182a437e1b44c783d68d81a71639b7d1708b4 /bin/kenv | |
parent | 421fd89a077705d01eb113c9be388398984b20cc (diff) | |
download | FreeBSD-src-366c85493a95868d0f6267089a5832808d3fb1e9.zip FreeBSD-src-366c85493a95868d0f6267089a5832808d3fb1e9.tar.gz |
fix typo
Submitted by: Colin Percival
Diffstat (limited to 'bin/kenv')
-rw-r--r-- | bin/kenv/kenv.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/kenv/kenv.1 b/bin/kenv/kenv.1 index 9e5345d..819d3b6 100644 --- a/bin/kenv/kenv.1 +++ b/bin/kenv/kenv.1 @@ -69,7 +69,7 @@ option is set, warnings normally printed as a result of being unable to perform the requested operation will be suppressed. .Pp Variables can be added to the kernel environment using the -.Xr /boot/oader.conf +.Xr /boot/loader.conf file, or also statically compiled into the kernel using the statement .Pp .Dl Ic env Ar filename |