[hackers] [sbase] sponge.1: convert to mandoc || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sat, 31 Jan 2015 11:35:17 +0100 (CET)

commit 90cd1ce8d0a495bfc1a06a8a50e592f26d017014
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Jan 31 00:16:25 2015 +0100

    sponge.1: convert to mandoc

diff --git a/sponge.1 b/sponge.1
index a33d81a..55492d4 100644
--- a/sponge.1
+++ b/sponge.1
_AT_@ -1,15 +1,18 @@
-.TH SPONGE 1 sbase\-VERSION
-.SH NAME
-sponge \- soak up standard input and write to a file
-.SH SYNOPSIS
-.B sponge
-.IR file
-.SH DESCRIPTION
-.B sponge
+.Dd January 30, 15
+.Dt SPONGE 1 sbase\-VERSION
+.Os
+.Sh NAME
+.Nm sponge
+.Nd soak up standard input and write to a file
+.Sh SYNOPSIS
+.Nm
+.Ar file
+.Sh DESCRIPTION
+.Nm
 reads stdin completely, then writes the saved contents to
-.IR file .
+.Ar file .
 This makes it possible to easily create pipes which read from and write to
 the same file.
-
-If the given file is a symbolic link, it writes to the links's destination
+.Pp
+If the given file is a symbolic link, it writes to the links destination
 instead.
Received on Sat Jan 31 2015 - 11:35:17 CET

This archive was generated by hypermail 2.3.0 : Sat Jan 31 2015 - 11:36:13 CET