diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-03-29 09:00:31 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2012-03-29 09:00:31 -0700 |
commit | a67486fff0b75a08072fe66b2c6c314cb4b3a16a (patch) | |
tree | 843f0652956b5c08a77f3d68a8700f8f61c583e5 /host/docs/general.rst | |
parent | 097f20df1653c33035b6dcfefbbef22572426c65 (diff) | |
download | uhd-a67486fff0b75a08072fe66b2c6c314cb4b3a16a.tar.gz uhd-a67486fff0b75a08072fe66b2c6c314cb4b3a16a.tar.bz2 uhd-a67486fff0b75a08072fe66b2c6c314cb4b3a16a.zip |
docs: Adding links to specific installation instructions for Windows and Linux, as well as general formatting consistency/clean-up
Diffstat (limited to 'host/docs/general.rst')
-rw-r--r-- | host/docs/general.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/general.rst b/host/docs/general.rst index 5df89fc19..02ab26f46 100644 --- a/host/docs/general.rst +++ b/host/docs/general.rst @@ -190,7 +190,7 @@ Add the following line to */etc/security/limits.conf*: @<my_group> - rtprio 99 Replace <my_group> with a group to which your user belongs. -Settings will not take effect until the user has logged in and out. +Settings will not take effect until the user is in a different login session. ------------------------------------------------------------------------ Misc notes @@ -203,7 +203,7 @@ For a module to be loaded at runtime, it must be: * found in the UHD_MODULE_PATH environment variable, * installed into the <install-path>/share/uhd/modules directory, -* or installed into /usr/share/uhd/modules directory (unix only). +* or installed into /usr/share/uhd/modules directory (UNIX only). ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Disabling or redirecting prints to stdout |