projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448dd2a
)
Removed unused #ifdef NRTC and reference to its contents in the
author
David Levine
<levinedl@acm.org>
Sun, 1 Jul 2012 15:09:06 +0000
(10:09 -0500)
committer
David Levine
<levinedl@acm.org>
Sun, 1 Jul 2012 15:09:06 +0000
(10:09 -0500)
rcvdist man page.
h/rcvmail.h
patch
|
blob
|
history
man/rcvdist.man
patch
|
blob
|
history
diff --git
a/h/rcvmail.h
b/h/rcvmail.h
index
61dd992
..
ca2b087
100644
(file)
--- a/
h/rcvmail.h
+++ b/
h/rcvmail.h
@@
-12,11
+12,3
@@
#define RCV_MOK 0
#define RCV_MBX 1
-
-
-#ifdef NRTC /* sigh */
-# undef RCV_MOK
-# undef RCV_MBX
-# define RCV_MOK RP_MOK
-# define RCV_MBX RP_MECH
-#endif /* NRTC */
diff --git
a/man/rcvdist.man
b/man/rcvdist.man
index
b82ae53
..
53d060e
100644
(file)
--- a/
man/rcvdist.man
+++ b/
man/rcvdist.man
@@
-77,6
+77,3
@@
profile component.
.SH "SEE ALSO"
rcvpack(1), rcvstore(1), rcvtty(1), mh\-format(5), slocal(1)
-
-.SH BUGS
-Only two return codes are meaningful, others should be.