summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-03-07 22:10:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-03-07 22:10:29 +0000
commitaad7941739891a1138133eabf42971a42ae84a22 (patch)
tree92daaea409ea83224410c54fbbf76ffd4565fc46 /share
parent8cba38a757e483648f7cd669dc3f86ed6c81219d (diff)
not a good idea to begin a sentence `...' in an nroff page;
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/bitstring.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3
index 0461e95dff6..e50aa2c52fe 100644
--- a/share/man/man3/bitstring.3
+++ b/share/man/man3/bitstring.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bitstring.3,v 1.11 2003/06/02 23:30:12 millert Exp $
+.\" $OpenBSD: bitstring.3,v 1.12 2005/03/07 22:10:28 jmc Exp $
.\" $NetBSD: bitstring.3,v 1.4 1994/11/30 15:24:31 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -147,11 +147,11 @@ have side effects.
#include <limits.h>
#include <bitstring.h>
-...
+\&...
#define LPR_BUSY_BIT 0
#define LPR_FORMAT_BIT 1
#define LPR_DOWNLOAD_BIT 2
-...
+\&...
#define LPR_AVAILABLE_BIT 9
#define LPR_MAX_BITS 10