diff options
author | Giuseppe Scrivano <gscrivano@gnu.org> | 2009-08-18 12:22:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-18 18:40:41 +0200 |
commit | 718b2790c0e4d1dee5603b46d06bd886c6a359a1 (patch) | |
tree | f9f336e1f303811091b584aea7d85f707240cae4 /NEWS | |
parent | 6f6599a006e08c0e7a0825f1f059fde66d2847b5 (diff) | |
download | coreutils-718b2790c0e4d1dee5603b46d06bd886c6a359a1.tar.xz |
nl: deprecate --page-increment in favor of --line-increment
* NEWS: Mention the change.
* doc/coreutils.texi: Document the new --line-increment option.
* src/nl.c (struct option): Add --line-increment,
(usage): Describe it,
(main): Use it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -40,6 +40,11 @@ GNU coreutils NEWS -*- outline -*- were renamed from 'HARDLINK' and 'hl' which were available since coreutils-7.1 when this feature was introduced. +** Deprecated options + + nl --page-increment: deprecated in favor of --line-increment, the new option + maintains the previous semantics and the same short option, -i. + ** New features chroot now accepts the options --userspec and --groups. |