Skip to content

Commit

Permalink
Various typo and wording fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Wildner committed May 28, 2016
1 parent ba08e4d commit f12e211
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.inc1
Expand Up @@ -511,7 +511,7 @@ installworld: installcheck
installworld-force:
@echo "Doing a forced installworld. This will install to a temporary directory,"
@echo "then copy the main binaries and libraries with a static cpdup to ${DESTDIR}/"
@echo "and finally willl issue a normal installworld. Starting in 5 seconds.".
@echo "and finally will issue a normal installworld. Starting in 5 seconds.".
@echo "^C to abort."
sleep 1
rm -rf /usr/obj/temp > /dev/null 2>& 1 || chflags -R noschg /usr/obj/temp
Expand Down
12 changes: 7 additions & 5 deletions share/man/man4/drm.4
Expand Up @@ -138,11 +138,13 @@ IOCTL - very spammy ioctl prints
VBLANK - very spammy vblank prints
.El
.It Va drm.edid_firmware
Load external EDID binary monitor data from firmware module.
Useful if monitor is not sending appropiate EDID block, no video on
connected monitor or there is a need to enforce custom video modes.
Optionally, connector name can be specified before firmware name
followed by colon, for example:
Load external EDID binary monitor data from a firmware module.
Useful if the monitor is not sending an appropriate EDID block, if there
is no video on the connected monitor or if there is a need to enforce
custom video modes.
Optionally, the connector name can be specified before the firmware name
followed by a colon.
For example:
.Pp
.Dl drm.edid_firmware="DVI-D-1:edidfw_repaired"
.Pp
Expand Down
2 changes: 1 addition & 1 deletion sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c
Expand Up @@ -1227,7 +1227,7 @@ ar9300_ani_ar_poll(struct ath_hal *ah, const HAL_NODE_STATS *stats,
}
if (old_phy_noise_spur != ani_state->phy_noise_spur) {
HALDEBUG(ah, HAL_DEBUG_ANI,
"%s: enviroment change from %d to %d\n",
"%s: environment change from %d to %d\n",
__func__, old_phy_noise_spur, ani_state->phy_noise_spur);
}
}
Expand Down
2 changes: 1 addition & 1 deletion sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
Expand Up @@ -4003,7 +4003,7 @@ ar9300_eeprom_restore_internal_address(struct ath_hal *ah,
dptr = ar9300_eeprom_struct_default_find_by_id(reference);
if (dptr == 0) {
HALDEBUG(ah, HAL_DEBUG_EEPROM,
"%s: cant find reference eeprom struct %d\n",
"%s: can't find reference eeprom struct %d\n",
__func__, reference);
break;
}
Expand Down

0 comments on commit f12e211

Please sign in to comment.