From: Sascha Wildner Date: Tue, 27 Apr 2010 19:49:59 +0000 (+0200) Subject: ral.4/firmware.9: Fix some mdoc issues in two manual pages. X-Git-Tag: v2.7.3~29 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/1f3e7f4c37a13b067ec5da3304afc06637000474 ral.4/firmware.9: Fix some mdoc issues in two manual pages. --- diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index 14cfe0b..e18bf36 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -198,7 +198,6 @@ Join an existing BSS network (i.e., connect to an access point): .Pp Join a specific BSS network with network name .Dq Li my_net : -.Pp .Bd -literal -offset indent ifconfig wlan create wlandev ral0 inet 192.168.0.20 \e netmask 0xffffff00 ssid my_net diff --git a/share/man/man9/firmware.9 b/share/man/man9/firmware.9 index cb68e00..b1ad92d 100644 --- a/share/man/man9/firmware.9 +++ b/share/man/man9/firmware.9 @@ -127,7 +127,8 @@ tries to unregister the firmware image .Nm imagename from the system. The function is successful and returns 0 if there are no pending references to the image, otherwise -it does not unregister the image and returns EBUSY. +it does not unregister the image and returns +.Er EBUSY . .Pp .Fn firmware_get returns the requested firmware image. @@ -252,8 +253,8 @@ IxNpeMicrocode.dat optional npe_fw \\ .Pp Note that generating the firmware modules in this way requires the availability of the following tools: -.Xr awk , -.Xr Make , +.Xr awk 1 , +.Xr make 1 , the compiler and the linker. .Sh SEE ALSO .Xr module 9 ,