1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-26 09:38:42 +00:00

fixed some typos and minor issues, including Red Hat issue 1021967

This commit is contained in:
Gerhard Rieger 2014-03-02 14:53:41 +01:00
parent dfdeaa4836
commit a793c8047e
5 changed files with 15 additions and 8 deletions

2
README
View file

@ -190,7 +190,7 @@ platform specifics - hp-ux
--------------------------
Ancillary messages cannot be compiled in with socat: both struct msghdr and
strutc cmsghdr are required. Compiling with -D_XOPEN_SOURCE_EXTENDED provides
struct cmsghdr are required. Compiling with -D_XOPEN_SOURCE_EXTENDED provides
struct msghdr but disables struct cmsghdr while -D_OPEN_SOURCE disables struct
msghdr but disables struct cmsghdr. Please contact socat development if you
know a solution.