diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-03-27 14:50:12 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-03-27 14:50:12 +0000 |
commit | f007c46d2537ab1d5643c32e80618adde1411341 (patch) | |
tree | b109cc876437079dc8ecc156225bb77b87a8bf38 /share/man/man7/development.7 | |
parent | 31260bf042555bba6523d127ed80172bb97c1839 (diff) |
Fix capitalization.
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=331617
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r-- | share/man/man7/development.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 8416d2ed7cfb..c03cc029a1c4 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 13, 2018 +.Dd March 27, 2018 .Dt DEVELOPMENT 7 .Os .Sh NAME @@ -83,7 +83,7 @@ such as freebsd-arch@ and freebsd-hackers@: .Pp .Lk https://lists.FreeBSD.org/ .Pp -To get your patches integrated into the main freebsd repository use Phabricator; +To get your patches integrated into the main FreeBSD repository use Phabricator; it is a code review tool that allows other developers to review the changes, suggest improvements, and, eventually, allows them to pick up the change and commit it: |