similar to: Fix a typo in sshd.8

Displaying 20 results from an estimated 10000 matches similar to: "Fix a typo in sshd.8"

2015 Apr 17
0
[ANNOUNCE] setxkbmap 1.3.1
setxkbmap is an X11 client to change the keymaps in the X server for a specified keyboard to use the layout determined by the options listed on the command line. Alan Coopersmith (7): Move global rules variable into applyRules, the only function that uses it Make len a size_t instead of converting back & forth to an int Use C99 struct initializer for cmdNames in
2018 Mar 10
0
[ANNOUNCE] xsetroot 1.1.2
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Only use results from GetWindowProperty if it returned success xsetroot 1.1.2 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1):
2019 Jul 14
0
[ANNOUNCE] xwininfo 1.1.5
xwininfo prints information about windows on an X server. Alan Coopersmith (4): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Clear -Wsign-compare warnings from gcc 7.3 xwininfo 1.1.5 David Hill (1): In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed. Stéphane Aulery (1): Improve manpage and -h option git
2015 Jan 09
0
Processed (with 2 errors): user debian-qa@lists.debian.org, affects 774889, affects 771755, unarchiving 767561 ...
Processing commands for control at bugs.debian.org: > user debian-qa at lists.debian.org Setting user to debian-qa at lists.debian.org (was anbe at debian.org). > affects 774889 + xfswitch-plugin Bug #774889 [gdm3] gdm3: fails to upgrade squeeze -> wheezy -> jessie - trying to overwrite /usr/share/gdm/BuiltInSessions/default.desktop Added indication that 774889 affects xfswitch-plugin
2010 Jun 03
1
[LLVMdev] Generating Floating point constants
> ------------------------------ > > Message: 4 > Date: Wed, 2 Jun 2010 11:07:39 -0700 > From: Dale Johannesen <dalej at apple.com> > Subject: Re: [LLVMdev] Generating Floating point constants > To: St?phane Letz <letz at free.fr> > Cc: llvmdev at cs.uiuc.edu > Message-ID: <AEC895CC-E887-4329-8743-FA606BD401F6 at apple.com> > Content-Type:
2015 Jan 20
0
[ANNOUNCE] xcalc 1.0.6
xcalc is a scientific calculator X11 client that can emulate a TI-30 or an HP-10C. This minor maintenance release includes a couple years worth of build improvements, code cleanups, and bug fixes. Alan Coopersmith (9): Remove unused min & max macros from math.c Replace sprintf & strcpy calls with snprintf & strlcpy Remove redundant redeclaration of ‘factorial’
2015 Feb 21
0
[ANNOUNCE] xedit 1.2.2
Alan Coopersmith (7): Fix man page tbl markup configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Require OS to provide rename(2), as all POSIX.1-1990 & later OS'es do Copious const cleanup Check for pagesize options via autoconf instead of per-platform #ifdefs Use automake subdir-objects option Gaetan Nadon (1): Remove
2015 May 01
0
[ANNOUNCE] xvinfo 1.1.3
xvinfo prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension. Alan Coopersmith (7): Use progname for error messages as well Convert sprintf call to use snprintf Make ImageEncodings unsigned configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error
2018 Mar 10
0
[ANNOUNCE] xsm 1.0.4
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message xsm 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): Remove obsolete Imake SIGNALRETURNSINT Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1):
2019 Feb 17
0
[ANNOUNCE] xcalc 1.0.7
xcalc is a scientific calculator X11 client that can emulate a TI-30 or an HP-10C. This release fixes things that cause warnings from gcc or cppcheck, as well as assorted build system maintenance and tuneups. Alan Coopersmith (5): Fix misleading indentation in math.c Reword fall through comments to appease gcc -Wimplicit-fallthrough Update README for gitlab migration
2019 Feb 20
0
[ANNOUNCE] xstdcmap 1.0.4
The xstdcmap utility can be used to selectively define standard colormap properties. It is intended to be run from a user's X startup script to create standard colormap definitions in order to facilitate sharing of scarce colormap resources among clients using PseudoColor visuals. This release delivers some minor cleanups and janitorial maintenance. Alan Coopersmith (6): configure:
2011 Feb 21
1
A possible typo in sshd(8) ?
>>>> AUTHORIZED*_**KEYS FILE* FORMAT *AuthorizedKeysFile* specifies the file containing public keys for public key authentication; if none is specified, the default is *~/.ssh/authorized_keys*. Each line of the file contains one key (empty lines and lines starting with a `#' are ignored as comments). Protocol 1 public keys consist of the following
2008 Jan 16
0
Changes to 'linear'
New branch 'linear' available with the following commits: commit 37812ef682f70d5166ecdce48523d86495efdc84 Author: Benjamin Otte <otte at gnome.org> Date: Mon Jan 14 20:15:13 2008 +0100 whoops, typo commit 6b93b528ca25ac23cb6758611aae1009f46b2ae3 Author: Benjamin Otte <otte at gnome.org> Date: Mon Jan 14 20:13:53 2008 +0100 catch a loader error, too commit
2011 Aug 05
1
Typo in a manpage
Hello, There's a typo in moduli.5 manpage. I'm not quite sure it needs a patch. Anyway, the fix is: s/primaility/primality/ Regards -- ^L.
2011 Aug 07
1
Typo in sftp.1 manpage
Hello, Just found a typo in sftp.1 manpage: s/ether/either/ Regards -- ^L.
2002 Oct 08
1
Fwd: SSHD logging on Solaris 8?
Sorry to send this to the wrong list. But it appears that the general list is mostly utilized as a SPAM vector and/or is absentee moderated (the message has yet to make it to the archives, despite being dated days earlier than messages which are there). In any event, I'd like to know if anyone could provide me with some more information than is available in the manpages, FAQ, and other
2004 Feb 23
2
orthonormalization with weights
Hello List, I would like to orthonormalize vectors contained in a matrix X taking into account row weights (matrix diagonal D). ie, I want to obtain Z=XA with t(Z)%*%D%*%Z=diag(1) I can do the Gram-Schmidt orthogonalization with subsequent weighted regressions. I know that in the case of uniform weights, qr can do the trick. I wonder if there is a way to do it in the case of non uniform
2002 Oct 09
0
SSHD logging on Solaris 8?
Hi Eric, logging is configured in sshd_config with - # Logging # obsoletes QuietMode and FascistLogging SyslogFacility AUTH LogLevel INFO - where 'SyslogFacility' specifies which "facility" (sorry;-), i.e. e.g. 'auth', 'daemon', 'mail' etc should be used and with 'LogLevel' you can specify how verbosely sshd should be. Of course the
2006 Mar 29
2
aggregate function....
Dear R users, I have some trouble with the aggregate function. Here are my data > daf S_id AF_Class count... R_gc_percent S_length 5 8264497 1 30 0.48 35678 6 8264497 3 7 0.48 35678 8 8264554 1 31 0.51 38894 9 8264554 2 11 0.51 38894 10 8264554 3 1 0.51 38894
2003 Nov 04
2
real eigenvectors
Hello list, Sorry, these questions are not directly linked to R. If I consider an indefinte real matrix, I would like to know if the symmetry of the matrix is sufficient to say that their eigenvectors are real ? And what is the conditions to ensure that eigenvectors are real in the case of an asymmetric matrix (if some conditions exist)? Thanks in Advance, St?phane DRAY