diff options
author | Joel Dahl <joel@FreeBSD.org> | 2005-12-01 12:58:51 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2005-12-01 12:58:51 +0000 |
commit | 89a50c24d9c179d506440af07bf62a8d7e66d260 (patch) | |
tree | cf44f4162d4a2ca07f06e9da6750a1dc7df73e12 /share/man/man4/snd_neomagic.4 | |
parent | 77e718f7737732665c489a6a4b2dbaf6acc51b0c (diff) |
Make the SYNOPSIS section a bit more informative.
Notes
Notes:
svn path=/head/; revision=152984
Diffstat (limited to 'share/man/man4/snd_neomagic.4')
-rw-r--r-- | share/man/man4/snd_neomagic.4 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man4/snd_neomagic.4 b/share/man/man4/snd_neomagic.4 index 698843d720e8..430220c23152 100644 --- a/share/man/man4/snd_neomagic.4 +++ b/share/man/man4/snd_neomagic.4 @@ -24,15 +24,26 @@ .\" .\" $FreeBSD$ .\" -.Dd November 28, 2005 +.Dd December 1, 2005 .Dt SND_NEOMAGIC 4 .Os .Sh NAME .Nm snd_neomagic .Nd "NeoMagic 256AV/ZX bridge device driver" .Sh SYNOPSIS +To compile this driver into the kernel, place the following lines in your +kernel configuration file: +.Bd -ragged -offset indent .Cd "device sound" .Cd "device snd_neomagic" +.Ed +.Pp +Alternatively, to load the driver as a module at boot time, place the +following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +snd_neomagic_load="YES" +.Ed .Sh DESCRIPTION The .Nm |