The branch stable/14 has been updated by christos:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b5ec6cda9380ab5ae222c91f161df9f420ab3b5e

commit b5ec6cda9380ab5ae222c91f161df9f420ab3b5e
Author:     Christos Margiolis <chris...@freebsd.org>
AuthorDate: 2025-07-13 21:25:07 +0000
Commit:     Christos Margiolis <chris...@freebsd.org>
CommitDate: 2025-07-14 12:17:54 +0000

    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
    
    (cherry picked from commit 697bf0f416e4fe0fdd974b9eacdaed140fe18061)
---
 usr.bin/fortune/datfiles/freebsd-tips | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/fortune/datfiles/freebsd-tips 
b/usr.bin/fortune/datfiles/freebsd-tips
index aed66f2295e2..a35b7cd5881f 100644
--- a/usr.bin/fortune/datfiles/freebsd-tips
+++ b/usr.bin/fortune/datfiles/freebsd-tips
@@ -554,7 +554,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

Reply via email to