Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/08/2006 17:22:14
Module Name:	src
Committed By:	tsutsui
Date:		Sat Jul  8 17:22:14 UTC 2006

Modified Files:
	src/distrib/sets/lists/man: mi
	src/sbin/slattach: Makefile slattach.8
	src/share/man/man4: Makefile sl.4

Log Message:
Misc fixes for sl(4) and slattach(8) man pages:
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
  specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
  (rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs

Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.


To generate a diff of this commit:
cvs rdiff -r1.907 -r1.908 src/distrib/sets/lists/man/mi
cvs rdiff -r1.9 -r1.10 src/sbin/slattach/Makefile
cvs rdiff -r1.27 -r1.28 src/sbin/slattach/slattach.8
cvs rdiff -r1.393 -r1.394 src/share/man/man4/Makefile
cvs rdiff -r1.12 -r1.13 src/share/man/man4/sl.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.