summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2008-03-31 20:38:37 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 09:02:11 -0500
commit3346c96c4218b24ed276f53f44d00b9b4933447c (patch)
tree14e8a07f18b5b3115ef62959920e5834e7a2185e
parent06687e3ff184e8cc1a9c502150e9cb2985a0f388 (diff)
downloadsamba-3346c96c4218b24ed276f53f44d00b9b4933447c.tar.gz
Adding WinXP64 and Vista as documented values for %a in smb.conf(5)
-rw-r--r--docs/manpages-3/smb.conf.5.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml
index a925f2a7eab..ea2076bff2a 100644
--- a/docs/manpages-3/smb.conf.5.xml
+++ b/docs/manpages-3/smb.conf.5.xml
@@ -481,14 +481,19 @@ chmod 1770 /usr/local/samba/lib/usershares
<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
- (<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
- <constant>UNKNOWN</constant>.</para>
+ <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
+ (<constant>Win95</constant>), Windows NT (<constant>WinNT</constant>),
+ Windows 2000 (<constant>Win2K</constant>),
+ Windows XP (<constant>WinXP</constant>),
+ Windows XP 64-bit(<constant>WinXP64</constant>),
+ Windows 2003 including
+ 2003R2 (<constant>Win2K3</constant>), and Windows
+ Vista (<constant>Vista</constant>). Anything else will be known as
+ <constant>UNKNOWN</constant>.</para>
</listitem>
</varlistentry>