Afficher une page de man au bon format

Afficher une page de man au bon format - C - Programmation

Marsh Posté le 21-03-2009 à 18:23:46    

Bonjour a tous,
 
Je suis étudiante et dans le cadre d'un projet, je dois créer un shell.
Ceci est finit mais il me reste les pages de manuel.
 
Le professeur nous a demandé d'écrire pour chaque fonctionnalité (mkdir, rmdir link, ...) un manuel au format .t2t.
 
Il nous a donné un convertisseur qui permet donc de convertir nos fichier.t2t en page de man.
 
Mon problème est donc le suivant comment puis-je afficher mes pages de man dans le terminal au bon format??
 
exemple pour la fonctionnalité echo :
 
======================> echo.t2t <======================
 
ECHO
 
January 1, 2009
 
%!target: man
%!options(html): --mask-email
 
= NAME =
 
echo -- write arguments to the standard output
 
= SYNOPSIS =
 
**echo** //...//
 
= DESCRIPTION =
The **echo** utility writes any specified operands, separated by single blank
(` ') characters and followed by a newline (`\n') character, to the standard output.
 
= EXIT STATUS =
The **echo** utility always exists 0.

 
 
 
======================> Après conversion <======================

.TH "ECHO" 1 "January 1, 2009" ""
 
.SH NAME
.P
echo \-\- write arguments to the standard output
 
.SH SYNOPSIS
.P
\fBecho\fR [\fIstring\fR \fI...\fR ]
 
.SH DESCRIPTION
.P
The \fBecho\fR utility writes any specified operands, separated by single blank
(` ') characters and followed by a newline (`\en') character, to the standard output.
 
.SH EXIT STATUS
.P
The \fBecho\fR utility always exists 0.
 
 
.\" man code generated by txt2tags 2.4 (http://txt2tags.sf.net)
.\" cmdline: txt2tags -i echo.t2t -o man/man1/echo.1 -t man

 
 
J'attends vous réponses!! Et merci d'avance! :)
 
KITTY

Reply

Marsh Posté le 21-03-2009 à 18:23:46   

Reply

Marsh Posté le 21-03-2009 à 19:14:01    

En utilisant man ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed