diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-19 19:55:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-19 19:55:52 +0200 |
commit | 0ee6c58631480eefaec104ed0fff51c4ce51489b (patch) | |
tree | 33cb23021075024bc292737eb1f6fb6f7579b428 | |
parent | m (diff) | |
download | libparsepsf-0ee6c58631480eefaec104ed0fff51c4ce51489b.tar.gz libparsepsf-0ee6c58631480eefaec104ed0fff51c4ce51489b.tar.bz2 libparsepsf-0ee6c58631480eefaec104ed0fff51c4ce51489b.tar.xz |
man pages: remove dot at end of name section
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libparsepsf.7 | 2 | ||||
-rw-r--r-- | libparsepsf.h.0 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libparsepsf.7 b/libparsepsf.7 index b89c7d8..29dcca4 100644 --- a/libparsepsf.7 +++ b/libparsepsf.7 @@ -1,6 +1,6 @@ .TH LIBPARSEPSF 7 LIBPARSEPSF .SH NAME -libparsepsf \- Library for interpreting PSF (PC Screen Font) files. +libparsepsf \- Library for interpreting PSF (PC Screen Font) files .SH DESCRIPTION .B libparsepsf is a C library for interpreting PSF (PC Screen Font) files. diff --git a/libparsepsf.h.0 b/libparsepsf.h.0 index b3193eb..2edd019 100644 --- a/libparsepsf.h.0 +++ b/libparsepsf.h.0 @@ -1,6 +1,6 @@ .TH LIBPARSEPSF.H 0 LIBPARSEPSF .SH NAME -libparsepsf.h \- Header file for interpreting PSF (PC Screen Font) files. +libparsepsf.h \- Header file for interpreting PSF (PC Screen Font) files .SH SYNOPSIS .nf #include <libparsepsf.h> |