diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-19 16:52:56 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-19 16:52:56 +0000 |
commit | 5ddc9bd0d1112ccc5b376dcad408e01de66a48b8 (patch) | |
tree | 8f8e6af777f57d53ebdc8f525f4e601fbe33ea58 | |
parent | 1c1905b27492101f1763aa513a7216346b05599c (diff) |
Missing closing quote.
-rw-r--r-- | share/man/man4/iic.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 55f1ea9edeb..2bad4eb3b8c 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.40 2006/01/14 11:54:01 grange Exp $ +.\" $OpenBSD: iic.4,v 1.41 2006/01/19 16:52:55 grange Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -32,7 +32,7 @@ .Cd "iic* at nviic? # amd64 i386" .Cd "iic* at piixpm? # i386" .Cd "iic* at viapm? # amd64 i386" -.Cd "iic* at gpioiic? # i386 +.Cd "iic* at gpioiic? # i386" .Sh DESCRIPTION .Tn I2C is a two-wire bus developed by Philips used for connecting |