baum

diff baum.1 @ 31:4e60d96265f0

removed -c option completely; updated man page; new error code 5
author meillo@marmaro.de
date Fri, 22 Feb 2008 14:57:04 +0100
parents 711aab4863cc
children 2e564bf8599c
line diff
     1.1 --- a/baum.1	Fri Feb 22 14:47:47 2008 +0100
     1.2 +++ b/baum.1	Fri Feb 22 14:57:04 2008 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -.TH baum 1 "2008-02-13" "baum 0.1"
     1.5 +.TH baum 1 "2008-02-22" "baum 0.2"
     1.6  .SH NAME
     1.7  baum \- an esoteric programming language
     1.8  
     1.9 @@ -6,7 +6,7 @@
    1.10  
    1.11  .SH SYNOPSIS
    1.12  .B baum
    1.13 -[\-v]\ [\-c]\ <file>
    1.14 +[\-v]\ <file>
    1.15  
    1.16  
    1.17  
    1.18 @@ -28,10 +28,6 @@
    1.19  Verbose output
    1.20  
    1.21  .TP
    1.22 -.BI \-c
    1.23 -Check source file for validity. Return 0 if source code is valid and something else otherwise.
    1.24 -
    1.25 -.TP
    1.26  .BI \-\-help
    1.27  Print usage information
    1.28  
    1.29 @@ -90,6 +86,10 @@
    1.30  invalid node
    1.31  
    1.32  .TP
    1.33 +.BI 5
    1.34 +indention over more than one level
    1.35 +
    1.36 +.TP
    1.37  .BI 127
    1.38  invalid command line options
    1.39