diff options
| -rw-r--r-- | man2/msgop.2 | 1 | ||||
| -rw-r--r-- | man2/shmop.2 | 1 | ||||
| -rw-r--r-- | man3/shm_open.3 | 1 | ||||
| -rw-r--r-- | man7/fifo.7 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/man2/msgop.2 b/man2/msgop.2 index c5bbabd4b8..33ac240a00 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -33,6 +33,7 @@ .\" Modified, 11 Nov 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Language and formatting clean-ups .\" Added notes on /proc files +.\" FIXME . Add example programs to this page. .\" .TH MSGOP 2 2008-04-23 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/shmop.2 b/man2/shmop.2 index fe618b4f0e..05924d0ed5 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -34,6 +34,7 @@ .\" Changed wording and placement of sentence regarding attachment .\" of segments marked for destruction .\" +.\" FIXME . Add an example program to thsi page. .TH SHMOP 2 2004-11-10 "Linux" "Linux Programmer's Manual" .SH NAME shmop, shmat, shmdt \- shared memory operations diff --git a/man3/shm_open.3 b/man3/shm_open.3 index a817a3f31c..561ddd0538 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -22,6 +22,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" +.\" FIXME . Add an example to this page .TH SHM_OPEN 3 2004-12-17 "Linux" "Linux Programmer's Manual" .SH NAME shm_open, shm_unlink \- Create/open or unlink POSIX shared memory objects diff --git a/man7/fifo.7 b/man7/fifo.7 index 741d796e67..e40d88081b 100644 --- a/man7/fifo.7 +++ b/man7/fifo.7 @@ -6,6 +6,7 @@ .\" .\" 990620 - page created - aeb@cwi.nl .\" +.\" FIXME . Add example programs to this page? .TH FIFO 7 1999-06-20 "Linux" "Linux Programmer's Manual" .SH NAME fifo \- first-in first-out special file, named pipe |
