summaryrefslogtreecommitdiff
path: root/mcon/U/i_dbm.U
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-05-22 17:07:59 +0200
committerRaphael Manfredi <Raphael_Manfredi@pobox.com>2016-05-22 17:07:59 +0200
commit77e4271ceb24212cfd025be9ce880bdeb5a14013 (patch)
treeeafae79b095ea157f73d4602aa11cf59c59e7258 /mcon/U/i_dbm.U
parent168d50c6581d1429e2b2654d62b2520377095735 (diff)
Remove trailing whitespace in meta-lines in units (#3)
Diffstat (limited to 'mcon/U/i_dbm.U')
-rw-r--r--mcon/U/i_dbm.U4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcon/U/i_dbm.U b/mcon/U/i_dbm.U
index 0697238..e59737e 100644
--- a/mcon/U/i_dbm.U
+++ b/mcon/U/i_dbm.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
@@ -44,7 +44,7 @@
?T:d_dbmclose
?LINT:set i_dbm i_rpcsvcdbm
: see if dbm.h is available
-?X: We might just have the header, not the library.
+?X: We might just have the header, not the library.
?X: We look for dbmclose() rather than dbminit() because
?X: some versions of SCO Unix have -ldbm, but are missing dbmclose(). -- ADO
?X: Some System V systems have <rpcsvc/dbm.h> instead of <dbm.h>.