-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation bug in perlipc #48
Comments
From lyonsm@bob.globalmediacorp.comPossible documentation bug in perlipc. In the section "Unix-Domain TCP Clients and Servers" the following example
I could be wrong, but IIRC /dev/log belongs to syslogd and is unrelated Perl Info
|
From @rspier[cleaning up old tickets] patch against perl-current Inline Patch--- perlipc.pod.orig Wed Jul 19 23:26:14 2000
+++ perlipc.pod Wed Jul 19 23:27:17 2000
@@ -839,3 +839,3 @@
unless ( -S '/dev/log' ) {
- die "something's wicked with the print system";
+ die "something's wicked with the log system";
} |
From @floatingatollR. diff -c /root/perl-current/pod/ /root/perl-patched/pod/perlipc.pod |
From @jhi
Thanks. |
From [Unknown Contact. See original ticket]patch submitted to p5p |
From The RT System itselfpatch submitted to p5p |
Remove U/perl/i_sysmman.U in preference for the upstream version
Migrated from rt.perl.org#850 (status was 'resolved')
Searchable as RT850$
The text was updated successfully, but these errors were encountered: