diff options
Diffstat (limited to 'man2/memfd_create.2')
| -rw-r--r-- | man2/memfd_create.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/memfd_create.2 b/man2/memfd_create.2 index 8d66b79148..230aab71a1 100644 --- a/man2/memfd_create.2 +++ b/man2/memfd_create.2 @@ -358,7 +358,7 @@ Existing seals: WRITE SHRINK .in .SS Program source: t_memfd_create.c \& -.nf +.EX #include <sys/memfd.h> #include <fcntl.h> #include <stdlib.h> @@ -437,10 +437,10 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } -.fi +.EE .SS Program source: t_get_seals.c \& -.nf +.EX #include <sys/memfd.h> #include <fcntl.h> #include <unistd.h> @@ -486,7 +486,7 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } -.fi +.EE .SH SEE ALSO .BR fcntl (2), .BR ftruncate (2), |
