diff options
-rw-r--r-- | share/man/man7/development.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 0887f60..af8db3a 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -30,9 +30,9 @@ .Nm development .Nd "introduction to development with the FreeBSD codebase" .Sh DESCRIPTION -This manual page describes how an ordinary sysop, +This manual page describes how an ordinary system operator, .Ux -admin, or developer +administrator, or developer can, without any special permission, obtain, maintain, and modify the .Fx codebase as well as how to maintain a master build which can @@ -95,8 +95,8 @@ the .Fx CVS archive once a day. The first pull will take a long time, -it is several gigabytes, but once you have it, the daily syncs will be quite -small. +it is several gigabytes, but once you have it, +the daily synchronizations will be quite small. .Bd -literal -offset 4n mkdir /FreeBSD/FreeBSD-CVS rm -rf /home/ncvs @@ -656,7 +656,7 @@ is necessary when running These options are typically placed in your .Pa ~/.cvsrc (as already described) -so you do not have to respecify them every time you run a +so you do not have to re-specify them every time you run a .Xr cvs 1 command. Maintaining the CVS repository also gives you far more flexibility |