diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-01 01:55:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-01 01:55:01 +0000 |
commit | 03192295c0b638b56135fa146203d79a59e22008 (patch) | |
tree | ed52e7e82086f292df7ab30358e58252e843ce98 /sysutils | |
parent | 26a75053d4f8a54a0e687d403d481f204954c0fa (diff) | |
download | pkgsrc-03192295c0b638b56135fa146203d79a59e22008.tar.gz |
.Dt should have uppercase argument; explain what happens when -outfile is not
given; punctuation nit and markup improvement.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/adjustkernel/files/adjustkernel.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/adjustkernel/files/adjustkernel.1 b/sysutils/adjustkernel/files/adjustkernel.1 index 05ca33b9506..02c8b435ce1 100644 --- a/sysutils/adjustkernel/files/adjustkernel.1 +++ b/sysutils/adjustkernel/files/adjustkernel.1 @@ -1,8 +1,8 @@ .\" $Emsi: adjustkernel.1,v 1.1 2002/03/01 01:25:37 mjl Exp $ -.\" $NetBSD: adjustkernel.1,v 1.1.1.1 2002/03/01 01:32:14 mjl Exp $ +.\" $NetBSD: adjustkernel.1,v 1.2 2002/03/01 01:55:01 wiz Exp $ .\" .Dd February 28, 2002 -.Dt adjustkernel 1 +.Dt ADJUSTKERNEL 1 .Sh NAME .Nm adjustkernel .Nd generate kernel config from dmesg @@ -28,12 +28,13 @@ read the currently booted kernel from source-config. This option is mandatory. .It Fl outfile Ar new-config saves the newly generated config file to -.Ar new-config +.Ar new-config ; +otherwise the new config will be written to stdout. .It Fl mesg Ar dmesg-file read the dmesg data from -.Ar dmesg-file, +.Ar dmesg-file , defaults to calling -.Ar /sbin/dmesg +.Pa /sbin/dmesg and using its output. .It Fl remove causes the tool to remove entries in the config file instead |