The branch main has been updated by dteske: URL: https://cgit.FreeBSD.org/src/commit/?id=4acaa22829f77d287a4c99a7709fea80040998c8
commit 4acaa22829f77d287a4c99a7709fea80040998c8 Author: Devin Teske <[email protected]> AuthorDate: 2026-06-17 15:24:48 +0000 Commit: Devin Teske <[email protected]> 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
