diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-18 13:00:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-18 13:00:20 +0000 |
commit | 8d1d22b05ad6b3ff6d9ddafeafa26e334d275bcf (patch) | |
tree | f25a1d35ea9888cf8aafb19bca9e8718dc946c55 | |
parent | da0c7869d9f37619d1e5bc1736c95e09b9445529 (diff) |
The .It macro is parsed, and .Do is callable, so we must escape.
Found by and unbreaking the build with mandoc(1).
OK jmc@
-rw-r--r-- | libexec/getty/gettytab.5 | 8 | ||||
-rw-r--r-- | share/man/man4/ulpt.4 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index e07ad7c8aa2..e3d0f61e20c 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gettytab.5,v 1.18 2008/10/16 16:22:10 jmc Exp $ +.\" $OpenBSD: gettytab.5,v 1.19 2010/02/18 13:00:18 schwarze Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: October 16 2008 $ +.Dd $Mdocdate: February 18 2010 $ .Dt GETTYTAB 5 .Os .Sh NAME @@ -131,7 +131,7 @@ hangup line on last close. .No "``Literal next'' character." .It "lo str" Ta Pa /usr/bin/login Ta .No "Program to execute when name obtained." -.It "mb bool false Do flow control based on carrier." +.It "mb bool false \&Do flow control based on carrier." .It "nl bool false Terminal has (or might have) a newline character." .It "np bool false Terminal uses no parity (i.e., 8-bit characters)." .It "nx str default Next table (for auto speed selection)." @@ -163,7 +163,7 @@ use raw for input, use cbreak. .It "to num 0 Timeout (seconds)." .It "tt str" Ta Dv NULL Ta .No "Terminal type (for environment)." -.It "ub bool false Do unbuffered output (of prompts etc)." +.It "ub bool false \&Do unbuffered output (of prompts etc)." .It "we str" Ta So Li ^W Sc Ta .No "Word erase character." .It "xc bool false Do" diff --git a/share/man/man4/ulpt.4 b/share/man/man4/ulpt.4 index 24b066fd8bf..c781e8e11fc 100644 --- a/share/man/man4/ulpt.4 +++ b/share/man/man4/ulpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ulpt.4,v 1.8 2008/06/26 05:42:07 ray Exp $ +.\" $OpenBSD: ulpt.4,v 1.9 2010/02/18 13:00:19 schwarze Exp $ .\" $NetBSD: ulpt.4,v 1.4 1999/08/23 12:32:19 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: February 18 2010 $ .Dt ULPT 4 .Os .Sh NAME @@ -44,7 +44,7 @@ bi- or uni-directional protocol. The bits in the minor number select various features of the driver. .Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent .It Em "Minor Bit" Function -.It 64 Do not initialize the device on the port. +.It 64 \&Do not initialize the device on the port. .El .Sh FILES .Bl -tag -width Pa |