-
-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document that ttydev is formatted as a long long.
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
.\" | ||
.\" SPDX-License-Identifier: ISC | ||
.\" | ||
.\" Copyright (c) 2009-2023 Todd C. Miller <[email protected]> | ||
.\" Copyright (c) 2009-2024 Todd C. Miller <[email protected]> | ||
.\" | ||
.\" Permission to use, copy, modify, and distribute this software for any | ||
.\" purpose with or without fee is hereby granted, provided that the above | ||
|
@@ -16,7 +16,7 @@ | |
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
.\" | ||
.TH "SUDO_PLUGIN" "5" "November 25, 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual" | ||
.TH "SUDO_PLUGIN" "5" "August 14, 2024" "Sudo @PACKAGE_VERSION@" "File Formats Manual" | ||
.nh | ||
.if n .ad l | ||
.SH "NAME" | ||
|
@@ -680,8 +680,9 @@ associated with the session. | |
.TP 6n | ||
ttydev=dev_t | ||
The number of the user's terminal device, if one exists, | ||
in the form of a | ||
\fIdev_t\fR. | ||
formatted as a | ||
\fIlong long\fR | ||
value. | ||
This entry is only present if the user has a terminal device | ||
associated with the session. | ||
Only available starting with API version 1.22. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" | ||
.\" SPDX-License-Identifier: ISC | ||
.\" | ||
.\" Copyright (c) 2009-2023 Todd C. Miller <[email protected]> | ||
.\" Copyright (c) 2009-2024 Todd C. Miller <[email protected]> | ||
.\" | ||
.\" Permission to use, copy, modify, and distribute this software for any | ||
.\" purpose with or without fee is hereby granted, provided that the above | ||
|
@@ -15,7 +15,7 @@ | |
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
.\" | ||
.Dd November 25, 2023 | ||
.Dd August 14, 2024 | ||
.Dt SUDO_PLUGIN @mansectform@ | ||
.Os Sudo @PACKAGE_VERSION@ | ||
.Sh NAME | ||
|
@@ -605,8 +605,9 @@ This entry is only present if the user has a terminal device | |
associated with the session. | ||
.It ttydev=dev_t | ||
The number of the user's terminal device, if one exists, | ||
in the form of a | ||
.Vt dev_t . | ||
formatted as a | ||
.Vt long long | ||
value. | ||
This entry is only present if the user has a terminal device | ||
associated with the session. | ||
Only available starting with API version 1.22. | ||
|