# legend-supp modifier

The legend-supp modifier suppresses
the output of the legend on list and sort operations directed to the
spooler.

**Synonyms:** leg-supp, (k

## Syntax

```
legend-supp
```

## Example(s)

These examples produce the same
output.

```
list-item dm,bp, ’term-type’ (k
```

```
list-item dm,bp, leg-supp ’term-type’
```

```
list-item dm,bp, ’term-type’ legend-supp
```

## See also

- [legend command](https://d3codex.com/tcl/legend-command/)
- [list-item command (Access Query Language)](https://d3codex.com/access/list-item-command-access-query-language/)
- [listfiles command](https://d3codex.com/tcl/listfiles-command/)
- [lptr modifier](https://d3codex.com/access/lptr-modifier/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)

---
Source: https://d3codex.com/access/legend-supp-modifier/ - part of the D3Codex reference.
