diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2025-05-01 14:07:42 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-05-01 14:11:52 +0000 |
commit | 868a119cf4d2a0ebf566cf39961fef0051e56c90 (patch) | |
tree | e2b179ccf544f67f050bf4b001042f260d944a5d | |
parent | d609c5733b00151c1236618d8be472790f765947 (diff) |
sh.1: Remove a double word
Remove the double word "the the" from the sh(1) manual page.
MFC after: 3 days
-rw-r--r-- | bin/sh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 5458f5f6f37c..7ef22fa352bb 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 8, 2025 +.Dd May 1, 2025 .Dt SH 1 .Os .Sh NAME @@ -2389,7 +2389,7 @@ If the first character of .Va optstring is a colon then .Va OPTARG -is set to the the option character found, +is set to the option character found, .Ar var is set to .Ql \&: |