aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-11-01 00:24:03 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-11-01 00:24:03 +0000
commit956652a3bd0797a989d25745216665d63fa28694 (patch)
tree1ef902b0a6c363d25a885be604b94c2362afdf28 /tools-reference
parentEAPI=4 fixes from Tim Harder <radhermit@gentoo.org>. Bug #341709 (diff)
downloaddevmanual-956652a3bd0797a989d25745216665d63fa28694.tar.gz
devmanual-956652a3bd0797a989d25745216665d63fa28694.tar.bz2
devmanual-956652a3bd0797a989d25745216665d63fa28694.zip
Add warning about head/tail -<number>. Bug #315937
Diffstat (limited to 'tools-reference')
-rw-r--r--tools-reference/head-and-tail/text.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools-reference/head-and-tail/text.xml b/tools-reference/head-and-tail/text.xml
index 66e9cbd..8e9db88 100644
--- a/tools-reference/head-and-tail/text.xml
+++ b/tools-reference/head-and-tail/text.xml
@@ -36,6 +36,10 @@ To specify "the last five lines", use <c>tail -n5</c>. To specify "all
but the first five lines", use <c>tail -n+5</c>.
</p>
+<warning>
+<c>head/tail -5</c> syntax is deprecated and not POSIX compliant.
+</warning>
+
<p>
For full details, see <uri link="http://www.opengroup.org/onlinepubs/000095399/utilities/tail.html">
IEEE1003.1-2004-tail</uri>. Note that tail-1 on GNU systems describes