diff options
author | 2005-03-07 22:10:28 +0000 | |
---|---|---|
committer | 2005-03-07 22:10:28 +0000 | |
commit | 42c7c482c796b338c47cb073265ecbfbed200875 (patch) | |
tree | bc1a5e08ae96d24a55d80a97c5d42b08c0ccc7e1 | |
parent | strip down path from generated manpages. (diff) | |
download | wireguard-openbsd-42c7c482c796b338c47cb073265ecbfbed200875.tar.xz wireguard-openbsd-42c7c482c796b338c47cb073265ecbfbed200875.zip |
not a good idea to begin a sentence `...' in an nroff page;
-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 |