Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2017 13:01:08 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315680 - head/sbin/ifconfig
Message-ID:  <201703211301.v2LD18jG015384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maxim
Date: Tue Mar 21 13:01:08 2017
New Revision: 315680
URL: https://svnweb.freebsd.org/changeset/base/315680

Log:
  The .Cm macro usage fixed.
  
  PR:		217977
  Submitted by:	tobik

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Tue Mar 21 11:56:21 2017	(r315679)
+++ head/sbin/ifconfig/ifconfig.8	Tue Mar 21 13:01:08 2017	(r315680)
@@ -832,13 +832,13 @@ is one of
 .Cm sta ,
 .Cm ahdemo
 (or
-.Cm adhoc-demo ),
+.Cm adhoc-demo ) ,
 .Cm ibss ,
 (or
-.Cm adhoc ),
+.Cm adhoc ) ,
 .Cm ap ,
 (or
-.Cm hostap ),
+.Cm hostap ) ,
 .Cm wds ,
 .Cm tdma ,
 .Cm mesh ,



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