Skip to content

Commit

Permalink
Merge pull request #480 from jengelh/master
Browse files Browse the repository at this point in the history
Rename vc.1 manpage to buildvc.1
  • Loading branch information
mlschroe committed Dec 11, 2018
2 parents c7e17f1 + 4ef014e commit a140547
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ install:
install -m644 configs/* $(DESTDIR)$(pkglibdir)/configs
install -m644 baselibs_configs/* $(DESTDIR)$(pkglibdir)/baselibs_configs
install -m644 build.1 $(DESTDIR)$(man1dir)
install -m644 vc.1 $(DESTDIR)$(man1dir)
install -m644 buildvc.1 $(DESTDIR)$(man1dir)
install -m644 unrpm.1 $(DESTDIR)$(man1dir)
ln -sf $(pkglibdir)/build $(DESTDIR)$(bindir)/build
ln -sf $(pkglibdir)/vc $(DESTDIR)$(bindir)/buildvc
Expand Down
8 changes: 4 additions & 4 deletions vc.1 → buildvc.1
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
.TH vc 1 "(c) 1997-2014 SuSE Linux AG Nuernberg, Germany"
.SH NAME
vs \- create a SUSE stype changes entry
buildvc \- create a SUSE stype changes entry
.SH SYNOPSIS
.B vc
.B buildvc
.RB [ -m
.IR message ]
.RB [ -e ]
.RI [ changesfile_or_dir
.RI [ commentfile ]]

.SH DESCRIPTION
The \fBvc\fP tool adds a new changes entry to a SUSE \fB.changes\fP file.
The \fBbuildvc\fP tool adds a new changes entry to a SUSE \fB.changes\fP file.
The \fB-m\fP option can be used to directly specify the entry, if it is
not given an editor is started to interactively enter the new changes
entry. If a \fIcommentfile\fP is given, its content is used as template
for the new entry instead of an empty entry, whereas the \fB-e\fP option
suppresses the creation of an empty entry.

If no \fIchangesfile\fP is specified, \fBvc\fP will search the current
If no \fIchangesfile\fP is specified, \fBbuildvc\fP will search the current
directory for a file ending with \fB.changes\fP. If a directory is
specified instead of a changes will, it will be searched instead.

Expand Down

0 comments on commit a140547

Please sign in to comment.