diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-19 03:07:51 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:22 -0500 |
commit | c63cf15e18f9240060504b1b5b9ace45be8f68fd (patch) | |
tree | 7ad023c8314d1cdbed178f5d3cbc1b3ae4414e0e | |
parent | 4366c5ece02bf421bf8cb56943f0473ed5a2c561 (diff) | |
download | samba-c63cf15e18f9240060504b1b5b9ace45be8f68fd.tar.gz samba-c63cf15e18f9240060504b1b5b9ace45be8f68fd.tar.bz2 samba-c63cf15e18f9240060504b1b5b9ace45be8f68fd.zip |
cleanup typos in the %a description (mentioned by <HotaruT> on IRC)
(This used to be commit 08fe9a4b43bb22a2d1e266a09a0ac74e009ee35e)
-rw-r--r-- | docs/manpages/smb.conf.5.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manpages/smb.conf.5.xml b/docs/manpages/smb.conf.5.xml index 84cdb0cd16..c8e4140587 100644 --- a/docs/manpages/smb.conf.5.xml +++ b/docs/manpages/smb.conf.5.xml @@ -379,13 +379,13 @@ alias|alias|alias|alias... <varlistentry> <term>%a</term> <listitem><para>the architecture of the remote - machine. It currently recognizes Samba (<constant>Samba</constant>, - the Linux CIFS file system (<constant>CIFSFS</constant>, OS/2, (<constant>OS2</constant>), - Windows for Workgroups (<constant>WfWg</constant>, Windows 9x/ME + machine. It currently recognizes Samba (<constant>Samba</constant>), + the Linux CIFS file system (<constant>CIFSFS</constant>), OS/2, (<constant>OS2</constant>), + Windows for Workgroups (<constant>WfWg</constant>), Windows 9x/ME (<constant>Win95</constant>), Windows NT (<constant>WinNT</constant>), Windows 2000 (<constant>Win2K</constant>), Windows XP (<constant>WinXP</constant>), and Windows 2003 (<constant>Win2K3</constant>). Anything else will be known as - <quote>UNKNOWN</quote>.</para> + <constant>UNKNOWN</constant>.</para> </varlistentry> <varlistentry> |