Skip to content

Commit f3ebc5b

Browse files
committed
fixed typos, added link
1 parent 10f1198 commit f3ebc5b

File tree

1 file changed

+6
-5
lines changed
  • Yubico.YubiKey/docs/users-manual/yubikey-reference/transports

1 file changed

+6
-5
lines changed

Yubico.YubiKey/docs/users-manual/yubikey-reference/transports/overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,24 @@ enabled over USB. The CCID (smart card) interface is enabled when the PIV, OATH,
7474
applications are enabled over USB.
7575

7676
OTP interface output is sent as a series of keystrokes from a virtual HID keyboard. This allows
77-
for OTP to be used in any environment which can accept standard keyboard input.
77+
for OTP to be used in any environment which can accept standard keyboard input. For more information
78+
on the HID Keyboard transport, see the [OTP application documentation](xref:OtpHID).
7879

7980
The FIDO interface has a HID usage page set to `0xF1D0`.
8081

8182
### Linux support
8283

8384
#### HID keyboard
8485

85-
The SDK's HID operations on Linux make use of libudev", and "libc", and "hidraw. Make sure
86+
The SDK's HID operations on Linux make use of "libudev", "libc", and "hidraw". Make sure
8687
they are available on the device.
8788

8889
The shared libraries "libudev" and "libc" must in one of the paths the SDK will search
89-
(see the .NET documentation for the `DllImportSearchPath` enum, the SDK uses the value
90+
(see the .NET documentation for the `DllImportSearchPath` enum; the SDK uses the value
9091
`SafeDirectories`).
9192

9293
One directory the SDK searches is `/usr/lib`. If the SDK cannot find some needed library,
93-
it will likely be easiest to simply create a symbolic link. For example,
94+
it will likely be easiest to simply create a symbolic link. For example:
9495

9596
```
9697
$ cd /usr/lib
@@ -130,7 +131,7 @@ should be part of the Linux kernel and there should be nothing you need to do.
130131
In order to use the SDK to contact a YubiKey on a Linux device, you need to install the
131132
"pcsclite" library. This is an Open Source implementation of PC/SC (personal computers/
132133
smart card), a specification for integrating smart cards into computer environments. If it
133-
is not already installed on your Linux device, you will likely run a command such as
134+
is not already installed on your Linux device, you will likely run a command such as:
134135

135136
```
136137
$ apt-get install libpcsclite1

0 commit comments

Comments
 (0)