Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes/alpha Replace tabs with spaces in two places i...



details:   https://anonhg.NetBSD.org/src/rev/a1929f6f2a29
branches:  trunk
changeset: 522319:a1929f6f2a29
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 16 18:17:04 2002 +0000

description:
Replace tabs with spaces in two places inside .(disp, so that the
bootptab and dhcpd.conf entries are not brought flush against the
right margin, but instead get sane formatting.

diffstat:

 distrib/notes/alpha/install |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (45 lines):

diff -r 6cb72a596151 -r a1929f6f2a29 distrib/notes/alpha/install
--- a/distrib/notes/alpha/install       Sat Feb 16 16:52:10 2002 +0000
+++ b/distrib/notes/alpha/install       Sat Feb 16 18:17:04 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.22 2002/01/02 21:12:15 he Exp $
+.\"    $NetBSD: install,v 1.23 2002/02/16 18:17:04 he Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -331,9 +331,9 @@
 .Ic bootpd :
 .(disp
 myhost.mydom.com:\
-        :ht=ethernet:ha=0000c0391ae4:\e
-        :ip=192.168.1.2:sm=255.255.255.0:\e
-        :sa=192.168.1.1:bf=boot.netbsd.\*M:rp=/usr/export/\*M:
+        :ht=ethernet:ha=0000c0391ae4:\e
+        :ip=192.168.1.2:sm=255.255.255.0:\e
+        :sa=192.168.1.1:bf=boot.netbsd.\*M:rp=/usr/export/\*M:
 .disp)
 .Pp
 And here's an example for a
@@ -342,14 +342,14 @@
 .Ic dhcpd :
 .(disp
 host axp {
-       hardware ethernet 0:0:c0:39:1a:e4;
-       fixed-address 192.168.1.2;
-       option host-name "myhost.mydom.com";
-       filename "boot.netbsd.\*M";
-       option root-path "/usr/export/\*M";
-       option domain-name-servers 192.168.1.1;
-       option broadcast-address 255.255.255.0;
-       option domain-name "my.domain";
+        hardware ethernet 0:0:c0:39:1a:e4;
+        fixed-address 192.168.1.2;
+        option host-name "myhost.mydom.com";
+        filename "boot.netbsd.\*M";
+        option root-path "/usr/export/\*M";
+        option domain-name-servers 192.168.1.1;
+        option broadcast-address 255.255.255.0;
+        option domain-name "my.domain";
 }
 .disp)
 .Pp



Home | Main Index | Thread Index | Old Index