Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2008-08-27 06:07:22 +00:00
parent 685e36fc78
commit 8fe60aeffb
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ gethostbyname.3
mtk
Clarify exactly which functions are obsoleted by getnameinfo()
and getaddrinfo().
getnetent.3
mtk
Rephrase description in terms of a database, rather than a file.

View File

@ -43,7 +43,7 @@ crypt, crypt_r \- password and data encryption
.sp
.BI "char *crypt(const char *" key ", const char *" salt );
.sp
.BI "char *crypt_r(const char *" key ", const char *" salt ,
.BI "char *crypt_r(const char *" key ", const char *" salt ,
.BI " struct crypt_data *" data );
.fi
.sp