diff --git a/en/handbook/README b/en/handbook/README index e61b508d24..4779094055 100644 --- a/en/handbook/README +++ b/en/handbook/README @@ -284,3 +284,8 @@ for example, 21. Replace the last few occurences of curly quoted items (`` and '') with the right markup. + 22. Almost the last lot. I missed a diff I'd done at home. There's a + section in the handbook that talks about kernel options, where the + quoted options are quoted with `` and ''. Fix them so that standard + double quotes are used (so they can cut-n-pasted). + diff --git a/en/handbook/handbook.sgml b/en/handbook/handbook.sgml index a535fe9063..5bc592479a 100644 --- a/en/handbook/handbook.sgml +++ b/en/handbook/handbook.sgml @@ -3328,7 +3328,7 @@ - machine ``i386'' + machine "i386" The first keyword is machine, which, since FreeBSD only @@ -3343,7 +3343,7 @@ - cpu ``cpu_type'' + cpu "cpu_type" The next keyword is cpu, @@ -3502,7 +3502,7 @@ - options ``COMPAT_43'' + options "COMPAT_43" Compatibility with 4.3BSD. Leave this in; some @@ -3619,7 +3619,7 @@ - options ``CD9660'' + options "CD9660" ISO 9660 filesystem for CD-ROMs. Comment it out if @@ -3776,7 +3776,7 @@ - device npx0 at isa? port ``IO_NPX'' irq 13 + device npx0 at isa? port "IO_NPX" irq 13 vector npxintr @@ -3861,14 +3861,14 @@ controller bt0 at isa? port - ``IO_BT0'' bio irq ? vector btintr + "IO_BT0" bio irq ? vector btintr Most Buslogic controllers controller uha0 at isa? port - ``IO_UHA0'' bio irq ? drq 5 vector uhaintr + "IO_UHA0" bio irq ? drq 5 vector uhaintr UltraStor 14F and 34F @@ -3891,7 +3891,7 @@ controller aha0 at isa? port - ``IO_AHA0'' bio irq ? drq 5 vector ahaintr + "IO_AHA0" bio irq ? drq 5 vector ahaintr Adaptec 154x @@ -3945,7 +3945,7 @@ - options ``SCSI_DELAY=15'' + options "SCSI_DELAY=15" This causes the kernel to pause 15 seconds before @@ -4027,7 +4027,7 @@ - device vt0 at isa? port ``IO_KBD'' tty irq 1 + device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint @@ -4046,7 +4046,7 @@ - options ``PCVT_FREEBSD=210'' + options "PCVT_FREEBSD=210" Required with the vt0 console driver. @@ -4086,7 +4086,7 @@ - device psm0 at isa? port ``IO_KBD'' + device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr @@ -4111,7 +4111,7 @@ - device sio0 at isa? port ``IO_COM1'' tty irq + device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr sio0 through irq 5 and remove the conflicts keyword. Also, you must add the line: options - ``SBC_IRQ=5'' + "SBC_IRQ=5" @@ -4525,14 +4525,14 @@ device uart0 at isa? port 0x330 irq 5 vector - ``m6850intr'' + "m6850intr" Stand-alone 6850 UART for MIDI. - device pca0 at isa? port ``IO_TIMER1'' + device pca0 at isa? port "IO_TIMER1" tty @@ -4656,7 +4656,7 @@ - device joy0 at isa? port ``IO_GAME'' + device joy0 at isa? port "IO_GAME" PC joystick device. diff --git a/en_US.ISO8859-1/books/handbook/book.sgml b/en_US.ISO8859-1/books/handbook/book.sgml index a535fe9063..5bc592479a 100644 --- a/en_US.ISO8859-1/books/handbook/book.sgml +++ b/en_US.ISO8859-1/books/handbook/book.sgml @@ -3328,7 +3328,7 @@ - machine ``i386'' + machine "i386" The first keyword is machine, which, since FreeBSD only @@ -3343,7 +3343,7 @@ - cpu ``cpu_type'' + cpu "cpu_type" The next keyword is cpu, @@ -3502,7 +3502,7 @@ - options ``COMPAT_43'' + options "COMPAT_43" Compatibility with 4.3BSD. Leave this in; some @@ -3619,7 +3619,7 @@ - options ``CD9660'' + options "CD9660" ISO 9660 filesystem for CD-ROMs. Comment it out if @@ -3776,7 +3776,7 @@ - device npx0 at isa? port ``IO_NPX'' irq 13 + device npx0 at isa? port "IO_NPX" irq 13 vector npxintr @@ -3861,14 +3861,14 @@ controller bt0 at isa? port - ``IO_BT0'' bio irq ? vector btintr + "IO_BT0" bio irq ? vector btintr Most Buslogic controllers controller uha0 at isa? port - ``IO_UHA0'' bio irq ? drq 5 vector uhaintr + "IO_UHA0" bio irq ? drq 5 vector uhaintr UltraStor 14F and 34F @@ -3891,7 +3891,7 @@ controller aha0 at isa? port - ``IO_AHA0'' bio irq ? drq 5 vector ahaintr + "IO_AHA0" bio irq ? drq 5 vector ahaintr Adaptec 154x @@ -3945,7 +3945,7 @@ - options ``SCSI_DELAY=15'' + options "SCSI_DELAY=15" This causes the kernel to pause 15 seconds before @@ -4027,7 +4027,7 @@ - device vt0 at isa? port ``IO_KBD'' tty irq 1 + device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint @@ -4046,7 +4046,7 @@ - options ``PCVT_FREEBSD=210'' + options "PCVT_FREEBSD=210" Required with the vt0 console driver. @@ -4086,7 +4086,7 @@ - device psm0 at isa? port ``IO_KBD'' + device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr @@ -4111,7 +4111,7 @@ - device sio0 at isa? port ``IO_COM1'' tty irq + device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr sio0 through irq 5 and remove the conflicts keyword. Also, you must add the line: options - ``SBC_IRQ=5'' + "SBC_IRQ=5" @@ -4525,14 +4525,14 @@ device uart0 at isa? port 0x330 irq 5 vector - ``m6850intr'' + "m6850intr" Stand-alone 6850 UART for MIDI. - device pca0 at isa? port ``IO_TIMER1'' + device pca0 at isa? port "IO_TIMER1" tty @@ -4656,7 +4656,7 @@ - device joy0 at isa? port ``IO_GAME'' + device joy0 at isa? port "IO_GAME" PC joystick device. diff --git a/en_US.ISO_8859-1/books/handbook/book.sgml b/en_US.ISO_8859-1/books/handbook/book.sgml index a535fe9063..5bc592479a 100644 --- a/en_US.ISO_8859-1/books/handbook/book.sgml +++ b/en_US.ISO_8859-1/books/handbook/book.sgml @@ -3328,7 +3328,7 @@ - machine ``i386'' + machine "i386" The first keyword is machine, which, since FreeBSD only @@ -3343,7 +3343,7 @@ - cpu ``cpu_type'' + cpu "cpu_type" The next keyword is cpu, @@ -3502,7 +3502,7 @@ - options ``COMPAT_43'' + options "COMPAT_43" Compatibility with 4.3BSD. Leave this in; some @@ -3619,7 +3619,7 @@ - options ``CD9660'' + options "CD9660" ISO 9660 filesystem for CD-ROMs. Comment it out if @@ -3776,7 +3776,7 @@ - device npx0 at isa? port ``IO_NPX'' irq 13 + device npx0 at isa? port "IO_NPX" irq 13 vector npxintr @@ -3861,14 +3861,14 @@ controller bt0 at isa? port - ``IO_BT0'' bio irq ? vector btintr + "IO_BT0" bio irq ? vector btintr Most Buslogic controllers controller uha0 at isa? port - ``IO_UHA0'' bio irq ? drq 5 vector uhaintr + "IO_UHA0" bio irq ? drq 5 vector uhaintr UltraStor 14F and 34F @@ -3891,7 +3891,7 @@ controller aha0 at isa? port - ``IO_AHA0'' bio irq ? drq 5 vector ahaintr + "IO_AHA0" bio irq ? drq 5 vector ahaintr Adaptec 154x @@ -3945,7 +3945,7 @@ - options ``SCSI_DELAY=15'' + options "SCSI_DELAY=15" This causes the kernel to pause 15 seconds before @@ -4027,7 +4027,7 @@ - device vt0 at isa? port ``IO_KBD'' tty irq 1 + device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint @@ -4046,7 +4046,7 @@ - options ``PCVT_FREEBSD=210'' + options "PCVT_FREEBSD=210" Required with the vt0 console driver. @@ -4086,7 +4086,7 @@ - device psm0 at isa? port ``IO_KBD'' + device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr @@ -4111,7 +4111,7 @@ - device sio0 at isa? port ``IO_COM1'' tty irq + device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr sio0 through irq 5 and remove the conflicts keyword. Also, you must add the line: options - ``SBC_IRQ=5'' + "SBC_IRQ=5" @@ -4525,14 +4525,14 @@ device uart0 at isa? port 0x330 irq 5 vector - ``m6850intr'' + "m6850intr" Stand-alone 6850 UART for MIDI. - device pca0 at isa? port ``IO_TIMER1'' + device pca0 at isa? port "IO_TIMER1" tty @@ -4656,7 +4656,7 @@ - device joy0 at isa? port ``IO_GAME'' + device joy0 at isa? port "IO_GAME" PC joystick device.