fix the links to the bitstring man page..
fix wording in man page, through != to
This commit is contained in:
parent
d16ad2d055
commit
0b60724004
@ -1,11 +1,11 @@
|
||||
# @(#)Makefile 8.2 (Berkeley) 12/13/93
|
||||
# $Id: Makefile,v 1.12 1997/02/22 13:24:13 peter Exp $
|
||||
# $Id: Makefile,v 1.13 1998/02/04 22:30:20 jlemon Exp $
|
||||
|
||||
MAN3= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \
|
||||
stdarg.3 sysexits.3
|
||||
MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
|
||||
bitstring.3 bit_decl.3 bitstring.3 bit_ffs.3 bitstring.3 bit_nclear.3 \
|
||||
bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
|
||||
bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \
|
||||
bitstring.3 bit_nclear.3 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
|
||||
bitstring.3 bitstr_size.3 bitstring.3 bit_test.3
|
||||
MLINKS+=end.3 edata.3 end.3 etext.3
|
||||
MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
|
||||
|
@ -32,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93
|
||||
.\" $Id: bitstring.3,v 1.3 1997/03/07 03:27:52 jmg Exp $
|
||||
.\" $Id: bitstring.3,v 1.4 1997/04/13 14:19:58 bde Exp $
|
||||
.\"
|
||||
.Dd July 19, 1993
|
||||
.Dt BITSTRING 3
|
||||
@ -114,7 +114,7 @@ and
|
||||
macros
|
||||
set or clear the zero-based numbered bits from
|
||||
.Fa start
|
||||
to
|
||||
through
|
||||
.Fa stop
|
||||
in the bit string
|
||||
.Ar name .
|
||||
|
Loading…
Reference in New Issue
Block a user