DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 18th October 2008
IIMarckus IIMarckus is offline
Port Guard
 
Join Date: Aug 2008
Posts: 13
Default Python/Apache

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.
Am I missing something obvious here?

Last edited by IIMarckus; 18th October 2008 at 04:49 AM.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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 09:17 PM
dd+user=trouble graudeejs FreeBSD Security 4 26th September 2008 03:48 PM


All times are GMT. The time now is 04:03 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick