Update man page

This commit is contained in:
Micke Nordin 2022-07-04 14:28:45 +02:00
parent 3740db51c7
commit 3fe9f1e9e3
Signed by untrusted user who does not match committer: micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
.\" Manpage begin. .\" Manpage begin.
.\" Contact mik@elnord.in to correct errors or typos. .\" Contact mik@elnord.in to correct errors or typos.
.TH man 1 "19 November 2014" "1.1" "begin man page" .TH man 1 "4 July 2022" "1.2" "begin man page"
.SH NAME .SH NAME
begin \- an output modifier begin \- an output modifier
.SH SYNOPSIS .SH SYNOPSIS
@ -24,4 +24,4 @@ grep(1)
.SH BUGS .SH BUGS
No known bugs. No known bugs.
.SH AUTHOR .SH AUTHOR
Mikael Nordin (mik@elnord.in) Mikael Nordin (hej@mic.ke)

View file

@ -1,5 +1,5 @@
project('begin', 'cpp', project('begin', 'cpp',
version : '0.1', version : '1.0.0',
default_options : ['warning_level=3', 'cpp_std=c++14']) default_options : ['warning_level=3', 'cpp_std=c++14'])
boost_dep = dependency('boost', modules : ['iostreams', 'regex']) boost_dep = dependency('boost', modules : ['iostreams', 'regex'])