diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-18 12:26:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-18 12:26:38 +0000 |
commit | 9adf87ae5fcfb0bb4e02da572dc0c30b653f63de (patch) | |
tree | 18fa1ba6097ff1d55196bea272352582caee08d3 /sbin | |
parent | 3ec9e00b1cceca4bf94349477d16be2176a351af (diff) |
quote a macro's args to make it expand correctly;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 1da41300e1b..5d9fbdacb3d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.69 2003/10/18 00:47:02 mcbride Exp $ +.\" $OpenBSD: ifconfig.8,v 1.70 2003/10/18 12:26:37 jmc 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 $ .\" @@ -583,7 +583,7 @@ Assign the inet(4) address of 192.168.1.10 with a network mask of .It Cm # ifconfig fxp0 ipx 12625920 Assign the ipx(3) address of 12625920 specified in decimal to interface fxp0. .Pp -.It Cm # ifconfig fxp0 atalk 39108.128 range 39107-39109 phase 2 +.It Cm "# ifconfig fxp0 atalk 39108.128 range 39107-39109 phase 2" Assign the AppleTalk network 39108 and server node 128 with a network range of 39107-39109 to interface fxp0 on a phase 2 AppleTalk network. .Pp |