diff options
author | hoek <hoek@FreeBSD.org> | 1999-08-22 19:09:19 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-08-22 19:09:19 +0000 |
commit | 5fdca6fd09345e5936233b3d60886ad3784d3ed3 (patch) | |
tree | 4ccfc50fad886e56fc8501835e7c1ab79bc75ddc | |
parent | e119e7b8bfb35501853f4876821e784df9c71524 (diff) | |
download | FreeBSD-src-5fdca6fd09345e5936233b3d60886ad3784d3ed3.zip FreeBSD-src-5fdca6fd09345e5936233b3d60886ad3784d3ed3.tar.gz |
The vty monster has feasted and now provides 8 vtys by default.
PR: docs/13310 (Maxim Soboleva <sobomax@altavista.ne>)
-rw-r--r-- | share/man/man4/man4.i386/syscons.4 | 4 | ||||
-rw-r--r-- | share/man/man4/syscons.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/syscons.4 b/share/man/man4/man4.i386/syscons.4 index 70c0390..317be25 100644 --- a/share/man/man4/man4.i386/syscons.4 +++ b/share/man/man4/man4.i386/syscons.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: syscons.4,v 1.3 1999/07/05 10:03:03 yokota Exp $ +.\" $Id: syscons.4,v 1.4 1999/08/14 20:51:13 chris Exp $ .\" .Dd June 30, 1999 .Dt SYSCONS 4 @@ -84,7 +84,7 @@ so that will recognize them to be active and run .Xr login 1 to let the user to login to the system. -By default, only the first three virtual terminals are activated in +By default, only the first eight virtual terminals are activated in .Pa /etc/ttys . .Pp You press the diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index 70c0390..317be25 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: syscons.4,v 1.3 1999/07/05 10:03:03 yokota Exp $ +.\" $Id: syscons.4,v 1.4 1999/08/14 20:51:13 chris Exp $ .\" .Dd June 30, 1999 .Dt SYSCONS 4 @@ -84,7 +84,7 @@ so that will recognize them to be active and run .Xr login 1 to let the user to login to the system. -By default, only the first three virtual terminals are activated in +By default, only the first eight virtual terminals are activated in .Pa /etc/ttys . .Pp You press the |