Displaying 20 results from an estimated 28 matches for "mdoc2man".
2002 Apr 15
0
[Bug 217] New: mdoc2man.pl puts wrong name into ssh.1 man page
http://bugzilla.mindrot.org/show_bug.cgi?id=217
Summary: mdoc2man.pl puts wrong name into ssh.1 man page
Product: Portable OpenSSH
Version: 3.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Documentation
AssignedTo: openssh-unix-dev at mi...
2004 Jun 23
3
[Bug 883] mdoc2man.awk causes flaw in ssh(1) man page
http://bugzilla.mindrot.org/show_bug.cgi?id=883
Summary: mdoc2man.awk causes flaw in ssh(1) man page
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Build system
AssignedTo: openssh-bugs at mindrot....
2002 Apr 15
3
[Bug 217] mdoc2man.pl puts wrong name into ssh.1 man page
http://bugzilla.mindrot.org/show_bug.cgi?id=217
------- Additional Comments From pspencer at fields.utoronto.ca 2002-04-16 04:37 -------
Created an attachment (id=74)
Prevent mdoc2man.pl from using wrong name in man pages
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2024 Oct 19
1
[PATCH] ssh.1: balance square brackets in the synopsis
Arnout Engelen:
> I noticed the square brackets in `destination [command [argument...]`
> were not balanced,
But they are. Not only with mandoc(1), but also with groff(1).
destination [command [argument ...]]
--
Christian "naddy" Weisgerber naddy at mips.inka.de
2002 Mar 13
0
Unable to compile openssh on HP-UX 11
On Wed, 13 Mar 2002, Charles Straubel wrote:
:I am trying to build openssh on an HP-UX 11.0 machine. I have installed
:zlib 1.1.3, openssl 0.9.5a and Perl 5.6.0.
:syntax error in file ./mdoc2man.pl at line 39, next 2 tokens "use strict"
:
:syntax error in file ./mdoc2man.pl at line 73, next 2 tokens "ParseMacro("
:
:syntax error in file ./mdoc2man.pl at line 82, next 2 tokens "my ("
:
:syntax error in file ./mdoc2man.pl at line 452, next 2 tokens "my $tmp...
2016 Sep 26
6
Possible formatting bug in ssh-agent.1 man page
Version info: OpenSSH_7.3p1, OpenSSL 1.0.2i 22 Sep 2016, Arch linux
The ssh-agent.1 man page seems to have an indentation oddity, at least, as
formatted with recent Arch linux manpage toolset. Here's what appears in
the formatted output just after the description of the the "-t" option:
---------- Begin formatted output -------------------------------------
-t life
2001 Apr 17
1
Latest CVS: small portability issues
Hi!
I just run a test build of the latest CVS on HP-UX 10.20 and found two
issues, both related to the new mdoc2man.pl support:
- In Makefile.in, line 122, the construction
$(MANPAGES): %.out: %
is used. HP's "make" command does not understand this syntax (gmake does).
- In configure, the first "perl" command in the PATH seems to be found.
On HP-UX this is an ancient Perl-4, that ca...
2016 Sep 28
2
Possible formatting bug in ssh-agent.1 man page
On 2016-09-28 00:10, Ingo Schwarze wrote:
> The patch also inserts a few needless .PP before .SH, but that does
> no harm. mdoc2man.awk is a terrible hack and not a proper parser
> in the first place, so we shouldn't expect beauty in its output.
> If the output is correct and portable, that's good enough. At some
> point, we should replace mdoc2man.awk with mandoc -Tman anyway.
> The last time i tried, ther...
2016 Aug 01
4
OpenSSH 7.3p1 can't be build on Solaris 10
...usr/local/etc/sshrc|g' -e
's|/usr/X11R6/bin/xauth|/usr/openwin/bin/xauth|g' -e
's|/var/empty|/var/empty|g' -e
's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin|g'
${manpage} | /bin/sh ./fixalgorithms /opt/csw/gnu/sed | \
gawk -f ./mdoc2man.awk > moduli.5.out; \
else \
/opt/csw/gnu/sed -e
's|/etc/ssh/ssh_config|/usr/local/etc/ssh_config|g' -e
's|/etc/ssh/ssh_known_hosts|/usr/local/etc/ssh_known_hosts|g' -e
's|/etc/ssh/sshd_config|/usr/local/etc/sshd_config|g' -e
's|/usr/libexec|/usr/local/libexec...
2001 Feb 07
2
Patch for unformatted manpages
...en.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.0
-MANPAGES = @MANTYPE@
+MANPAGES = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1
CONFIGFILES=sshd_config ssh_config primes
@@ -67,6 +64,8 @@
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
+MDOC2MANCMD = $(PERL) $(srcdir)/mdoc2man.pl
+
all: $(TARGETS) $(CONFIGFILES)
manpages: $(MANPAGES)
@@ -118,8 +117,12 @@
logintest: logintest.o $(LIBCOMPAT) libssh.a log-client.o loginrec.o
$(LD) -o $@ logintest.o $(LDFLAGS) loginrec.o -lopenbsd-compat -lssh log-client.o $(LIBS)
-$(MANPAGES) $(CONFI...
2001 Mar 14
2
Solaris and man pages
do you folks have a way of generating man pages in a format
that the Solaris "man" command can use (apart from converting
to plain text)?
2003 Sep 29
0
Man Pages
OpenSSH 3.7.1p2, Solaris: The man pages are converted by the awk script
mdoc2man.awk. But some commands are not recognized and remain as such,
but without the leading dot:
.Bk -words
.Ek
.CM (is .Cm intended?)
The script should be enhanced or these commands avoided.
I also tried the perl script mdoc2man.pl from OpenSSH 3.5p1, which gives
exactly the same results.
2016 Aug 02
6
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
With this change built ok.
But patch must be quite different on my platform (see attached) for
portable version.
And, of course, after autoreconf run.
02.08.2016 10:55, Darren Tucker ?????:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -754,6 +754,9 @@ main() { if (NSVersionOfRunTimeLibrary("System")
>= (60 << 16))
2002 Mar 15
1
Problems compiling on Redhat
...host_rsa_key=/usr/local/etc/ssh_host_rsa_key -D/var/run/sshd.pid=/var/run/sshd.pid -D/etc/ssh/moduli=/usr/local/etc/moduli -D/etc/ssh/sshrc=/usr/local/etc/sshrc -D/usr/X11R6/bin/xauth=undefined -D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin ${manpage} | /usr/bin/perl ./mdoc2man.pl > scp.1.out; \
else \
/usr/bin/perl ./fixpaths -D/etc/ssh/ssh_config=/usr/local/etc/ssh_config -D/etc/ssh/ssh_known_hosts=/usr/local/etc/ssh_known_hosts -D/etc/ssh/sshd_config=/usr/local/etc/sshd_config -D/usr/libexec=/usr/local/libexec -D/etc/shosts.equiv=/usr/local/etc/shosts.equiv...
2001 Feb 22
11
Lets try this push again.. 2.5.1p2 bugs left.
...on.c patch. I've not seen a ya or na on
Kevin's pam patch from the Solaris group.
2) Odd Redhat/Debian scp/ssh issues. .. I'm baffled, and I can't
replicate the bug. Nor have I seen anything remotely like it reported.
3) SCO.. Is it happy yet for compiling? =)
Completed:
1) mdoc2man.pl .. Commited into contrib/ directory. In the semi-near
future either we need a patch to configure.in to support it directly.
2) SCO setluid patch commited (Verify please).
Anything else I'm missing for brokeness that was introduced between
2.3.0p1 and 2.5.1p1 that needs to be corrected?...
2001 Feb 20
1
man pages screwed
Hi all. I just got openssh 2.5.1p1 and when I installed it, it's man
pages doesn't seem to be formatted right. I'm on Solaris 8.
Here is how it looks:
man ssh
Reformatting page. Please Wait... done
(Secure Shell) is a program for logging into a remote machine and
for executing commands on a remote machine. It is intended to
replace rlogin and rsh, and provide secure encrypted
2001 Mar 01
0
Portable OpenSSH 2.5.1p2
...s when usin Rijndael/AES cipher
- Fix PAM failures on Solaris and Linux
- Fix RPM spec file for Redhat systems
- Fixed several compatibility functions
- Fix entropy collection code for SCO3 and NeXTStep
- Many other minor fixes (see Changelog for details)
This release includes Mark Roth's mdoc2man.pl script which can be used
to fix up the manpages on systems that lack the full andoc set of
macros (e.g. Solaris). A future release of portable OpenSSH will automate
this scripts use for systems that require it.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the po...
2001 Mar 01
0
Portable OpenSSH 2.5.1p2
...s when usin Rijndael/AES cipher
- Fix PAM failures on Solaris and Linux
- Fix RPM spec file for Redhat systems
- Fixed several compatibility functions
- Fix entropy collection code for SCO3 and NeXTStep
- Many other minor fixes (see Changelog for details)
This release includes Mark Roth's mdoc2man.pl script which can be used
to fix up the manpages on systems that lack the full andoc set of
macros (e.g. Solaris). A future release of portable OpenSSH will automate
this scripts use for systems that require it.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the po...
2001 Oct 31
2
Problem compiling 2.9.9p2 on Sol 2.6
It appears that "fixpaths" has "/usr/bin/perl" hard-coded in. This causes
make to fail immediately after running configure.
Ed
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Services
finger -l ed at polycut.nss.udel.edu for PGP public key
2002 Feb 08
3
[Bug 68] Manpage for ssh-add and scp missing after "make install"
http://bugzilla.mindrot.org/show_bug.cgi?id=68
------- Additional Comments From Todd.Bowden at atosorigin.com 2002-02-09 00:53 -------
The comments are below.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.