diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-06-02 09:56:53 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-06-02 09:56:53 +0000 |
commit | 135bce2a9e632a7cedae2a42f5b2eef2b77d5e56 (patch) | |
tree | e94369ba2b112f7b08376a6a50a7996917dc4e8e /sys/teken/libteken | |
parent | b2e52ced252b267be190071972035c7597f7610a (diff) |
mdoc: reorder sections consistently
Notes
Notes:
svn path=/head/; revision=222600
Diffstat (limited to 'sys/teken/libteken')
-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 bcc0db0ac8da..2a9b2917f8f5 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. |