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

From: <git_AT_suckless.org>
Date: Fri, 30 Jan 2015 23:02:16 +0100 (CET)

commit a7b79383fa4c04f4c967a97afcdf4031c5ff052f
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri Jan 30 22:39:41 2015 +0100

    seq.1: convert to mandoc

diff --git a/seq.1 b/seq.1
index fb53cda..92838c4 100644
--- a/seq.1
+++ b/seq.1
_AT_@ -1,36 +1,34 @@
-.TH SEQ 1 sbase\-VERSION
-.SH NAME
-seq \- print a sequence of numbers
-.SH SYNOPSIS
-.B seq
-.RB [ \-w ]
-.RB [ \-f
-.IR fmt ]
-.RB [ \-s
-.IR separator ]
-.RI [ start
-.RI [ step ]]
-.IR end
-.SH DESCRIPTION
-.B seq
+.Dd January 30, 2015
+.Dt SEQ 1 sbase\-VERSION
+.Os
+.Sh NAME
+.Nm seq
+.Nd print a sequence of numbers
+.Sh SYNOPSIS
+.Nm
+.Op Fl w
+.Op Fl f Ar fmt
+.Op Fl s Ar separator
+.Op Ar start Op Ar step
+.Ar end
+.Sh DESCRIPTION
+.Nm
 will print a sequence of numbers from
-.I start
+.Ar start
 (default 1) to
-.IR end ,
+.Ar end ,
 in
-.IR step
+.Ar step
 intervals (default 1).
-.SH OPTIONS
-.TP
-.BI \-f " format"
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Fl f Ar format
 specifies the format used for output lines, as per
-.IR printf (3).
-.TP
-.BI \-s " separator"
+.Xr printf 3 .
+.It Fl s Ar separator
 specifies the separator to print between output lines
-.TP
-.BI \-w
+.It Fl w
 tells seq to print out lines in equal width
-
-.SH SEE ALSO
-.IR printf (3)
+.El
+.Sh SEE ALSO
+.Xr printf 3
Received on Fri Jan 30 2015 - 23:02:16 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 30 2015 - 23:12:09 CET