-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# along with mfterm. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
AC_PREREQ([2.67]) | ||
AC_INIT([mfterm], [1.0.6], [[email protected]]) | ||
AC_INIT([mfterm], [1.0.7], [[email protected]]) | ||
AC_CONFIG_SRCDIR([mfterm.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" mfterm Manual | ||
.\" Contact [email protected] to correct errors or typos. | ||
|
||
.TH mfterm 1 "22 Apr 2013" "1.0.3" "mfterm Manual" | ||
.TH mfterm 1 "14 Sep 2016" "1.0.7" "mfterm Manual" | ||
|
||
.SH NAME | ||
mfterm \- The Mifare Terminal | ||
|
@@ -46,7 +46,7 @@ Please see the \fBREADME\fR and \fBINSTALL\fR files for further | |
information. | ||
|
||
|
||
.\" --------------------------- OPTIONS --------------------------- | ||
.\" --------------------------- OPTIONS --------------------------- | ||
|
||
|
||
.SH OPTIONS | ||
|
@@ -75,7 +75,7 @@ Load keys from the specified file. Before starting the terminal. | |
Load dictionary from the specified file. Before starting the terminal. | ||
|
||
|
||
.\" --------------------------- COMMANDS --------------------------- | ||
.\" --------------------------- COMMANDS --------------------------- | ||
|
||
|
||
.SH COMMANDS | ||
|
@@ -292,15 +292,15 @@ Exit the program. | |
|
||
.TP | ||
\fBhelp\fR | ||
Show a list of available commands and a short description of each. | ||
Show a list of available commands and a short description of each. | ||
|
||
|
||
.\" ------------------------- NOTES ------------------------------- | ||
|
||
|
||
.SH NOTE | ||
|
||
The \fBmac\fR and \fBspec\fR command groups are experimental. They | ||
The \fBmac\fR and \fBspec\fR command groups are experimental. They | ||
|
||
|
||
.\" ---------------------- TRAILER STUFF --------------------------- | ||
|
@@ -310,7 +310,7 @@ The \fBmac\fR and \fBspec\fR command groups are experimental. They | |
nfc-list(1) | ||
|
||
.SH LICENSE | ||
Copyright (C) 2011-2013 Anders Sundman <[email protected]> | ||
Copyright (C) 2011-2016 Anders Sundman <[email protected]> | ||
|
||
License GPLv3+: GNU GPL version 3 or later. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. | ||
|
||
|