From e444a4c677ee3e86038ba2179c4838f5f4b778cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Fri, 23 Apr 2021 18:59:19 +0200 Subject: [PATCH] build(7): fix references to svn(1) and svnlite(1) Replace them with references to Git. PR: 254937 Reported by: m.bueker@berlin.de Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D29949 --- share/man/man7/build.7 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 14ea7df02a76..9591b0365307 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 25, 2021 +.Dd April 28, 2021 .Dt BUILD 7 .Os .Sh NAME @@ -40,9 +40,11 @@ normally and .Pa /usr/ports . These directories may be initially empty or non-existent until updated with -.Xr svn 1 -(or -.Xr svnlite 1 ) . +Git +.Po installed from packages with +.Xr pkg 7 +or from +.Xr ports 7 Pc . Directory .Pa /usr/src contains the @@ -873,11 +875,10 @@ manpage first appeared in .Xr cc 1 , .Xr install 1 , .Xr make 1 , -.Xr svn 1 , -.Xr svnlite 1 , .Xr make.conf 5 , .Xr src.conf 5 , .Xr arch 7 , +.Xr pkg 7 , .Xr ports 7 , .Xr release 7 , .Xr tests 7 ,