Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2026 15:27:00 +0000
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4acaa22829f7 - main - Update bsdconfig dot USAGE
Message-ID:  <6a32bcc4.414a6.40ff79f3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dteske:

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

commit 4acaa22829f77d287a4c99a7709fea80040998c8
Author:     Devin Teske <dteske@FreeBSD.org>
AuthorDate: 2026-06-17 15:24:48 +0000
Commit:     Devin Teske <dteske@FreeBSD.org>
CommitDate: 2026-06-17 15:24:48 +0000

    Update bsdconfig dot USAGE
    
    Add gm prefix to convert command.
    
    `convert` of ImageMagick is now available under `gm convert` where
    `gm` is the main entry point for GraphicsMagick commands.
---
 usr.sbin/bsdconfig/dot/USAGE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bsdconfig/dot/USAGE b/usr.sbin/bsdconfig/dot/USAGE
index 1252c0b68eae..3093c86d3dd3 100644
--- a/usr.sbin/bsdconfig/dot/USAGE
+++ b/usr.sbin/bsdconfig/dot/USAGE
@@ -86,7 +86,7 @@ EXAMPLES:
 
 	View the above-rendered PostScript poster using X11:
 
-		convert bsdconfig.ps bsdconfig.pdf
+		gm convert bsdconfig.ps bsdconfig.pdf
 		xpdf bsdconfig.pdf
 
 			NOTE: Requires both `graphics/GraphicsMagick' and


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a32bcc4.414a6.40ff79f3>