commit: dff6e4a004afeaa64f4ccb07c7d31bb821b043b4 Author: S. Gilles <sgilles <AT> umd <DOT> edu> AuthorDate: Sat Nov 22 17:41:10 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Nov 22 17:49:46 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=dff6e4a0
Fix mdoc warning for empty line in rc-update man page. X-Gentoo-Bug: 529374 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=529374 --- man/rc-update.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/rc-update.8 b/man/rc-update.8 index dca4b90..113a533 100644 --- a/man/rc-update.8 +++ b/man/rc-update.8 @@ -87,7 +87,7 @@ If the .Fl s , -stack option is given then we either add or remove the runlevel from the runlevel. This allows inheritance of runlevels. - +.Pp If the .Fl a, -all option is given, we remove the service from all runlevels. This is
