summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2010-03-09 22:23:21 +0000
committerschwarze <schwarze@openbsd.org>2010-03-09 22:23:21 +0000
commit86ce1987eab4aa9b06d60f4c8c24eecb406a6c5d (patch)
treef93adace9ed2c6eb641aa575d45bb53e0c104ed3
parentuse conv=osync when preparing an install tape; ok deraadt@ krw@ (diff)
downloadwireguard-openbsd-86ce1987eab4aa9b06d60f4c8c24eecb406a6c5d.tar.xz
wireguard-openbsd-86ce1987eab4aa9b06d60f4c8c24eecb406a6c5d.zip
fix an obvious syntax error: add missing closing quote
no output change found by mandoc -Tlint
-rw-r--r--share/man/man4/isp.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4
index 7e38572c4b6..303d5a0b2da 100644
--- a/share/man/man4/isp.4
+++ b/share/man/man4/isp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isp.4,v 1.25 2010/03/09 19:59:55 kettenis Exp $
+.\" $OpenBSD: isp.4,v 1.26 2010/03/09 22:23:21 schwarze Exp $
.\"
.\" Copyright (c) 1998, 1999
.\" Matthew Jacob, for NASA/Ames Research Center
@@ -38,7 +38,7 @@
.Cd "#option ISP_FIRMWARE_1000"
.Cd "isp* at sbus? " Pq SBus
.Cd "scsibus* at isp? "
-.Cd "#option ISP_FIRMWARE_1040
+.Cd "#option ISP_FIRMWARE_1040"
.Cd "#option ISP_FIRMWARE_1080"
.Cd "#option ISP_FIRMWARE_12160"
.Cd "#option ISP_FIRMWARE_2100"