diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-07-10 05:19:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-07-10 05:19:03 +0000 |
commit | f37de14046991e824607142e7864f51a3dc09ce0 (patch) | |
tree | c208982601e604dc718dc6dea28e4716083f26bb /usr.bin/mg/mg.1 | |
parent | c8f6db34a8aa4ef711ac4a16e958feba7df8c885 (diff) |
an universal -> a universal
Diffstat (limited to 'usr.bin/mg/mg.1')
-rw-r--r-- | usr.bin/mg/mg.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 7afbd733b7a..ab42a8f2ee3 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.138 2024/07/09 14:51:37 op Exp $ +.\" $OpenBSD: mg.1,v 1.139 2024/07/10 05:19:02 jmc Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: July 9 2024 $ +.Dd $Mdocdate: July 10 2024 $ .Dt MG 1 .Os .Sh NAME @@ -938,11 +938,11 @@ Set the tab width for the current buffer, or the default for new buffers if called with a prefix argument or from the startup file. .It Ic shell-command Execute external command from mini-buffer. -With an universal argument it inserts the command output into the current +With a universal argument it inserts the command output into the current buffer. .It Ic shell-command-on-region Provide the text in region to the shell command as input. -With an universal argument it replaces the region with the command +With a universal argument it replaces the region with the command output. .It Ic shrink-window Shrink current window by one line. |