Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2023 21:01:24 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 42afe48b1a36 - main - makeman: fix a whitespace bug
Message-ID:  <202303082101.328L1OfT099632@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

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

commit 42afe48b1a365156aa33d72bddc36a1e36510cd8
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-03-08 21:01:17 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-03-08 21:01:17 +0000

    makeman: fix a whitespace bug
    
    Reviewed by:    emaste
    Sponsored by:   DARPA
    Differential Revision:  https://reviews.freebsd.org/D38988
---
 tools/build/options/makeman | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/options/makeman b/tools/build/options/makeman
index 328b9faed881..73b696463b55 100755
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -141,7 +141,7 @@ main()
 	echo "building src.conf.5 man page from files in ${PWD}" >&2
 
 	fbsdid='$'FreeBSD'$'
-  generated='@'generated
+	generated='@'generated
 	cat <<EOF
 .\" DO NOT EDIT-- this file is $generated by tools/build/options/makeman.
 .\" ${fbsdid}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303082101.328L1OfT099632>