_syscall.2: Remove redundant comment from EXAMPLE

A discussion of the nroff source of the manual
page isn't very useful...

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-18 21:58:44 +02:00
parent b8302363ed
commit 0a92ddef8b
1 changed files with 0 additions and 3 deletions

View File

@ -149,9 +149,6 @@ passed by-value or by-pointer (for aggregates like structs).
_syscall1(int, sysinfo, struct sysinfo *, info);
/* Note: if you copy directly from the nroff source, remember to
REMOVE the extra backslashes in the printf statement. */
int
main(void)
{