diff options
Diffstat (limited to 'network/sntpc')
-rw-r--r-- | network/sntpc/sntpc.8 (renamed from network/sntpc/sntpc.1) | 6 | ||||
-rw-r--r-- | network/sntpc/sntpc.SlackBuild | 3 | ||||
-rw-r--r-- | network/sntpc/sntpc.rst | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/network/sntpc/sntpc.1 b/network/sntpc/sntpc.8 index 1bdf3d638f..26c7401115 100644 --- a/network/sntpc/sntpc.1 +++ b/network/sntpc/sntpc.8 @@ -27,12 +27,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "SNTPC" 1 "2022-01-26" "20181113_1ca1d00" "SlackBuilds.org" +.TH "SNTPC" 1 "2022-01-28" "20181113_1ca1d00" "SlackBuilds.org" .SH NAME sntpc \- Network Time Protocol client -.\" RST source for sntpc(1) man page. Convert with: +.\" RST source for sntpc(8) man page. Convert with: . -.\" rst2man.py sntpc.rst > sntpc.1 +.\" rst2man.py sntpc.rst > sntpc.8 . .\" rst2man.py comes from the SBo development/docutils package. . diff --git a/network/sntpc/sntpc.SlackBuild b/network/sntpc/sntpc.SlackBuild index 70659d2018..07186323f7 100644 --- a/network/sntpc/sntpc.SlackBuild +++ b/network/sntpc/sntpc.SlackBuild @@ -61,8 +61,9 @@ patch -p1 < $CWD/compilefix.diff make CFLAGS="$SLKCFLAGS -Wall -Wl,-s" LDFLAGS="-lbsd" -mkdir -p $PKG/usr/sbin +mkdir -p $PKG/usr/sbin $PKG/usr/man/man8 cp -a $PRGNAM $PKG/usr/sbin +gzip -9c < $CWD/$PRGNAM.8 > $PKG/usr/man/man8/$PRGNAM.8.gz PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKGDOC diff --git a/network/sntpc/sntpc.rst b/network/sntpc/sntpc.rst index b040bb7da6..7b326eb1b5 100644 --- a/network/sntpc/sntpc.rst +++ b/network/sntpc/sntpc.rst @@ -1,5 +1,5 @@ -.. RST source for sntpc(1) man page. Convert with: -.. rst2man.py sntpc.rst > sntpc.1 +.. RST source for sntpc(8) man page. Convert with: +.. rst2man.py sntpc.rst > sntpc.8 .. rst2man.py comes from the SBo development/docutils package. .. |version| replace:: 20181113_1ca1d00 |