The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=586a5bc03541397c432ce98a1551ebeee7c04ef2
commit 586a5bc03541397c432ce98a1551ebeee7c04ef2 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-06-15 13:40:05 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-06-15 13:40:05 +0000 pwd.1: Fix a typo in the .dD - s/Februrary/February/ MFC after: 1 week --- bin/pwd/pwd.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 8b03d060bc8e..f27b4aa1bff0 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Februrary 6, 2026 +.Dd February 6, 2026 .Dt PWD 1 .Os .Sh NAME
