summaryrefslogtreecommitdiff
path: root/mcon/U/modetype.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/modetype.U')
-rw-r--r--mcon/U/modetype.U8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcon/U/modetype.U b/mcon/U/modetype.U
index 438652b..f048978 100644
--- a/mcon/U/modetype.U
+++ b/mcon/U/modetype.U
@@ -1,7 +1,7 @@
?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
@@ -17,12 +17,12 @@
?MAKE:modetype: Myread Typedef
?MAKE: -pick add $@ %<
?S:modetype:
-?S: This variable defines modetype to be something like mode_t,
-?S: int, unsigned short, or whatever type is used to declare file
+?S: This variable defines modetype to be something like mode_t,
+?S: int, unsigned short, or whatever type is used to declare file
?S: modes for system calls.
?S:.
?C:Mode_t:
-?C: This symbol holds the type used to declare file modes
+?C: This symbol holds the type used to declare file modes
?C: for systems calls. It is usually mode_t, but may be
?C: int or unsigned short. It may be necessary to include <sys/types.h>
?C: to get any typedef'ed information.