diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/gnu/errlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index e6ca78d33a..a0ae14af82 100644 --- a/sysdeps/gnu/errlist.c +++ b/sysdeps/gnu/errlist.c @@ -330,7 +330,7 @@ TRANS particular protocol being used by the socket. @xref{Socket Options}. */ #ifdef EPROTONOSUPPORT /* TRANS The socket domain does not support the requested communications protocol -TRANS (perhaps because the requested protocol is completely invalid.) +TRANS (perhaps because the requested protocol is completely invalid). TRANS @xref{Creating a Socket}. */ [ERR_REMAP (EPROTONOSUPPORT)] = N_("Protocol not supported"), #endif |