1vsig(1F)                         FMLI Commands                        vsig(1F)
2
3
4

NAME

6       vsig - synchronize a co-process with the controlling FMLI application
7

SYNOPSIS

9       vsig
10
11

DESCRIPTION

13       The  vsig  executable  sends  a  SIGUSR2 signal to the controlling FMLI
14       process. This signal/alarm causes FMLI to  execute  the  FMLI  built-in
15       command  checkworld  which  causes  all  posted  objects  with a reread
16       descriptor evaluating to  TRUE to be reread. vsig takes no arguments.
17

EXAMPLES

19       Example 1 A sample output of vsig command.
20
21
22       The following is a segment of a shell program:
23
24
25         echo "Sending this string to an FMLI process"
26         vsig
27
28
29
30
31       The vsig executable will flush the output buffer before  it  sends  the
32       SIGUSR2  signal to make sure the string is actually in the pipe created
33       by the cocreate function.
34
35

ATTRIBUTES

37       See attributes(5) for descriptions of the following attributes:
38
39
40
41
42       ┌─────────────────────────────┬─────────────────────────────┐
43       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
44       ├─────────────────────────────┼─────────────────────────────┤
45       │Availability                 │SUNWesu                      │
46       └─────────────────────────────┴─────────────────────────────┘
47

SEE ALSO

49       coproc(1F), kill(1), kill(2), signal(3C), attributes(5)
50

NOTES

52       Because vsig synchronize with FMLI, it should be used rather than  kill
53       to send a SIGUSR2 signal to FMLI.
54
55
56
57SunOS 5.11                        5 Jul 1990                          vsig(1F)
Impressum