From 1e8bb65c5b89aad3c2281f0db8479ba77486d9d5 Mon Sep 17 00:00:00 2001 From: nealcrook Date: Tue, 22 Nov 2016 09:32:40 +0000 Subject: [PATCH] remove unsupported nroff at the start, document #-delimited comments. --- Applications/V7/cmd/sh/sh.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Applications/V7/cmd/sh/sh.1 b/Applications/V7/cmd/sh/sh.1 index 50f86485..ac9c4ba4 100644 --- a/Applications/V7/cmd/sh/sh.1 +++ b/Applications/V7/cmd/sh/sh.1 @@ -1,9 +1,3 @@ -.ds OK [\| -.ds CK \|] -.ds LT \s-2<\s0 -.ds GT \s-2>\s0 -.ds LE \s-2<\s0 -.ds ST * .TH SH 1 .SH NAME sh, @@ -129,6 +123,12 @@ instead of semicolons, to delimit commands. .LP A +.B # +at the beginning of a word +starts a comment and +causes the rest of the line to be ignored. +.LP +A .I command is either a simple-command or one of the following. -- 2.34.1