DMESG(8) - System Manager’s Manual # DMESG(8) - System Manager’s Manual
NAME # dmesg - display the system message buffer
SYNOPSIS # dmesg [-s] [-MÂ core] [-NÂ system]
DESCRIPTION # dmesg displays the contents of the system message buffer. It is most commonly used to review system startup messages. On some systems the message buffer can survive reboot and be retained (in the hope of exposing information from a crash).
...
FW_UPDATE(8) - System Manager’s Manual # FW_UPDATE(8) - System Manager’s Manual
NAME # fw_update - install non-free firmware packages
SYNOPSIS # fw_update [-adFnv] [-p path] [driver | file …]
DESCRIPTION # The fw_update utility installs, updates, or deletes firmware packages for driver from the Internet. If no driver is specified, the fw_update utility tries to determine which firmware is needed on the system.
Since firmware with an acceptable license is already present in OpenBSD, fw_update exists purely to deal with firmware that may not be freely distributed with OpenBSD.
...
SENDBUG(1) - General Commands Manual # SENDBUG(1) - General Commands Manual
NAME # sendbug - report a bug in OpenBSD
SYNOPSIS # sendbug [-DEP]
DESCRIPTION # sendbug is used to submit problem reports (PRs) to the OpenBSD bugs database. A template PR is opened in a text editor with some system information already filled in, such as machine architecture, dmesg(8), usbdevs(8), pcidump(8), and acpidump(8). The pcidump(8) and acpidump(8) output are important for ACPI development and can only be included if sendbug is run as root.
...