git: 137b82499a97 - stable/13 - build(7): fix references to svn(1) and svnlite(1)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 15:21:31 UTC
The branch stable/13 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=137b82499a976b3eb07057443d93cc267d53ba84
commit 137b82499a976b3eb07057443d93cc267d53ba84
Author: Fernando ApesteguĂa <fernape@FreeBSD.org>
AuthorDate: 2021-04-23 16:59:19 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-06-10 15:20:33 +0000
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
(cherry picked from commit e444a4c677ee3e86038ba2179c4838f5f4b778cd)
---
share/man/man7/build.7 | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 015e80c4bc24..d8887b534758 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -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
@@ -880,11 +882,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 ,