Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 08:46:32 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230609 - head/share/man/man4
Message-ID:  <201201270846.q0R8kWUt030253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Fri Jan 27 08:46:32 2012
New Revision: 230609
URL: http://svn.freebsd.org/changeset/base/230609

Log:
  Do not mention SIOCSIFADDR.

Modified:
  head/share/man/man4/lo.4

Modified: head/share/man/man4/lo.4
==============================================================================
--- head/share/man/man4/lo.4	Fri Jan 27 07:37:10 2012	(r230608)
+++ head/share/man/man4/lo.4	Fri Jan 27 08:46:32 2012	(r230609)
@@ -30,7 +30,7 @@
 .\"     @(#)lo.4	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd March 15, 2009
+.Dd January 25, 2012
 .Dt LO 4
 .Os
 .Sh NAME
@@ -47,9 +47,9 @@ communication.
 As with other network interfaces, the loopback interface must have
 network addresses assigned for each address family with which it is to be used.
 These addresses
-may be set or changed with the
-.Dv SIOCSIFADDR
-.Xr ioctl 2 .
+may be set with the appropriate
+.Xr ioctl 2
+commands for corresponding address families.
 The loopback interface should be the last interface configured,
 as protocols may use the order of configuration as an indication of priority.
 The loopback should



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201270846.q0R8kWUt030253>