svn commit: r51495 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Sat Mar 17 20:10:39 UTC 2018
Author: eadler
Date: Sat Mar 17 20:10:38 2018
New Revision: 51495
URL: https://svnweb.freebsd.org/changeset/doc/51495
Log:
Fix quoting
Use single quotes to avoid errors in weird shell configurations
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Sat Mar 17 20:05:02 2018 (r51494)
+++ head/en_US.ISO8859-1/books/faq/book.xml Sat Mar 17 20:10:38 2018 (r51495)
@@ -6316,7 +6316,7 @@ ATDT1234567</programlisting>
or run this command after the system is up and
running:</para>
- <screen>&prompt.user; <userinput>grep -E "^(sio|uart)[0-9] < /var/run/dmesg.boot"</userinput>
+ <screen>&prompt.user; <userinput>grep -E '^(sio|uart)[0-9]' < /var/run/dmesg.boot</userinput>
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
More information about the svn-doc-head
mailing list