diff options
-rw-r--r-- | share/man/man3/bitstring.3 | 6 |
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 |