diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-09 09:54:33 +0000 |
commit | 70d51341bf6ad3be0ea5b02ef489691d80719249 (patch) | |
tree | ab3b6200f079a95b6a4418f399032563aa053a74 /release/picobsd/tinyware/msh | |
parent | 7bc6d0158f0e9863a2a13a951321185d214cd3be (diff) | |
download | src-70d51341bf6ad3be0ea5b02ef489691d80719249.tar.gz src-70d51341bf6ad3be0ea5b02ef489691d80719249.zip |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
Notes
Notes:
svn path=/head/; revision=79454
Diffstat (limited to 'release/picobsd/tinyware/msh')
-rw-r--r-- | release/picobsd/tinyware/msh/msh.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/msh/msh.1 b/release/picobsd/tinyware/msh/msh.1 index f19bce02cb7a..bbfa2556f2a1 100644 --- a/release/picobsd/tinyware/msh/msh.1 +++ b/release/picobsd/tinyware/msh/msh.1 @@ -29,7 +29,6 @@ sh, ., break, case, cd, continue, eval, exec, exit, export, for, if, read, reado .SH EXAMPLES .EX "sh script" "Run a shell script" .SH DESCRIPTION -.PP .I Sh is the shell, which forms the user's main interface with the system. On startup, the shell reads /etc/profile and $HOME/.profile, if they exist, |