# .indent rmargin command

The .indent rmargin command adjusts
the right margin a specified number of spaces. If the command is in
the middle of an attribute, the preceding text is output and the next
word begins a new paragraph with a right margin of the specified number
of spaces.

**Synonyms:** .irm

Note: The .indent rmargin command has
no affect on the left margin.

## Syntax

```
.indent rmargin {-}number.spaces
```

## Parameter(s)

| number.spaces | Specifies the number of spaces incremented from the right margin. If positive, the right margin moves to the left. If negative, the right margin moves farther to the right. |
| --- | --- |

## See also

- [.indent command (Output processor)](https://d3codex.com/output-processor/dot-indent-command-output-processor/)
- [.indent margin command (Output processor)](https://d3codex.com/output-processor/dot-indent-margin-command-output-processor/)
- [.right margin command](https://d3codex.com/output-processor/dot-right-margin-command/)
- [Output processor commands](https://d3codex.com/output-processor/output-processor-commands/)
- [Output processor overview](https://d3codex.com/output-processor/output-processor-overview/)

---
Source: https://d3codex.com/output-processor/dot-indent-rmargin-command/ - part of the D3Codex reference.
