diff options
author | 2014-01-19 08:39:20 +0000 | |
---|---|---|
committer | 2014-01-19 08:39:20 +0000 | |
commit | 155089f5cc6510cea072d19ad356904e7a62e3d0 (patch) | |
tree | e17c94cc491d30de7efcf73458c560b7fae09a5a | |
parent | Redo the parsing of numbers to improve the error messages and (diff) | |
download | wireguard-openbsd-155089f5cc6510cea072d19ad356904e7a62e3d0.tar.xz wireguard-openbsd-155089f5cc6510cea072d19ad356904e7a62e3d0.zip |
Fix macro usage: ifconfig is .Nm, not .Cm.
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index b893a53e5e9..119f9e4d221 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.237 2013/10/13 10:45:34 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.238 2014/01/19 08:39:20 schwarze Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: October 13 2013 $ +.Dd $Mdocdate: January 19 2014 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -87,7 +87,7 @@ This is the default, if no parameters are given to .It Fl C Print the names of all network pseudo-devices that can be created dynamically at runtime using -.Cm ifconfig create . +.Nm Cm create . .It Ar interface The .Ar interface |