diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-11-08 17:05:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-11-08 17:05:29 +0000 |
commit | 916e8b3c6cf54040508ef6a735c1135ac5b717e7 (patch) | |
tree | d8c962d6fae3b6acf2c9596c8377f58a499789dd | |
parent | f04cc460a5af40aff9a503da1c292942c8075f83 (diff) | |
download | mandoc-916e8b3c6cf54040508ef6a735c1135ac5b717e7.tar.gz |
document improved tagging functionality
-rw-r--r-- | man.1 | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -326,7 +326,19 @@ is used, the interactive .Ic :t command can be used to go to the definitions of various terms, for example command line options, command modifiers, internal commands, -and environment variables. +environment variables, function names, preprocessor macros, +.Xr errno 2 +values, and some other emphasized words. +Some terms may have defining text at more than one place. +In that case, the +.Xr less 1 +interactive commands +.Ic t +and +.Ic T +can be used to move to the next and to the previous place providing +information about the term last searched for with +.Ic :t . .It Ev MANPATH The standard search path used by .Nm |