diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-09-30 19:03:49 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-09-30 19:03:49 +0000 |
| commit | 253df96c73aa52f0f154a632a33914029723e8d6 (patch) | |
| tree | 14bba750ea116d3f3ff4c7ac947e0a629deea5e7 | |
| parent | d1b07af47c54c155f460384bd70f6173d48bc434 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 28b5ccb88def..b0eaa039a1c3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -415,6 +415,10 @@ maximum number of simultaneous invocations of each service from a single IP address.</para> + <para>&man.lock.1; now accepts a <option>-v</option> to disable + switching VTYs while the current terminal is locked. This permits + locking the entire console from a single terminal.</para> + <para>The &man.ls.1; program now supports a <option>-m</option> flag to list files across a page, a <option>-p</option> flag to force printing of a <literal>/</literal> after directories, and @@ -497,6 +501,9 @@ <para>&man.unexpand.1; now supports a <option>-t</option> to specify tabstabs analogous to &man.expand.1;.</para> + <para>&man.vidcontrol.1; now accepts a <option>-S</option> to + allow the user to disable VTY switching.</para> + <para>&man.who.1; now has a number of new options: <option>-H</option> shows column headings; <option>-T</option> shows &man.mesg.1; state; <option>-m</option> is an equivalent |
