diff options
author | uqs <uqs@FreeBSD.org> | 2011-06-02 09:56:53 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-06-02 09:56:53 +0000 |
commit | 75c697f88d61363d7adef67f64cb2a0073c9beec (patch) | |
tree | e94369ba2b112f7b08376a6a50a7996917dc4e8e /sys/teken | |
parent | 1c9f17fc8bc959ef6ecec0ba9d0b579e0dc4adb3 (diff) | |
download | FreeBSD-src-75c697f88d61363d7adef67f64cb2a0073c9beec.zip FreeBSD-src-75c697f88d61363d7adef67f64cb2a0073c9beec.tar.gz |
mdoc: reorder sections consistently
Diffstat (limited to 'sys/teken')
-rw-r--r-- | sys/teken/libteken/teken.3 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sys/teken/libteken/teken.3 b/sys/teken/libteken/teken.3 index bcc0db0..2a9b291 100644 --- a/sys/teken/libteken/teken.3 +++ b/sys/teken/libteken/teken.3 @@ -185,22 +185,6 @@ function switches terminal emulation to which is used by versions of .Fx prior to 9.0. -.Sh SECURITY CONSIDERATIONS -The -.Fn tf_respond -callback is used to respond to device status requests commands generated -by an application. -In the past, there have been various security issues, where a malicious -application sends a device status request before termination, causing -the generated response to be interpreted by applications such as -.Xr sh 1 . -.Pp -.Nm -only implements a small subset of responses which are unlikely to cause -any harm. -Still, it is advised to leave -.Fn tf_respond -unimplemented. .Sh SEE ALSO .Xr ncurses 3 , .Xr termcap 3 , @@ -218,3 +202,19 @@ the library appeared in userspace. .Sh AUTHORS .An Ed Schouten Aq ed@FreeBSD.org +.Sh SECURITY CONSIDERATIONS +The +.Fn tf_respond +callback is used to respond to device status requests commands generated +by an application. +In the past, there have been various security issues, where a malicious +application sends a device status request before termination, causing +the generated response to be interpreted by applications such as +.Xr sh 1 . +.Pp +.Nm +only implements a small subset of responses which are unlikely to cause +any harm. +Still, it is advised to leave +.Fn tf_respond +unimplemented. |