diff options
author | keramida <keramida@FreeBSD.org> | 2004-12-22 16:20:12 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2004-12-22 16:20:12 +0000 |
commit | 1a7818d0d25e385f92d42ea3dd1fc1956bca8761 (patch) | |
tree | a1c265f300ad6658b4b5747184eb775c027eff17 /lib/libc | |
parent | 592e2c49936f9e138e8dd1b20d1c2e241557656a (diff) | |
download | FreeBSD-src-1a7818d0d25e385f92d42ea3dd1fc1956bca8761.zip FreeBSD-src-1a7818d0d25e385f92d42ea3dd1fc1956bca8761.tar.gz |
Punctuation marks should be separate arguments in groff macros.
Noticed by: ru
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/_exit.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index e298444..1a43295 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -75,7 +75,7 @@ inherits each of these processes and the .Sx DEFINITIONS section of -.Xr intro 2 ). +.Xr intro 2 ) . .It If the termination of the process causes any process group to become orphaned (usually because the parents of all members |