diff options
author | ru <ru@FreeBSD.org> | 2001-01-18 17:23:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-18 17:23:15 +0000 |
commit | 24425e5600fdcc903b000049e808716b292e7cef (patch) | |
tree | 63e0dbe0f14e977d859a7bd9744b31769afaea45 /share | |
parent | 9394aea4edeb8ade34d797dbfe46e55d1640e6b0 (diff) | |
download | FreeBSD-src-24425e5600fdcc903b000049e808716b292e7cef.zip FreeBSD-src-24425e5600fdcc903b000049e808716b292e7cef.tar.gz |
mdoc(7) police: add missing .Ed call.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ng_pppoe.4 | 2 | ||||
-rw-r--r-- | share/man/man9/posix4.9 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/ng_pppoe.4 b/share/man/man4/ng_pppoe.4 index 331b993..8af8017 100644 --- a/share/man/man4/ng_pppoe.4 +++ b/share/man/man4/ng_pppoe.4 @@ -156,7 +156,7 @@ The three commands above use a common data structure: struct ngpppoe_sts { char hook[NG_HOOKLEN + 1]; /* hook associated with event session */ }; - +.Ed .El .Sh SHUTDOWN This node shuts down upon receipt of a diff --git a/share/man/man9/posix4.9 b/share/man/man9/posix4.9 index 4c8ebe3..7d2378a 100644 --- a/share/man/man9/posix4.9 +++ b/share/man/man9/posix4.9 @@ -94,6 +94,7 @@ is defined in sys/unistd.h when the combination of _POSIX_VERSION, _POSIX_SOURCE, and _POSIX_C_SOURCE indicate that the extensions are in scope. .Bd -literal -offset 0i _P1003_1B_VISIBLE_HISTORICALLY +.Ed is present to conditionalize POSIX.1B extensions that were historically in the system. These are visible when _POSIX_SOURCE and _POSIX_C_SOURCE are not set at all or when _POSIX_C_SOURCE enables POSIX.1B features. |