This file is indexed.

/usr/share/octave/packages/zeromq-1.2.1/doc-cache is in octave-zeromq 1.2.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
# doc-cache created by Octave 4.2.1
# name: cache
# type: cell
# rows: 3
# columns: 21
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
ZMQ_DEALER


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 90
 -- Command: ZMQ_DEALER

     Constant for dealer socket type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 32
Constant for dealer socket type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
ZMQ_DONTWAIT


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 89
 -- Command: ZMQ_DONTWAIT

     Constant for recv flag DONTWAIT

     See also: zmq_recv.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 31
Constant for recv flag DONTWAIT



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
ZMQ_EVENTS


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 105
 -- Command: ZMQ_EVENTS

     Constant for getsockopt EVENTS value option

     See also: zmq_getsockopt.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 43
Constant for getsockopt EVENTS value option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
ZMQ_IDENTITY


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 139
 -- Command: ZMQ_IDENITY

     Constant for getsockopt and setsockopt IDENTITY value option

     See also: zmq_getsockopt, zmq_setsockopt.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 60
Constant for getsockopt and setsockopt IDENTITY value option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
ZMQ_PAIR


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 86
 -- Command: ZMQ_PAIR

     Constant for pair socket type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 30
Constant for pair socket type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
ZMQ_POLLIN


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 119
 -- Command: ZMQ_POLLIN

     Constant bitmask value for getsockopt EVENTS value option

     See also: zmq_getsockopt.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 57
Constant bitmask value for getsockopt EVENTS value option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
ZMQ_POLLOUT


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 120
 -- Command: ZMQ_POLLOUT

     Constant bitmask value for getsockopt EVENTS value option

     See also: zmq_getsockopt.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 57
Constant bitmask value for getsockopt EVENTS value option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
ZMQ_PUB


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 83
 -- Command: ZMQ_PUB

     Constant for publisher type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 28
Constant for publisher type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
ZMQ_PULL


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 86
 -- Command: ZMQ_PULL

     Constant for pull socket type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 30
Constant for pull socket type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
ZMQ_PUSH


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 86
 -- Command: ZMQ_PUSH

     Constant for push socket type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 30
Constant for push socket type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
ZMQ_RCVMORE


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 107
 -- Command: ZMQ_RCVMORE

     Constant for getsockopt RCVMORE value option

     See also: zmq_getsockopt.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 44
Constant for getsockopt RCVMORE value option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
ZMQ_REP


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 86
 -- Command: ZMQ_REP

     Constant for reply socket type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 31
Constant for reply socket type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
ZMQ_REQ


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 88
 -- Command: ZMQ_REQ

     Constant for request socket type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 33
Constant for request socket type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
ZMQ_ROUTER


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 90
 -- Command: ZMQ_ROUTER

     Constant for router socket type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 32
Constant for router socket type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
ZMQ_SNDMORE


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 87
 -- Command: ZMQ_SNDMORE

     Constant for send flag SNDMORE

     See also: zmq_send.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 30
Constant for send flag SNDMORE



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
ZMQ_SUB


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 84
 -- Command: ZMQ_SUB

     Constant for subscriber type.

     See also: zmq_socket.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 29
Constant for subscriber type.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
ZMQ_SUBSCRIBE


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 122
 -- Command: ZMQ_SUBSCRIBE

     Constant for setsockopt subscribe option

     See also: zmq_setsockopt, ZMQ_UNSUBSCRIBE.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 40
Constant for setsockopt subscribe option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
ZMQ_TYPE


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 101
 -- Command: ZMQ_TYPE

     Constant for getsockopt TYPE value option

     See also: zmq_getsockopt.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 41
Constant for getsockopt TYPE value option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 15
ZMQ_UNSUBSCRIBE


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 124
 -- Command: ZMQ_UNSUBSCRIBE

     Constant for setsockopt unsubscribe option

     See also: zmq_setsockopt, ZMQ_SUBSCRIBE.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 42
Constant for setsockopt unsubscribe option



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
zeromq


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 2804
 -- Package: zeromq
     The zeromq package provides GNU Octave bindings to the ZeroMQ
     library to provide fast distributed messaging options using IPC,
     TCP, TIPC and multicasting.

     The usage is very close to the ZeroMQ library C language bindings
     for the socket creation and manipulation with the exception of
     creating a zeromq context, which is automatically done in the
     bindings internals.

     For example, a basic client that does a request / reply from a
     server on port local port 5555 (available as zmq_example1.m):


          % Create socket and connect to server
          requester = zmq_socket (ZMQ_REQ);
          zmq_connect (requester, "tcp://localhost:5555");

          % send some data
          zmq_send (requester, uint8("Hello"), 5, 0);
          % try to read up to 10 bytes of reply data.
          recieved = zmq_recv (requester, 10, 0);

          zmq_close (requester);

     Implemented functions are:

     zmq_bind
          Bind a zeromq socket to an endpoint.
     zmq_close
          Close a zeromq socket.
     zmq_connect
          Connect a zeromq socket to an endpoint
     zmq_disconnect
          Disonnect a zeromq socket from an endpoint
     zmq_errno
          Get system errno value.
     zmq_getsockopt
          Get current value of a zeromq socket option.
     zmq_poll
          Poll a socket or sockets for a timeout or incoming data
          available.
     zmq_recv
          Attempt to read data from a zeromq socket.
     zmq_send
          Attempt to send data from a zeromq socket.
     zmq_setsockopt
          Set a zeromq socket option.
     zmq_strerror
          Get the last zmq error string.
     zmq_unbind
          Unbind a previously bound zeromq socket.
     zmq_version
          Get the zeromq library version numbers.

     Example code files for zeromq usage:

     zmq_example1
          Simple client REQ socket example that attempts to connect to a
          server and send a hello command and get back the reponse.
     zmq_example2
          Simple server REP socket example that creates the server that
          the client from example 1 will connect to and reponds back to
          client 'requests'
     zmq_example3
          Simple server PUB socket example that creates 'weather' server
          sends weather updates for random zip codes.
     zmq_example4
          Simple client SUB socket example that creates client that
          connects to the 'weather' server and subscribes for weather
          updates from zipcode 10001.

     View example code using 'edit examples/example_name'

     ie:
          edit examples/zmq_example1

     See also: http://zeromq.org, examples/zmq_example1.m,
     examples/zmq_example2.m examples/zmq_example3.m,
     examples/zmq_example4.m.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
The zeromq package provides GNU Octave bindings to the ZeroMQ library to
provide



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
zmq_test


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 95
 -- Command: zmq_test

     Perform zeromq Octave tests to exercize the oct file functionality.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 67
Perform zeromq Octave tests to exercize the oct file functionality.