diff options
author | Joel Dahl <joel@FreeBSD.org> | 2012-09-20 04:53:12 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2012-09-20 04:53:12 +0000 |
commit | d62a0fbf2a0667ea48fb28de4068a08d4c0c93cd (patch) | |
tree | 7c3159b9d82534949ba954a9fbbb8cb99098788e /share/man/man7/development.7 | |
parent | 8888cf1ddc96d2c9d9fae50cd84da8e325999de0 (diff) |
mdoc: remove superfluous paragraph macro.
Notes
Notes:
svn path=/head/; revision=240733
Diffstat (limited to 'share/man/man7/development.7')
-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 1f258714392a..642f4827b44c 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 |