From d9fc4acc572c6647a4f27b838d35d27d805d190e Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sun, 28 Aug 2005 08:37:44 +0000 Subject: Migration (without history) of the current stable line to subversion. svn path=/main/branches/2.0/; revision=1941 --- man/fixheadtails.eclass.5 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 man/fixheadtails.eclass.5 (limited to 'man/fixheadtails.eclass.5') diff --git a/man/fixheadtails.eclass.5 b/man/fixheadtails.eclass.5 new file mode 100644 index 000000000..4ddd59404 --- /dev/null +++ b/man/fixheadtails.eclass.5 @@ -0,0 +1,32 @@ +.TH "FIXHEADTAILS.ECLASS" "5" "Aug 2004" "Portage 2.0.51" "portage" +.SH "NAME" +fixheadtails.eclass \- functions for replacing obsolete head/tail invocations +with newer POSIX compliant ones. +.SH "DESCRIPTION" +The \fBfixheadtails\fR eclass contains functions for parsing file(s) and +replacing obsolete head/tail invocations in the form similar to: +.TP +head -# +.TP +with the newer POSIX compliant form of: +.TP +head -n# +.SH "FUNCTIONS" +\fBNOTE\fR: these functions are usually used in the \fIsrc_unpack\fR function. +.TP +.BR "ht_fix_file " "\fI [file2] [file3] [...]\fR" +Fixes head/tail invocations in specific files. +.TP +.BR "ht_fix_all" +Scans the current directory (recursively), calling \fBht_fix_file\fR for each +file that contains an obsolete head/tail invocation. +.SH "REPORTING BUGS" +Please report bugs via http://bugs.gentoo.org/ +.SH "SEE ALSO" +.BR ebuild (5) +.SH "FILES" +.BR /usr/portage/eclass/fixheadtails.eclass +.SH "AUTHORS" +Aaron Walker +.SH "CVS HEADER" +$Header: /var/cvsroot/gentoo-src/portage/man/fixheadtails.eclass.5,v 1.3.2.1 2005/01/15 00:19:36 vapier Exp $ -- cgit v1.2.3-1-g7c22