Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 Quote .Sq argument, and give correct argument...
details: https://anonhg.NetBSD.org/src/rev/6cabb5afe607
branches: trunk
changeset: 518040:6cabb5afe607
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Nov 23 18:40:59 2001 +0000
description:
Quote .Sq argument, and give correct argument to .Bd -offset (_not_ xxxx).
Second part fixes misc/14692.
diffstat:
share/man/man5/ifconfig.if.5 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 184944295e2b -r 6cabb5afe607 share/man/man5/ifconfig.if.5
--- a/share/man/man5/ifconfig.if.5 Fri Nov 23 18:40:49 2001 +0000
+++ b/share/man/man5/ifconfig.if.5 Fri Nov 23 18:40:59 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ifconfig.if.5,v 1.3 2001/09/08 01:29:06 wiz Exp $
+.\" $NetBSD: ifconfig.if.5,v 1.4 2001/11/23 18:40:59 wiz Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -56,7 +56,7 @@
the line will be ignored as comment.
.Pp
If a line starts with
-.Sq ! ,
+.Sq \&! ,
the rest of line will get evaluated as shell script fragment.
Shell variables declared in
.Pa /etc/rc.d/network
@@ -66,7 +66,7 @@
as it will be bound to the interface being configured with the file.
.Pp
For example, the following illustrates static interface configuration:
-.Bd -literal -offset xxxx
+.Bd -literal -offset indent
# IPv4, with an alias
inet 10.0.1.12 255.255.255.0 media 100baseTX
inet 10.0.1.13 255.255.255.255 alias
@@ -80,7 +80,7 @@
.Xr dhclient 8
and
.Xr rtsol 8 :
-.Bd -literal -offset xxxx
+.Bd -literal -offset indent
up
# autoconfigure IPv4 address
!dhclient $int
@@ -90,7 +90,7 @@
.Pp
The following example is for dynamically-created pseudo interfaces like
.Xr gif 4 :
-.Bd -literal -offset xxxx
+.Bd -literal -offset indent
create
up
# configure IPv6 default route toward the interface
Home |
Main Index |
Thread Index |
Old Index