mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
fortune: Fix typo in dmesgd.nycbug.org example
No functional change, but commit for correctness nonetheless. MFC after: 1 day Differential Revision: https://reviews.freebsd.org/D51293
This commit is contained in:
parent
9f67180733
commit
697bf0f416
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ Use "sysrc name=value" to add an entry and "sysrc -x name" to delete an entry.
|
|||
You can upload the dmesg of your system to help developers get an overview of commonly
|
||||
used hardware and peripherals for FreeBSD. Use the curl package to upload it like this:
|
||||
curl -v -d "nickname=$USER" -d "description=FreeBSD/$(uname -m) on \
|
||||
$(kenv smbios.system.maker) $(kenv smbios.system.product)" -d "do=addd" \
|
||||
$(kenv smbios.system.maker) $(kenv smbios.system.product)" -d "do=add" \
|
||||
--data-urlencode 'dmesg@/var/run/dmesg.boot' http://dmesgd.nycbug.org/index.cgi
|
||||
%
|
||||
Want to know how much memory (in bytes) your machine has installed? Let
|
||||
|
|
|
|||
Loading…
Reference in a new issue