Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2021 14:20:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 255017] /usr/local/shared should be /usr/local/share in the handbook
Message-ID:  <bug-255017-9-m3zf6BrxU5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255017-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255017-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255017

--- Comment #2 from Jens Schweikhardt <schweikh@schweikhardt.net> ---
Created attachment 224082
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224082&action=
=3Dedit
Changes /usr/local/shared/ to /usr/local/share/

Here's the "git diff" after
find . -type f -print0|xargs -0 sed -i "" -e
s,/usr/local/shared/,/usr/local/share/,g

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255017-9-m3zf6BrxU5>