svn commit: r368770 - head/lib/libc/string
Jessica Clarke <[email protected]> Fri, 18 Dec 2020 22:10:17 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs |
|---|---|
| Message-ID | <202012182210.0BIMAHK0067379__32404.1116911516$1608329427$gmane$org@repo.freebsd.org> |
Author: jrtc27
Date: Fri Dec 18 22:10:17 2020
New Revision: 368770
URL: https://svnweb.freebsd.org/changeset/base/368770
Log:
strerror.3: Fix whitespace issue introduced in r368714
MFC with: 368714
Modified:
head/lib/libc/string/strerror.3
Modified: head/lib/libc/string/strerror.3
==============================================================================
--- head/lib/libc/string/strerror.3 Fri Dec 18 22:00:57 2020 (r368769)
+++ head/lib/libc/string/strerror.3 Fri Dec 18 22:10:17 2020 (r368770)
@@ -188,7 +188,7 @@ main(void)
perror("open()");
exit(1);
}
- printf("File descriptor: %d\en", fd);
+ printf("File descriptor: %d\en", fd);
return (0);
}
.Ed
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"