The branch main has been updated by fernape (doc, ports committer):

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

commit e444a4c677ee3e86038ba2179c4838f5f4b778cd
Author:     Fernando Apesteguía <fern...@freebsd.org>
AuthorDate: 2021-04-23 16:59:19 +0000
Commit:     Fernando Apesteguía <fern...@freebsd.org>
CommitDate: 2021-04-28 14:38:27 +0000

    build(7): fix references to svn(1) and svnlite(1)
    
    Replace them with references to Git.
    
    PR:     254937
    Reported by:    m.bue...@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 ,
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to