File: avr-man.1

package info (click to toggle)
avr-libc 1%3A2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 147,748 kB
  • sloc: ansic: 813,422; asm: 8,821; sh: 2,194; cpp: 1,483; python: 1,437; makefile: 659; perl: 509; pascal: 500
file content (17 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH "AVR_MAN" 1 "2014-01-02"
.SH NAME
avr-man - a man(1) replacement to access the avr-libc manual pages
.SH SYNOPSIS
\fB avr-man \fR [ \fIOPTION\fR ] \fIpage\fR
.SH DESCRIPTION
.B avr-man
is a wrapper script for \fBman\fR(1), displaying results for the specified \fIpage\fR from the manual pages shipped with the
.IR avr-libc
package.
.PP
\fIOPTION\fR parameters are passed to man. It is included for backwards compatibility. The recommended way to access these pages is now:

    man 3avr page

.SH "SEE ALSO"
\fBman\fR(1)