s/bitfield/bit field/

This commit is contained in:
Michael Kerrisk 2007-07-01 04:22:00 +00:00
parent 145039e99f
commit 02e6bca302
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ field:
.RS
.TS
lB l l.
S_IFMT 0170000 bitmask for the file type bitfields
S_IFMT 0170000 bitmask for the file type bit fields
S_IFSOCK 0140000 socket
S_IFLNK 0120000 symbolic link
S_IFREG 0100000 regular file

View File

@ -1,7 +1,7 @@
.\" Copyright 2003 walter harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" this is the 3rd type of interface for cryptographic routines
.\" 1. encrypt() expects a bitfield
.\" 1. encrypt() expects a bit field
.\" 2. cbc_crypt() byte values
.\" 3. xencrypt() a hexstring
.\" to bad to be true :(