missing NULL terminator in set_config_x
[geda-gaf.git] / utils / docs / gschlas.1.in
blob6e2728e0693f1dd8ecaa3ffda20b9d7c8b8db8c6
1 .TH gschlas 1 "@DATE@" "gEDA Project" @VERSION@
3 .SH NAME
4 gschlas \- gEDA schematic load and save
6 .SH SYNOPSIS
7 .B gschlas
8 .RB [ \-e | \-u "] [" \-q | \-v ]
9 .I file
11 .I file ...
13 .PP
14 .B gschlas -h
16 .SH DESCRIPTION
17 .B gschlas
18 can embed the in-use schematic symbols and pictures into a schematic
19 or set of schematics.
20 It allows, for instance, putting a schematic on a website or in an email 
21 without the recipient needing to download lots of custom symbols for the 
22 design.
23 .PP
24 .B gschlas
25 can also unembed symbol references from a schematic, but note that the
26 symbols revert to library references; if the symbol doesn't exist in
27 the current gEDA project's library path, a broken schematic results.
29 .SH OPTIONS
30 .TP
31 .BR \-e ", " \-\-embed
32 Embed all components/pictures.
33 .TP
34 .BR \-u ", " \-\-unembed
35 Unembed all components/pictures.
36 .TP
37 .BR \-q ", " \-\-quiet
38 Quiet mode.
39 .TP
40 .BR \-v ", " \-\-verbose
41 Verbose mode.
42 .TP
43 .BR \-h ", " \-\-help
44 Print usage information.
46 .SH AUTHOR
47 Ales Hvezda
49 .SH SEE ALSO
50 .BR gschem (1)
52 .SH COPYRIGHT
53 .nf
54 Copyright \(co 1999-@YEAR@ gEDA Contributors.  License GPLv2+: GNU GPL
55 version 2 or later.  Please see the `COPYING' file included with this
56 program for full details.
57 .PP
58 This is free software: you are free to change and redistribute it.
59 There is NO WARRANTY, to the extent permitted by law.