1NFCOMMENT(3)               Library Functions Manual               NFCOMMENT(3)
2
3
4

NAME

6       nfcomment - a user interface to the notesfile system
7

SYNOPSIS

9       nfcomment ( notesfile, text, title, dirflag, anonflag )
10       char *nfname, *text, *title;
11
12       cc ... -lnfcom
13

DESCRIPTION

15       Nfcomment  provides user programs with the ability to insert notes into
16       a notesfile.
17
18       The note is inserted into the notesfile specified by nfname.   Text  is
19       the  address of the body of the note; this must be null-terminated.  If
20       text is  NULL, the note is gathered from standard input until an EOF is
21       encountered.  The note is entered with the title specified by the title
22       parameter.  If the dirflag or anonflag  parameters  are  non-zero,  the
23       director  message is enabled or the note is entered anonymously.  These
24       take effect only if the user has the  appropriate  priviledges  in  the
25       notesfile.
26
27       Nfpipe is used to make the actual insertion of the text.
28

FILES

30       /usr/lib/libnfcom.a                -lnfcom library
31

SEE ALSO

33       nfpipe(1), notes(1), popen(3S), system(3),
34       The Notesfile Reference Manual
35

AUTHORS

37       Ray Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa)
38       Department of Computer Science
39       University of Illinois at Urbana-Champaign
40       Urbana, IL
41
42       Rob Kolstad (kolstad@convex.UUCP)
43       CONVEX Computer Corporation
44       Richardson, TX
45
46
47
48                            University of Illinois                NFCOMMENT(3)
Impressum