diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-18 10:56:28 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-18 10:56:28 +0000 |
commit | 78ad54210fe02edbec3bfe18db3a33088b7c06ff (patch) | |
tree | e058ed25070ddc2f9b946479d9d53f7b4900c9fa /share/man/man4/dcons.4 | |
parent | 4e9e907d636ef7f776d89d98bd778f740ee69cdd (diff) |
-mdoc sweep.
Notes
Notes:
svn path=/head/; revision=152569
Diffstat (limited to 'share/man/man4/dcons.4')
-rw-r--r-- | share/man/man4/dcons.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/dcons.4 b/share/man/man4/dcons.4 index 694a2536b3af..a0dfa1b8adce 100644 --- a/share/man/man4/dcons.4 +++ b/share/man/man4/dcons.4 @@ -31,7 +31,7 @@ .Nm dcons .Nd dumb console device driver .Sh SYNOPSIS -To compile support for the driver into your kernel, +To compile this driver into the kernel, place the following lines in your kernel configuration file: .Bd -ragged -offset indent .Cd "options GDB" @@ -39,7 +39,7 @@ place the following lines in your kernel configuration file: .Cd "device dcons" .Ed .Pp -Alternatively, to load the driver at boot time, +Alternatively, to load the driver as a module at boot time, place the following line in your kernel configuration file: .Bd -ragged -offset indent .Cd "options GDB" |