From: deraadt Date: Tue, 8 Apr 1997 19:44:49 +0000 (+0000) Subject: nuevos X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8f4d2651e1f3ec7d7ff5d58b28cfc645d78b0f4c;p=openbsd nuevos --- diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 94510c17d47..ece26b245bd 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 1997/03/28 23:04:27 millert Exp $ +# $OpenBSD: Makefile,v 1.22 1997/04/08 19:44:51 deraadt Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ MAN= audio.4 acd.4 ahc.4 bpf.4 ccd.4 cd.4 clnp.4 cltp.4 ddb.4 drum.4 \ esis.4 fd.4 fpa.4 icmp.4 idp.4 imp.4 inet.4 ip.4 ipl.4 iso.4 lkm.4 \ lo.4 ncr.4 netintro.4 ns.4 nsip.4 null.4 pnp.4 pty.4 random.4 \ - route.4 scsi.4 sd.4 spp.4 st.4 tb.4 tcp.4 termios.4 tty.4 tp.4 tun.4 \ - udp.4 uk.4 unix.4 vnd.4 + route.4 scsi.4 sd.4 sl.4 spp.4 st.4 tb.4 tcp.4 termios.4 tty.4 tp.4 \ + tun.4 udp.4 uk.4 unix.4 vnd.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 MLINKS+=random.4 srandom.4 random.4 urandom.4 random.4 prandom.4 diff --git a/share/man/man4/sl.4 b/share/man/man4/sl.4 new file mode 100644 index 00000000000..19b4705f5f3 --- /dev/null +++ b/share/man/man4/sl.4 @@ -0,0 +1,65 @@ +.\" $NetBSD: sl.4,v 1.1 1996/08/10 21:26:14 explorer Exp $ +.\" +.\" Copyright (c) 1983, 1991, 1993 +.\" The Regents of the University of California. All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" From: @(#)lo.4 8.1 (Berkeley) 6/5/93 +.\" +.Dd August 10, 1996 +.Dt SL 4 +.Os OpenBSD +.Sh NAME +.Nm sl +.Nd slip network interface +.Sh SYNOPSIS +.Nm pseudo-device sl +.Op Ar count +.Sh DESCRIPTION +The +.Nm sl +interface allows serial lines to be used as network interfaces using the +.Em slip +protocol. The +.Nm sl +interface can use Van Jacobson TCP header compression and ICMP filtering. +.Sh DIAGNOSTICS +.Bl -diag +.It sl%d: af%d not supported. +The interface was handed +a message with addresses formatted in an unsuitable address +family; the packet was dropped. +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr inet 4 , +.Xr slattach 8 , +.Xr sliplogin 8 , +.Xr slstats 8