![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
|
|
Thread Tools | Display Modes |
|
|||
|
Code:
$ man python
man: no entry for python in the manual.
$ man -k python
python (1) - an interpreted, interactive, object-oriented programming language
$ man python (1)
ksh: syntax error: `(' unexpected
$ man python \(1\)
man: no entry for python in the manual.
man: no entry for (1) in the manual.
$ man "python \(1\)"
man: no entry for python \(1\) in the manual.
$ man "python (1)"
man: no entry for python (1) in the manual.
$ locate python | grep 1
...
/usr/local/man/man1/python2.5.1
...
$ man python2.5.1
man: no entry for python2.5.1 in the manual.
$ man -M /usr/local/man/man1/ python2.5.1
man: no entry for python2.5.1 in the manual.
Last edited by IIMarckus; 18th October 2008 at 04:49 AM. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LCD Backlight Trouble | zer0x | OpenBSD General | 3 | 24th July 2009 08:22 AM |
| Reading paging files. | Mr-Biscuit | Off-Topic | 5 | 8th June 2009 07:22 PM |
| Intesting reading on recent X11 changes | vermaden | General software and network | 4 | 14th May 2009 03:39 AM |
| Manpage colorization on the terminal | JMJ_coder | NetBSD General | 2 | 17th February 2009 08:17 PM |
| dd+user=trouble | graudeejs | FreeBSD Security | 4 | 26th September 2008 03:48 PM |