File: avr-man.1

package info (click to toggle)
avr-libc 1%3A2.0.0%2BAtmel3.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92,996 kB
  • sloc: ansic: 424,264; asm: 8,502; sh: 6,014; makefile: 1,231; python: 1,009; perl: 509; pascal: 460; cpp: 11
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)