1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415
|
Author: Roland Rosenfeld <roland@debian.org>
Description: Comment out unknown commands .El, .Bl, and .ID in man pages.
Forwarded: https://github.com/haussli/rancid/pull/16
Date: Sun, 29 Jun 2008 12:51:07 +0200
Last-Update: 2025-04-12
--- a/man/clogin.1
+++ b/man/clogin.1
@@ -258,7 +258,7 @@ Specifies the encryption algorithm for u
\-c option. The default encryption type is often not supported. See the
.BR ssh (1)
man page for details. The default is 3des.
-.El
+.\".El
.\"
.SH RETURNS
If the login script fails for any of the devices on the command-line, the
@@ -299,7 +299,7 @@ HOME is used by
to locate the
.IR .cloginrc
configuration file.
-.El
+.\".El
.SH FILES
.ta \w'xHOME/xcloginrc 'u
\fI$HOME/.cloginrc\fR Configuration file.
--- a/man/lg.conf.5.in
+++ b/man/lg.conf.5.in
@@ -14,7 +14,7 @@ resources.
.\"
.SH VARIABLES
The following variables are used (alphabetically):
-.Bl -tag -width flag
+.\".Bl -tag -width flag
.\"
.TP
.B LG_AS_REG
@@ -135,10 +135,10 @@ note that it must include $BASEDIR/bin (
.TP
Queries ...................................
.\"
-.El
+.\".El
.\"
.SH ENVIRONMENT
-.Bl -tag -width LG_CONF -compact
+.\".Bl -tag -width LG_CONF -compact
.TP
.B LG_CONF
Location of
@@ -146,7 +146,7 @@ Location of
file. See the
.IR FILES
section for more information.
-.El
+.\".El
.\"
.SH ERRORS
.B lg.conf
@@ -155,7 +155,7 @@ is interpreted directly by
so its syntax follows that of perl. Syntax errors may produce quite unexpected
results.
.SH FILES
-.Bl -tag -width @sysconfdir@/rancid.conf -compact
+.\".Bl -tag -width @sysconfdir@/rancid.conf -compact
.TP
.B @sysconfdir@/lg.conf
Configuration file described here.
@@ -164,7 +164,7 @@ Configuration file described here.
is located by the value of the environment variable LG_CONF, in the CWD
(current working directory), or the sysconfdir defined when rancid was
installed, in that order.
-.El
+.\".El
.SH "SEE ALSO"
.BR cloginrc (5),
.BR lg_intro (7),
--- a/man/par.1
+++ b/man/par.1
@@ -136,7 +136,7 @@ options and the option appearing last wi
.B \-x
View rancid_par logs in real-time via an
.BR xterm (1).
-.El
+.\".El
.SH FILES
.br
.nf
@@ -165,5 +165,5 @@ received a HUP/INT/TERM/QUIT signal, it
sending kill to running jobs. it waits for them to exit so that they are
cleaned-up properly.
If a second signal is received, it dies immediately.
-.El
+.\".El
--- a/man/rancid-run.1
+++ b/man/rancid-run.1
@@ -134,7 +134,7 @@ device with 'clogin hostname', and so on
.B $BASEDIR/etc/rancid.conf
.B rancid-run
configuration file.
-.El
+.\".El
.SH "SEE ALSO"
.BR control_rancid (1),
.BR rancid.conf (5),
--- a/man/rancid.1
+++ b/man/rancid.1
@@ -175,7 +175,7 @@ If stored locally, the file changes cons
from rancid.
If this file's name ('ip dhcp database') matches the regex
dhcp_[^[:space:].]\.txt, it will be filtered.
-.Pp
+.PP
For Catalyst switches running CatOS, type
.B cat5,
the prompt must end with '>'.
--- a/man/rancid.conf.5.in
+++ b/man/rancid.conf.5.in
@@ -27,7 +27,7 @@ The following variables are used (listed
.\"
.TP
.B ACLFILTERREGEX
-.Bl -tag -width flag
+.\"Bl -tag -width flag
If non-empty, this is a semi-colon-separated (';') list of regexes.
The contents of ACLs whose name match a regex in this list will be
filtered.
@@ -42,7 +42,7 @@ Default: undefined
.\"
.TP
.B ACLFILTERSEQ
-.Bl -tag -width flag
+.\".Bl -tag -width flag
Disables filtering of prefix-list/access-list sequence numbers.
This option implies ACLSORT=NO for lists with sequence numbers.
.sp
@@ -327,14 +327,14 @@ is interpreted directly by
so its syntax follows that of the bourne shell. Errors
may produce quite unexpected results.
.SH FILES
-.Bl -tag -width @sysconfdir@/rancid.conf -compact
+.\".Bl -tag -width @sysconfdir@/rancid.conf -compact
.TP
.B @sysconfdir@/rancid.conf
Configuration file described here.
.TP
.B <group>/rancid.conf
Group-specific configuration file described here.
-.El
+.\".El
.\"
.SH "SEE ALSO"
.BR control_rancid (1),
--- a/man/router.db.5
+++ b/man/router.db.5
@@ -48,85 +48,85 @@ Domain Name) works best, as in the examp
The type of device from the set:
.RS 8n
.TP
-.ID 15n
+.\".ID 15n
.B agm
A Cisco Anomaly Guard Module (aka Riverhead).
Suspect that at some point the UI will become more cisco-like and it
can be merged with the IOS rancid module.
.TP
-.ID 15n
+.\".ID 15n
.B alteon
An Alteon WebOS switches.
.TP
-.ID 15n
+.\".ID 15n
.B arcos
An Arrcus router.
.TP
-.ID 15n
+.\".ID 15n
.B arista
An Arista Networks device.
.TP
-.ID 15n
+.\".ID 15n
.B baynet
A Bay Networks router.
.TP
-.ID 15n
+.\".ID 15n
.B bigip
A F5 device running BIG-IP >= v11.
.TP
-.ID 15n
+.\".ID 15n
.B cat5
A Cisco catalyst series 5000 and 4000 switches (i.e.: running the catalyst OS,
not IOS).
.TP
-.ID 15n
+.\".ID 15n
.B ciena-ws
A Ciena Waveserver.
.TP
-.ID 15n
+.\".ID 15n
.B cisco
A Cisco router, PIX, or switch such as the 3500XL or 6000 running IOS (or
IOS-like) OS, but not IOS-XR, NX-OS or Cisco small business devices.
.TP
-.ID 15n
+.\".ID 15n
.B cisco-sb
A Cisco small business devices.
.TP
-.ID 15n
+.\".ID 15n
.B cisco-nx
A Cisco Nexus switch/router.
.TP
-.ID 15n
+.\".ID 15n
.B cisco-xr
A Cisco device running IOS-XR.
.TP
-.ID 15n
+.\".ID 15n
.B cisco-wlc4
A Cisco Wireless Controller versions up to 4.
.TP
-.ID 15n
+.\".ID 15n
.B cisco-wlc5
A Cisco Wireless Controller versions 5 and above.
.TP
-.ID 15n
+.\".ID 15n
.B css
A Cisco content services switch.
.TP
-.ID 15n
+.\".ID 15n
.B enterasys
An enterasys NAS. This is currently an alias for the
.B riverstone
device type.
.TP
-.ID 15n
+.\".ID 15n
.B erx
A Juniper E-series edge router.
.TP
-.ID 15n
+.\".ID 15n
.B fss2
A Fujitsu FSS2/1finity device.
.TP
-.ID 15n
+.\".ID 15n
.B dell
A Dell switch.
Known working models are DES-3010F, DES-3052P, DES-3526, and DES-3550.
@@ -134,41 +134,41 @@ Note that Dell OEMs some equipment and h
Dell product may not work with the dell rancid module but may work with
smc or force10.
.TP
-.ID 15n
+.\".ID 15n
.B extreme
An Extreme switch.
.TP
-.ID 15n
+.\".ID 15n
.B ezt3
An ADC-Kentrox EZ-T3 mux.
.TP
-.ID 15n
+.\".ID 15n
.B f5
A F5 BigIP switch.
.TP
-.ID 15n
+.\".ID 15n
.B force10
A Force10 router.
.TP
-.ID 15n
+.\".ID 15n
.B fortigate
A Fortinet firewall.
.TP
-.ID 15n
+.\".ID 15n
.B fortigate-full
A Fortinet firewall with all defaults shown.
.TP
-.ID 15n
+.\".ID 15n
.B foundry
A Foundry router, switch, or router-switch. This includes HP
Procurve switches that are OEMs of Foundry products, such as the
HP9304M.
.TP
-.ID 15n
+.\".ID 15n
.B hitachi
A Hitachi router.
.TP
-.ID 15n
+.\".ID 15n
.B hp
A HP Procurve switch such as the 2524, 4108 or J9086A (aka. 2610) procurve
switches, J9091A, and J8698A.
@@ -176,7 +176,7 @@ Also see the
.B foundry
type.
.TP
-.ID 15n
+.\".ID 15n
.B juniper
A Juniper router.
.TP
@@ -187,44 +187,44 @@ A host running the (Merit) MRTd daemon.
A MRV optical device; including NC316, OptiSwitch 904, OptiSwitch 906G,
OptiSwitch 912C, OptiSwitch 940.
.TP
-.ID 15n
+.\".ID 15n
.B netscaler
A Netscaler load balancer.
.TP
-.ID 15n
+.\".ID 15n
.B netscreen
A Netscreen firewall.
.TP
-.ID 15n
+.\".ID 15n
.B paloalto
A Palo Alto Networks device.
.TP
-.ID 15n
+.\".ID 15n
.B redback
A Redback router, NAS, etc.
.TP
-.ID 15n
+.\".ID 15n
.B riverstone
A Riverstone NAS or Cabletron (starting with version ~9.0.3) router.
.TP
-.ID 15n
+.\".ID 15n
.B routeros
A Mikrotik RouterOS router.
.TP
-.ID 15n
+.\".ID 15n
.B smc
A SMC switch, which also account for some Dell OEMs.
Including Dell PowerConnect 35xx (3524, 3524P, 3548, 3548P) and 7048.
.TP
-.ID 15n
+.\".ID 15n
.B sros
A Nokia (Alcatel-Lucent) router, such as the 7750 SR.
.TP
-.ID 15n
+.\".ID 15n
.B xirrus
A Xirrus array.
.TP
-.ID 15n
+.\".ID 15n
.B zebra
Zebra routing software.
.RE
@@ -274,7 +274,7 @@ Configuration file described here, where
defined in the variable
.I LIST_OF_GROUPS
within \fI$BASEDIR/etc/rancid.conf\fR.
-.El
+.\".El
.SH "SEE ALSO"
.BR control_rancid (1),
.BR rancid (1),
--- a/man/rancid.types.conf.5.in
+++ b/man/rancid.types.conf.5.in
@@ -106,14 +106,14 @@ In general, the default 90 seconds, but
.\"
.PP
.SH FILES
-.Bl -tag -width @sysconfdir@/rancid.types.conf -compact
+.\"Bl -tag -width @sysconfdir@/rancid.types.conf -compact
.TP
.B @sysconfdir@/rancid.types.conf
Configuration file described here.
.TP
.B @sysconfdir@/rancid.types.base
Configuration file described here.
-.El
+.\"El
.\"
.SH "SEE ALSO"
.BR control_rancid (1),
--- a/man/cloginrc.5.in
+++ b/man/cloginrc.5.in
@@ -322,7 +322,7 @@ file that is shared among a group of fol
If <file> is not a full pathname, $HOME/ will be prepended.
.sp
Example: include {.cloginrc.group}
-.El
+.\".El
.SH FILES
.br
.nf
|