From 02e6bca3024c1e3d70453046068887b239dd9c1d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 1 Jul 2007 04:22:00 +0000 Subject: [PATCH] s/bitfield/bit field/ --- man2/stat.2 | 2 +- man3/xcrypt.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/stat.2 b/man2/stat.2 index f64c798df..bbdec70e0 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -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 diff --git a/man3/xcrypt.3 b/man3/xcrypt.3 index a2d69c5f0..cc292236f 100644 --- a/man3/xcrypt.3 +++ b/man3/xcrypt.3 @@ -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 :(