diff options
author | joel <joel@FreeBSD.org> | 2012-09-20 04:53:12 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-09-20 04:53:12 +0000 |
commit | 32d0efe39300667d09edc9a16cefedeb9128035d (patch) | |
tree | 7c3159b9d82534949ba954a9fbbb8cb99098788e /share/man | |
parent | 4ca95619a9a3c03c135121a33965ac7b003b22e7 (diff) | |
download | FreeBSD-src-32d0efe39300667d09edc9a16cefedeb9128035d.zip FreeBSD-src-32d0efe39300667d09edc9a16cefedeb9128035d.tar.gz |
mdoc: remove superfluous paragraph macro.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/development.7 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 1f25871..642f482 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -437,7 +437,6 @@ Many developers choose to maintain a local branch of to test patches or build a custom distribution. This can be done with svn or another source code management system (git, mercurial, Perforce, BitKeeper) with its own repository. -.Pp .Sh "UPDATING VIA SVN" By using a .Xr cron 8 |