summaryrefslogtreecommitdiffstats
path: root/man/fixheadtails.eclass.5
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-10-03 13:32:30 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-10-03 13:32:30 +0000
commitf2537492cca9e468d8d016e97ca78b323ed2aeec (patch)
tree20eb7a65a228c2a8d469c8a7d8405f658bcc0cc1 /man/fixheadtails.eclass.5
parent6ae828fbda08e9b185774f029be992ebea65c8f6 (diff)
downloadportage-f2537492cca9e468d8d016e97ca78b323ed2aeec.tar.gz
portage-f2537492cca9e468d8d016e97ca78b323ed2aeec.tar.bz2
portage-f2537492cca9e468d8d016e97ca78b323ed2aeec.zip
Remove app-portage/portage-docs files from portage-2.0 branch
svn path=/main/branches/2.0/; revision=2081
Diffstat (limited to 'man/fixheadtails.eclass.5')
-rw-r--r--man/fixheadtails.eclass.532
1 files changed, 0 insertions, 32 deletions
diff --git a/man/fixheadtails.eclass.5 b/man/fixheadtails.eclass.5
deleted file mode 100644
index 131da50dd..000000000
--- a/man/fixheadtails.eclass.5
+++ /dev/null
@@ -1,32 +0,0 @@
-.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 -# <file>
-.TP
-with the newer POSIX compliant form of:
-.TP
-head -n# <file>
-.SH "FUNCTIONS"
-\fBNOTE\fR: these functions are usually used in the \fIsrc_unpack\fR function.
-.TP
-.BR "ht_fix_file " "\fI<file1> [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 <ka0ttic@gentoo.org>
-.SH "CVS HEADER"
-$Id: /var/cvsroot/gentoo-src/portage/man/fixheadtails.eclass.5,v 1.3.2.1 2005/01/15 00:19:36 vapier Exp $