diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 2f32017e9bf7..b542bde8f65e 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -13,7 +13,7 @@ .Sh DESCRIPTION This manual page describes how an ordinary sysop, unix admin, or developer can, without any special permission, obtain, maintain, and modify the -FreeBSD codebase as well as how to maintainin a master build which can +FreeBSD codebase as well as how to maintain a master build which can then be exported to other machines in your network. This manual page is targeted to system operators, programmers, and developers. .Pp @@ -193,7 +193,7 @@ If a particular client is running -current, /usr/src should be a softlink to /FreeBSD/FreeBSD-current/src. If it is running -stable, /usr/src should be a softlink to /FreeBSD/FreeBSD-4.x/src. I do not usually create a /usr/src2 softlink on clients, that is used as -a convienent shortcut when working on the source code on the master server +a convenient shortcut when working on the source code on the master server only and could create massive confusion (of the human variety) on a client. .Bd -literal -offset 4n (ON EACH CLIENT)