From: Zac Medico Date: Tue, 17 Jun 2008 19:39:38 +0000 (-0000) Subject: Remove eblank docs. X-Git-Tag: v2.2_rc1~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdee4b13304e10145e9c3c41b028f0f9124f3ba0;p=portage.git Remove eblank docs. svn path=/main/trunk/; revision=10698 --- diff --git a/doc/package/ebuild/helper_functions.docbook b/doc/package/ebuild/helper_functions.docbook index ab83d4ed1..9c417afb9 100644 --- a/doc/package/ebuild/helper_functions.docbook +++ b/doc/package/ebuild/helper_functions.docbook @@ -10,13 +10,6 @@ need to call eend. - - eblank - - Show a blank line. Consecutive eblank calls collapse into - a single blank line. - - eend diff --git a/man/ebuild.5 b/man/ebuild.5 index 7d544a75d..d04cae228 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -580,10 +580,6 @@ VERINS="$(best_version net\-ftp/glftpd)" .RE .SH "HELPER FUNCTIONS: OUTPUT" .TP -\fBeblank\fR -Show a blank line. Consecutive eblank calls collapse into -a single blank line. -.TP \fBeinfo\fR \fI"disposable message"\fR Same as \fBelog\fR, but should be used when the message isn't important to the user (like progress or status messages during the build process).